FEATURE: 2013.5 - Added optional ability to display personalizations and variants on the front end product listing pages.
Added optional ability to display personalizations and variants on the front end product listing pages (Category, Manufacturer, Attribute, and Search). Now, if this is enabled, customers can add to cart products with variants and personalizations directly from these pages rather than clicking add to cart and being redirected to product details to fill in the missing selections.
Each of these pages can be configured to allow this in the corresponding advanced settings for that page type in the theme.
The layout to allow this is the same across all of these 4 pages, and looks like this:
<ac:layoutarea id="ProductList">
<!-- The rest of the product info merge codes goes here -->
$$PERSONALIZATION$$
$$VARIANTS$$
</ac:layoutarea>
<ac:layoutarea id="Personalization">
$$PERSONALIZATIONQUESTION$$
$$PERSONALIZATIONCONTROLS$$
</ac:layoutarea>
<ac:layoutarea id="Variant">
$$VARIANTGROUPNAME$$ $$VARIANTGROUPHEADER$$
$$VARIANTGROUPCONTROLS$$
<ac:visibilityarea id="VariantGroupSwatches">
$$VARIANTGROUPSWATCHES$$
</ac:visibilityarea>
$$VARIANTGROUPFOOTER$$
</ac:layoutarea>
Please sign in to leave a comment.
Comments
0 comments