In the mobile version of the ShopSite store OnSale price of the product is being displayed even though the product is not in sale. Is this a known bug?
Version: 11 sp2 r4
Moble Site displays On Sale Price
-
- Site Admin
- Posts: 4953
- Joined: Fri Aug 04, 2006 1:42 pm
- Location: Utah
Re: Moble Site displays On Sale Price
Yes this is a know issue. You can fix it my making a simple change to the template.
Make a copy of the mobile template mb_MobileDefaultProduct.sst and give it the name mb
Edit the template and search for the template tag
[-- IF PRODUCT.OnSale --]
and change it to
[-- IF PRODUCT.SaleOn --]
Save changes and then copy the edited mb file and give it the name mb_MobileDefaultProduct.sst
Make a copy of the mobile template mb_MobileDefaultProduct.sst and give it the name mb
Edit the template and search for the template tag
[-- IF PRODUCT.OnSale --]
and change it to
[-- IF PRODUCT.SaleOn --]
Save changes and then copy the edited mb file and give it the name mb_MobileDefaultProduct.sst
-
- Posts: 24
- Joined: Thu Oct 18, 2012 11:18 am
Re: Moble Site displays On Sale Price
Thanks Jim!!
-
- Site Admin
- Posts: 4953
- Joined: Fri Aug 04, 2006 1:42 pm
- Location: Utah
Re: Moble Site displays On Sale Price
You're welcome.