In version 7, I was able to do this (!NUM_CART_ITEMS!), (!NUM_WISH_ITEMS!) in my xml package, but that no longer works in version 9. How do I do the same thing with version 9?
In version 7, I was able to do this (!NUM_CART_ITEMS!), (!NUM_WISH_ITEMS!) in my xml package, but that no longer works in version 9. How do I do the same thing with version 9?
A lot of the older skin tokens were deprecated in ML9 when we switched to master pages. The full list of currently-supported tokens is in the online manual here.
So what is the alternative approach to getting the number of the items in the wish list?
ML9.3.1.1
SQL 2012 Express
VS 2010
Azure VM
If you're in an xmlpackage you can just add another query.
TTFN
BFG
And what should I do if i'm trying to add it to my template.master like is done with the number of items in the cart?
ML9.3.1.1
SQL 2012 Express
VS 2010
Azure VM
Call the xmlpackage (create a new one if need be?) from the template.master.
TTFN
BFG