When using our platform's Campaign Editor to create your design you have the option to turn certain sizes of layouts in your design into a Cart |Abandonment / Product Recommendation block. To do this, you will have to change the layout type, using the Layout settings, from Normal into one of the dynamic content block options, namely Cart Abandonment and Product Recommendation.
As soon as the layout is changed into a Cart Abandonment / Product Recommendation block, it gets filled with items that can be modified, removed, or added to. These items are dynamic by nature, containing a #tag# based on the information they bring from your site. Also, there is an extra field added to their settings that is associated with the aforementioned tag. The tag is pre-filled for all the default items present when the layout is created but needs to be set up for any additional items added by the user.
A. How to tag the HTML for Cart Abandonment blocks
The following HTML will inject all cart products between the #Products:Recent_Cart# and the #Products:Recent_Cart:end# block at the end. It will repeat the contents between these lines for each product.
#Products:Recent_Cart#
#product:code#
#product:price#
#product:url#
#product:category#
#product:title#
#Products:Recent_Cart:end#
B. How to tag the HTML for Top Products by Number of Orders
The following HTML will inject all cart products between the #Products:TOP_by_Orders:8# and the #Products:TOP_by_Orders:end# block at the end. It will repeat the contents between these lines for each product. Keep in mind that "8" at the end signifies how many products to include, offering you the option to have hundreds of products if necessary.
#Products:TOP_by_Orders:8#
#product:code#
#product:price#
#product:url#
#product:category#
#product:title#
#Products:TOP_by_Orders:end#
C. How to tag the HTML for Top Products by Revenue
The following HTML will inject all cart products between the #Products:TOP_by_Revenue:8# and the #Products:TOP_by_Revenue:end# block at the end. It will repeat the contents between these lines for each product. Keep in mind that "8" at the end signifies how many products to include, offering you the option to have hundreds of products if necessary.
#Products:TOP_by_Revenue:8#
#product:code#
#product:price#
#product:url#
#product:category#
#product:title#
#Products:TOP_by_Revenue:end#
D. How to tag the HTML for Top Products by Views
The following HTML will inject all cart products between the #Products:TOP_by_Views:8# and the #Products:TOP_by_Revenue:end# block at the end. It will repeat the contents between these lines for each product. Keep in mind that "8" at the end signifies how many products to include, offering you the option to have hundreds of products if necessary.
#Products:TOP_by_Views:8#
#product:code#
#product:price#
#product:url#
#product:category#
#product:title#
#Products:TOP_by_Revenue:end#