Description
This plugin works only with RealHomes WordPress real estate theme.
This plugin allows RealHomes theme website admin to add Stripe payments functionality for individual properties submitted by website users.
For shortcode details, You can consult the documentation below.
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=”username@domain.com”] -
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
- Unzip the downloaded package
- Upload
inspiry-stripe-payments
to the/wp-content/plugins/
directory - Activate the
Inspiry Stripe Payments for RealHomes
through the ‘Plugins’ menu in WordPress
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Inspiry Stripe Payments for RealHomes” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Inspiry Stripe Payments for RealHomes” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.1
- Tested plugin with WordPress 5.5
1.1.0
- Refactored the whole plugin code to make it easy to use and efficient performance.
- Moved its menu button under Easy Real Estate menu.
- Improved plugin settings that reduced its configuration time.
- Updated the plugin name to its appropriate domain of use.
- Updated plugin translation files.
- Tested with WordPress 5.4.1
1.0.5
- Tested with WordPress 5.4
1.0.4
- Tested with WordPress 5.3.2
1.0.3
- Tested with WordPress 5.2.2
1.0.2
- Added translation support
- Added basic POT file.
- Added partially translated files for Spanish, French, German, Italian, Turkish and Portuguese languages.
1.0.1
- Basic Testing and Improvements
1.0.0
- Initial Release