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
- Host: GitHub
- URL: https://github.com/asharirfan/inspiry-stripe-payments
- Owner: asharirfan
- License: gpl-2.0
- Created: 2017-10-31T17:11:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T05:16:53.000Z (over 7 years ago)
- Last Synced: 2025-02-01T14:45:22.762Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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