Moble Site displays On Sale Price

General ShopSite user discussion
Post Reply
shrey123
Posts: 24
Joined: Thu Oct 18, 2012 11:18 am

Moble Site displays On Sale Price

Post by shrey123 »

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
Jim
Site Admin
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Re: Moble Site displays On Sale Price

Post by Jim »

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
shrey123
Posts: 24
Joined: Thu Oct 18, 2012 11:18 am

Re: Moble Site displays On Sale Price

Post by shrey123 »

Thanks Jim!!
Jim
Site Admin
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Re: Moble Site displays On Sale Price

Post by Jim »

You're welcome.
Post Reply