Is it possible to list permuation prices as section level.
I currently have prices displayed at section level and where necessary also display price breaks at section level, but have a couple of products that use permutations to calculate the price (example: Stinger Golf Tees) but at the parent section level the price is just displayed as £3.20 and would ideally like to show the price as £3.20 to £40.95.
If this is not possible I will use the following code:
to show the price as 'From £3.20' instead.
On a similar issue, when displaying product prices at section level the price does not display if a fragment is present on the product page, is there away around this. At the moment I have turned off the fragment as couldn't see away to get around the problem.
I currently have prices displayed at section level and where necessary also display price breaks at section level, but have a couple of products that use permutations to calculate the price (example: Stinger Golf Tees) but at the parent section level the price is just displayed as £3.20 and would ideally like to show the price as £3.20 to £40.95.
If this is not possible I will use the following code:
Code:
<actinic:block if="%3cactinic%3avariable%20name%3d%22PricingModel%22%20%2f%3e%20%3d%3d%201"> From </actinic:block>
On a similar issue, when displaying product prices at section level the price does not display if a fragment is present on the product page, is there away around this. At the moment I have turned off the fragment as couldn't see away to get around the problem.
Comment