Overview
Excerpt |
---|
To optimise speed in scenarios where live pricing calls are made to PRONTO, Quick View functionality can be enabled. With Quick View, product pricing and availability are not shown on initial page load. Instead, these calls are made to the server on demand when the user clicks 'Quick View'. That data is then cached for the user, thereby improving speed and performance. |
Multiexcerpt | ||||
---|---|---|---|---|
| ||||
Optimises load speed for sites that make live pricing calls. |
This guide covers the implementation of Quick View for product lists such as category and sub-category pages. Quick View is used in conjunction with the /wiki/spaces/OMX/pages/13861315, which populates sub-category lists via stored procedure. You'll need to contact Commerce Vision for assistance with the stored procedure.
Quick View Minimised | Quick View Expanded |
---|---|
...
To hide the footer zone from category and subcategory 'campaigns':
- Login to In the CMS.Navigate , navigate to Content → Standard Pages.
- Select the Product List template.
- Locate the ProductCategory Product Summary widget and click Edit.
- Tick Hide Footer Zone? and click Save.
Note NOTE - the The footer zone can also be hidden from products in the standard Campaign Slider, by repeating the above steps in the Campaign Slider widget.
...
- Navigate to Content → Standard Pages.
- Select the 'Product List Item Zoned' template.
- Add the Product List Live Pricing Button widget to zone Column2Left.
- Ensure widgets such as Price, Qty Box, Add To Cart, etc. are located within zone Footer.
- Customise options as required.
...