Page 1 of 1
Quantity Pricing Comment tag
Posted:
Tue Sep 18, 2012 11:32 am
by bravozulubfc
The list of Custom Template Tags shown in the help (http://www.shopsite.com/help/11.1/en-US/templates/custom.template.cheatsheet.all.html) does not appear to include all the available tags. For example, I found a post on this board for PRODUCT.MinimumQuantity which is not listed in the help.
Is there a source that lists all the tags (Pro 11 sp1) and more specifically, what is the tag for Quantity Pricing Comment?
Re: Quantity Pricing Comment tag
Posted:
Tue Sep 18, 2012 1:55 pm
by Jim
The PRODUCT MinimumQuantity is a Pro only feature which sets the minimum number of products that the shopper will be allowed to purchase. The tag for it is [-- PRODUCT.MinimumQuantity --].
The best place to look for template tags is in the specification section of the help for the specific version, so for 11sp1 it would be
http://shopsite.com/help/11.1/en-US/sc/pro/custom.template.spec.html and for 11sp2 http://shopsite.com/help/11.2/en-US/sc/pro/custom.template.spec.html. That template tag is in the 11.2 help but not in the 11.1 so I'll see ifthe doc team can get it added.
The Quantity pricing table is put out as a single unit by the tag [-- PRODUCT.QuantityPricing --] and it uses all values that are set in the Quantity Pricing area of the product. There are styles assigned to the various parts of the table so you can change how it looks by using the styles.
Re: Quantity Pricing Comment tag
Posted:
Tue Sep 18, 2012 2:46 pm
by bravozulubfc
Thanks for the info Jim. Is there a tag for the Quantity Pricing Comment field?
Re: Quantity Pricing Comment tag
Posted:
Tue Sep 18, 2012 3:19 pm
by Jim
No. It is only used in the table itself and can't be accessed out side of that.
Re: Quantity Pricing Comment tag
Posted:
Tue Sep 18, 2012 3:44 pm
by bravozulubfc
Doop! I guess I could always use one of the extra product fields and duplicate the data there. Thanks again.