Product with Subproducts Display Price on pages
Posted: Fri Jan 29, 2016 2:15 pm
Hi, Using the BB- templates. I have a product with subproducts on this page (http://www.stillsewcrazy.com/baby-blankets-custom.html ) and the price of this product is shown as a range. I want it to just show the price or sale amount, not a range. I have been in many include templates looking for this and I may have found it, but still am not sure how to change it. In looking at this template: BB-ProductDefine.sst , I see the subproduct loop in a data-price=. I tried changing that and just got an error. I found that if in this template I set [-- VAR.DisplayRegPrice yes" --], then it displays the product price AND the range. Couldn't get rid of the range.
I found
in BB-VARs-DOCTYPE.sst. I changed it to "maxonly" but it didn't do anything.
How and where do I control the display of the price in the [-- DEFINE PRODUCT --] section of the BB- templates where price is called as [-- VAR.Price STORE.Price --]?
Thanks!
I found
- Code: Select all
######################## Do you want your subproduct's price to display "range" "maxonly" or "minonly"
[-- VAR.SubProductPrice "range" --]
in BB-VARs-DOCTYPE.sst. I changed it to "maxonly" but it didn't do anything.
How and where do I control the display of the price in the [-- DEFINE PRODUCT --] section of the BB- templates where price is called as [-- VAR.Price STORE.Price --]?
Thanks!