An open API service indexing awesome lists of open source software.

https://github.com/asharirfan/inspiry-stripe-payments

A lightweight plugin to add stripe payments support to real estate themes from InspiryThemes
https://github.com/asharirfan/inspiry-stripe-payments

Last synced: 3 months ago
JSON representation

A lightweight plugin to add stripe payments support to real estate themes from InspiryThemes

Awesome Lists containing this project

README

        

# Inspiry Stripe Payments

A lightweight plugin to add stripe payments support to real estate themes by [Inspiry Themes](https://inspirythemes.com).
This plugin can also be used with any other WordPress website to add stripe payments using easy to use shortcodes.

### Features

* Add Stripe payment support for real estate themes by [Inspiry Themes](https://inspirythemes.com)
* Easily add Stripe payment button in your posts or pages using simple shortcode.

### Documentation

* Display a simple stripe checkout button.
`[isp_button]`

* To display description at the top of the checkout form.
`[isp_button desc="This is a simple description."]`

* To pay custom amount with stripe.
`[isp_button amount="20"]`

* To change the default currency code i.e. USD.
`[isp_button currency="GBP"]`

* To set the email of the customer.
`[isp_button email="[email protected]"]`

* To change the label of the stripe checkout button.
`[isp_button label="Pay with Credit Card"]`

* To turn on the `remember-user` feature of stripe.
`[isp_button remember_user="true"]`

* To turn on the `billing address` feature of stripe.
`[isp_button billing="true"]`

* To turn on the `shipping address` feature of stripe.
`[isp_button shipping="true"]`

* To turn on the `alipay` feature of stripe.
`[isp_button alipay="true"]`

* To turn on the `bitcoin` feature of stripe.
`[isp_button bitcoin="true"]`

## Installation

1. Unzip the downloaded package
2. Upload `inspiry-stripe-payments` to the `/wp-content/plugins/` directory
3. Activate the `Inspiry Stripe Payments` through the 'Plugins' menu in WordPress