Beschreibung
Every company needs an ecommerce plugin to sell products on the WordPress website. This plugin sells your products to website visitors without online payment. This plugin can also be used for your vendors to reserve the products ahead of time. This plugin is very easy to use. In WordPress admin page, click setting and click “Dragon Ecommerce Reserve”, you will go to the plugin setting page. Website visitors can reserve your products online without online payment. Then they can go to your store to buy it or use other ways to buy. Vendors can reserve your products ahead of time. Then you can make a plan about how many products should be made for your vendors. Database is MySQL.
demo website:
https://dragonecommercereservefree.herokuapp.com/dragonecommercereserve
admin page:
https://dragonecommercereservefree.herokuapp.com/wp-admin
Log in WordPress admin page using
username:
admin_reserve
password:
l52BYA@#sk&J3YI03g
Then, go to
https://dragonecommercereservefree.herokuapp.com/wp-admin
click “setting”, click “dragon ecommerce reserve” to set up the admin page.
https://dragonecommercereservefree.herokuapp.com/wp-admin/options-general.php?page=Dragon+Ecommerce+Reserve
documentation website:
https://reservefreedocu.herokuapp.com/
Platform and Database:
You can run it on any platform: Windows, Mac, Linux.
Database is MySQL. It’s free.
PHP version: PHP 5 >= 5.5.0
Attention: PHP version and WordPress version may have compatibility issues. For example, WordPress 5.4 may not match PHP 8. Check this website for details: https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/
-
resize product iamges: imagescale will works for (PHP 5 >= 5.5.0, PHP 7)
-
PHP has support for the mysqli extension (to used for prepared statement)
-
Must use HTTPS, not http. If website use HTTP, tell the website admin – can not use the dragon ecommerce plugin.
-
Since PHP 5.4 there are constants which can be used by json_encode() to format the json reponse how you want. To remove backslashes use: JSON_UNESCAPED_SLASHES. Like so: json_encode($response, JSON_UNESCAPED_SLASHES);
-
Auto backup database weekly is for WordPress 5.4 and above.
Installation
-
Unzip the file. Copy the folder into your /wp-content/plugins/ folder.
-
Log in to your WordPress admin page. Click “Plugins” and click “Activate” to activate the plugin. http://yourwebsite.com/wp-login.php
-
Hover on left menu’s “Settings” and you will find “Dragon Ecommerce Reserve” in the sub-menu. Click it and you will see the admin page for Dragon Ecommerce Reserve.
-
Go to this plugin’s root folder. Copy template-dragonecommercereserve.php to \wordpress\wp-content\themes\twentytwenty\templates folder.
-
Please refer to the document documentation_dragonecommercereservefree.pdf for further details.
FAQ
-
A question that someone might have
Rezensionen
Mitwirkende & Entwickler
„Dragon Ecommerce Reserve Plugin Without Online Payment for Vendors/Customers for WordPress“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeInteressiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.