Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
Thanks: 21 times Was thanked: 5 time(s) in 5 post(s)
|
I think this is a bug, but not sure. In Gold, ConLib/ProductPrice.ascx.cs, starting line 360 it says: //SHOW RETAIL PRICE IF INDICATED if (_ShowRetailPrice && msrpWithVAT > 0 && !_Product.UseVariablePrice) { RetailPrice1.Text = string.Format(_RetailPriceFormat, msrpWithVAT.LSCurrencyFormat("ulc")); } wording in question is && !_Product.UseVariablePrice In 9.0.5 ProductController.cs starting with line 1498: //SHOW RETAIL PRICE IF INDICATED if (parameters.ShowRetailPrice && msrpWithVAT > 0 && product.UseVariablePrice) { retailPrice1 = string.Format(parameters.RetailPriceFormat, msrpWithVAT.LSCurrencyFormat("ulc")); } It says && product.UseVariablePrice not && !product.UseVariablePrice
|
|
|
|
Rank: Advanced Member
Groups: System, Administrators, Developers, Registered, HelpDesk Joined: 10/29/2018(UTC) Posts: 472
Thanks: 4 times Was thanked: 34 time(s) in 33 post(s)
|
Hi Judy,
Can you describe the issue in non-developer terms? Sorry :) I wish I could interpret the code to see the problem, but I can't...
|
Thanks for your support!
Katie Secure eCommerce Software and Hosting |
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
There is a bug in the code and this code never executes. We are displaying the retail price with an alternate approach.
I am reporting this as a bug.
|
|
|
|
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