Minishop2 + msOptionsPrice: strange outpt
Hi all!
I use Minishop2 (2.4.12) and msOptionPrice (2.5.8-beta).
With
How can I fix this?
Best regards
Fabian
I use Minishop2 (2.4.12) and msOptionPrice (2.5.8-beta).
With
[[!msCart? &tpl=`pix.msCart`]]and pix.msCart chunk...
{if $product.options?}
<div class="small">
{$product.options | join : '; '}
</div>
{/if}
...product options output is as shown in the image.How can I fix this?
Best regards
Fabian
Комментарии: 3
Авторизуйтесь или зарегистрируйтесь, чтобы оставлять комментарии.
Replace it with
Thank you very much!