Standart code to show products in the newsletter is like this:
[{foreach from=$articlelist item=product}]
[{ $product->oxarticles__oxtitle->value }] Jetzt nur [{
$product->fprice }] [{ $mycurrency->name}]
[{/foreach}]
Is there a way to modify this code to show products in newsletter from a selected category?
[{foreach from=$articlelist item=product}]
[{ $product->oxarticles__oxtitle->value }] Jetzt nur [{
$product->fprice }] [{ $mycurrency->name}]
[{/foreach}]
Is there a way to modify this code to show products in newsletter from a selected category?