The Web2Store plugin from Adelya Loyalty Operator was designed for customers using Wordpress as CMS for their website. It aims to integrate the different modules present in the existing CRM in all the pages thanks to the shortcodes created by Adelya Loyalty Operator. Each shortcode is specific to a module (login, registration, loyalty, information, stores, gift cards ....).
When the Group code and the Client's server code are stored in the database, the URL of each module will integrate its information in order to redirect the shortcodes on the Web2Store modules corresponding to the store or the client.
The client can therefore manage the modules he wishes to display from his Wordpress platform. The plugin makes it possible or not to resize the modules to the size of the pages of the site. The choice is made in the Settings -> Plugin Name tab.
Finally, the Web2Store plugin manages the translation of modules from the main Wordpress panel. If Wordpress has been configured in French, the administration part and the modules will work in French, otherwise it will work entirely in English.
This section describes how to install the plugin and get it working.
- Upload the plugin files to the
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the 'Plugins' screen in WordPress
- Use the Settings->Plugin Name screen to configure the plugin
- Enter your Group code and your server code in the form to register as an Adelya customer. Validate.
- Configure the module display in the "Adjust web2Store modules on page?" Section. If you want the module to appear completely on the page without a scroll bar, choose Yes, otherwise choose No.
1.0
2.0
- Second version
// == Upgrade Notice ==
1.0
Upgrade notices describe the reason a user should upgrade. No more than 300 characters.
// == Arbitrary section ==
You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
"installation." Arbitrary sections will be shown below the built-in sections outlined above.
https://www.adelya.com
<?php code(); // goes in backticks ?>