Problem (in 10.0.2): If you create a Duplicate of a product and later change the price of the original, the ProductPriceRaw variable does not change.
Demo:
Use standard site. Amend layout "Standard Layout using CSS" to add the line:
Now create a new section "Duplicate Cameras".
Go to the Cameras Section, select both products and choose "Copy".
Right-click the Duplicate Cameras section and choose "Paste As Duplicate".
Look at both sections and you'll see matching product prices and the Raw: £n.nn display.
Now go to the original Cameras section and change one of the product prices.
Switch to the Duplicate Cameras section and you'll now see the old price displaying under Raw: £n.nn.
UPDATE: Bug is also in 9.0.5 but isn't in 8.5.3.
Demo:
Use standard site. Amend layout "Standard Layout using CSS" to add the line:
Code:
<br/>Raw: <actinic:variable name="ProductPriceRaw" /><br/>
Go to the Cameras Section, select both products and choose "Copy".
Right-click the Duplicate Cameras section and choose "Paste As Duplicate".
Look at both sections and you'll see matching product prices and the Raw: £n.nn display.
Now go to the original Cameras section and change one of the product prices.
Switch to the Duplicate Cameras section and you'll now see the old price displaying under Raw: £n.nn.
UPDATE: Bug is also in 9.0.5 but isn't in 8.5.3.
Comment