Page 1 of 1

Specific Order Confirmation Tags

PostPosted: Tue May 01, 2018 9:01 am
by bakerman2
Hello,

I am struggling to pull specific aspects of the Cart on my Order Confirmation screen. Basically I am adding a Tracking Pixel to the Confirmation page and I need to pull the sku and quantity on a line item by line item basis. My initial thought was the [--SC_Cart sku--] and [--SC_Cart quantity--] but that included the entire table which I don't want. I just need the value for each of them. Would the answer be in V2? I tried [--SC_Cart_V2 sku--] which doesn't seem to exist. It looks like there were also some new Cart tags added which again didn't work [--CART.Sku--] (Doesn't exist). Any suggestions? If you need more clarification, let me know!

Re: Specific Order Confirmation Tags

PostPosted: Tue May 01, 2018 9:50 am
by loren_d_c
There are no custom template tags for the shopping cart that are designed to give individual field values for cart items. If you have ShopSite Pro, I would suggest using the Shopping Cart JavaScript Variables for this, see:
http://help.shopsite.com/help/14.0/en-US/sc/pro/cart.variables.html

-Loren

Re: Specific Order Confirmation Tags

PostPosted: Tue May 01, 2018 9:55 am
by bakerman2
Thanks for the quick response Loren!