1. On any product or checkout HTML template pages, place the {IF-XSELL-END} tag above all Cross-Sell related QuickCode tags to display the Cross-Sell products related to the specific product or products. Use the {IF-XSELL-BEGIN} tag after all of the Cross-Sell related tags.
2. Example:
{IF-XSELL-BEGIN}
Customers who bought this also bought:
{PRODUCT-NAME}
{IF-XSELL-END}
3. Would display:
Customer who bought this also bought:
Product B
Product C |