You are just a few steps away from completing a successful integration and boosting your sales with it.
Info |
---|
Please note that prior to the integration, you need to get a Wizart API Token. You can access find it in your Wizart PIM account. In order to get a Wizart PIM account, please start your free trial at www.wizart.ai. |
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 an 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 Code Block | |
Expand | ||
---|---|---|
| ||
Once you've filled in the token field with your token from PIM, you may select your integration paths. You can choose whether you want a button on the homepage or not. The same applies to the button on a product page. |
Expand | ||
---|---|---|
| ||
To enable the button on the homepage, please follow these steps:
To prevent unexpected issues, please retain the pre-filled values in the fields. Each parameter is designed to customize the button's appearance. For a detailed explanation of each parameter, refer to the description provided below each field. To introduce custom styles, apply CSS to the element with the class "wizart-home-page" (unless you've modified the Class Name field). |
Expand | ||
---|---|---|
| ||
To enable the button on the homepage, please follow these steps:
One important note: the "Element to add button" field is mandatory. Without a value in this field, the button will not be displayed. This field specifies the element on a product page which you want to attach the button to. To find this element:
For example, as shown in the screenshot, you would enter ".wp-block-group" into the "Element to add button" field. To prevent unexpected issues, please retain the pre-filled values in the fields. Each parameter is designed to customize the button's appearance. For a detailed explanation of each parameter, refer to the description provided below each field. To introduce custom styles, apply CSS to the element with the class "wizart-product-page" (unless you've modified the Class Name field). - повторяется |