...
Expand | ||||
---|---|---|---|---|
| ||||
Homepage - adding a floating button launching the Visualizer to the homepage. The floating button with a glitter effect moves along the screen when scrolling (i.e is always seen on the screen). The floating button is placed by default in the bottom right corner of the website homepage. Category page – adding an entry point button to the category page. The entry point button is static (i.e. does not change its position on the webpage). This button is placed by default below each item. It launches the Visualizer, and the corresponding product is automatically applied on the chosen surface.
Product page - adding an entry point button for each product item on the individual product page. The entry point button is static (i.e. does not change its position on the webpage). This button is placed by default below each item. It launches the Visualizer, and the corresponding product is automatically applied on the chosen surface.
|
We prepared for you step-by-step instructions for super-easy integration by plugin!
Expand | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||
Now Wizart Home plugin will appear on your list of WordPress plugins.
You can change:
As well as some optional settings:
You can change:
As well as some optional settings:
You can change:
As well as some optional settings:
You can also use Additional Settings fields for some extra options:
Well done! You’ve completed the integration. Please, check your website and enjoy! |
Expand | ||
---|---|---|
| ||
We have also prepared information about the integration by making changes to the code for your specialists.
Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
Repository - https://gitlab.exposit.com/wizart/woocommerce-feeting-room Install: Insert correct api token into const CLIENT_TOKEN in file public/class-wizart-public.php.
Then install as normal WP plugin via Plugins -> Add New. Plugin adds integration:
On the category page and single product card, the existence of the article in the PIM is checked by the vendor code (SKU). Note: Woocomerce in the cart displays the number of all rolls. But the shopping cart in the fitting room displays the number of products. Example display cart with the same articles:
To change the display of buttons, need to use the deployment kit in the file public/class-wizart-public.php in the functions:
To disable integration, you need to comment out the call of the integration button in the file includes/class-wizart.php:
After integration on the site, you may need to stylize the buttons. Use file
to style the integration buttons. Example custom stylization for product single page: added data-class_name for integration button
Then add style for css file
|
...