When using the Moosend Campaign Editor to create your design elements you have the option to turn certain sizes of containers in your design into a Cart |Abandonment / Product Recommendation block. To do this, you change the container type, using the container settings, from Normal to one of the dynamic content container type options, namely Cart Abandonment and Product Recommendation.
As soon as the container is changed into a Cart Abandonment / Product Recommendation block, it gets filled elements, which can be modified, removed or added to. These elements are dynamic by nature, containing a #tag# based on they information the bring from your site, and an extra field associated with the tag added to their settings. The tag is pre-filled for the default elements present when the container is created, but needs to be set up for any additional elements 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, with the options to have hundreds of products in 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, with the options to have hundreds of products in 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, with the options to have hundreds of products in necessary.
#Products:TOP_by_Views:8#
#product:code#
#product:price#
#product:url#
#product:category#
#product:title#
#Products:TOP_by_Revenue:end#