It seems there's a bug in v11.0.1 that means search results only display prices ex VAT. It's been fixed in v11.0.2 but that's not yet available.
Support have given me some code to replace SearchPriceResult in the search result layout, but it's returning this parse error: (+ Parse error: parse error, expecting `')'' in main on line 1 )
The code is below. Can anyone see the problem with the code? I need to get this up and running as a temporary fix until v11.0.2 is released as it's confusing people.
Support have given me some code to replace SearchPriceResult in the search result layout, but it's returning this parse error: (+ Parse error: parse error, expecting `')'' in main on line 1 )
The code is below. Can anyone see the problem with the code? I need to get this up and running as a temporary fix until v11.0.2 is released as it's confusing people.
Code:
(+<actinic:block PHP='true' SELECTABLE='false'>formattedcurrency(round(<Actinic:Variable Name="SearchResultPrice"/> * 1.20, <actinic:variable name="CurrencyDigits" />), <actinic:variable name="CurrencyDigits" />, '<actinic:variable name="MoneyDecimalSeparator" />', '<actinic:variable name="MoneyThousandSeparator" />', '<actinic:variable name="DefaultCurrency" />');</actinic:block>)
Comment