The Cross-Sell feature has been available within the shopping cart template in ShopSite Pro store. Cross-sell products can now be placed on store pages and on an item's "More Info" page.
Follow the steps below to add the complete cross sell functionality to your custom templates.
1. Add Cross-Sell Defines To Cart Template. - Start by copying the code below and pasting it at the very bottom of your custom shopping cart template (below the last [-- END_DEFINE --] tag).
2. Add Global Cross-Sell Tags To Cart. - WIthin the [-- DEFINE ShoppingCart --] section of your shopping cart template you will want to add the code below where you want the global cross-sell items to appear.
3. Add Product Cross-Sell Tags To Cart. - WIthin the [-- DEFINE ShoppingCart --] section of your shopping cart template you will want to add the code below where you want the per-product cross-sell items to appear.
4. Add Global Cross-Sell Tags To Your Page Template. - WIthin the [-- DEFINE Page --] section of your page template you will want to add the code below where you want the global cross-sell items to appear.
5. Add Product Cross-Sell Define To Product Template. - Between an [-- END_DEFINE --] tag and a [-- DEFINE --] tag in your product template add the following code.
6. Add Global Cross-Sell Tags To Your Product Template. - Within the [-- DEFINE More_Info_Page --] section of your product template you will want to add the code below where you want the global cross-sell items to appear.
7. Add Product Cross-Sell Tags To Your Product Template. - Within the [-- DEFINE More_Info_Page --] section of your product template you will want to add the code below where you want the global cross-sell items to appear.