Rank: Advanced Member
Groups: Authorized User, Developers Joined: 2/17/2019(UTC) Posts: 909
Thanks: 3 times Was thanked: 15 time(s) in 15 post(s)
|
I'm under restrictions from Motorola because certain products have MAP pricing. When a product is set to "click to view price", and that product happens to be on special, the following behavior occurs. Works great when reviewing the product in detail mode, but when the product is included in a grid,it shows the price. It should not show the price on the grid as well. Using version 9.0.5. Thanks Price-Showing.jpg (754kb) downloaded 5 time(s). Price-NotShowing.jpg (1,339kb) downloaded 6 time(s).
|
|
|
|
Rank: Advanced Member
Groups: Administrators, Developers, Registered, HelpDesk, Authorized User, Admin, System Joined: 10/11/2018(UTC) Posts: 110
Thanks: 19 times Was thanked: 18 time(s) in 18 post(s)
|
For now, you can hide the special price from the listings by editing the Views/Product/_ProductItemPrice.cshtml file. Locate the following line of code Code:
if (!string.IsNullOrEmpty(Model.SpecialPrice))
and replace with Code:
if (!string.IsNullOrEmpty(Model.SpecialPrice) && !Model.ShowPopupSecialPrice)
I have this reported to be fixed in a future version. Thank you!
|
|
|
|
Rank: Advanced Member
Groups: Authorized User, Developers Joined: 2/17/2019(UTC) Posts: 909
Thanks: 3 times Was thanked: 15 time(s) in 15 post(s)
|
Absolutely perfect, works like a charm.
Many thanks
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close