Posted - 02/18/2020 : 07:49:46
Hi,
I have upgraded from v6.9.4 to v7.1.8 and noticed an issue with the price on product options.
It only seems to happen when using dependent options as a single basic dropdown option seems fine.
I use the following settings on proddetail.php $hideoptpricediffs=FALSE; $absoptionpricediffs=TRUE; // show full price
In the example below I have an option that has 3 radio buttons which each have a dependent dropdown option and this is the output in v6.9.4.
Radio Button Options • Option 1 • Option 2 • Option 3
Dropdown Options Qty 1 Qty 2 (2.00) Qty 3 (3.00)
The radios have no price in brackets after them and neither does the first selected dropdown option. If I select Qty 2 from the dropdown the price is then displayed next to Qty 1 and hides from Qty 2 as it's selected. All working as expected.
After upgrading to v7.1.8 I get the following:
Radio Button Options • Option 1 (1.00) • Option 2 (1.00) • Option 3 (1.00)
Dropdown Options Qty 1 (1.00) Qty 2 (2.00) Qty 3 (3.00)
The price is displayed after each radio option and also the first selected dropdown. It also uses the same price for all radios which is not correct.
Please could you let me know if there is a new setting or if I'm missing something in the docs.
Regards, David
|