79076323

Date: 2024-10-10 22:33:39
Score: 1
Natty:
Report link

This solution works well also in Prestashop 8.

{assign var="features" value=Product::getFrontFeaturesStatic(Context::getContext()->language->id, $product.id_product)}
{foreach $features as $feature}
<div>{$feature.name}: {$feature.value|escape:'htmlall':'UTF-8'}</div
{/foreach}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user27741957