Hi, is it possible to process the value of .key in \plugins\jamegafilter\content\layouts\default\product-item.php to perform mathematical calculations when .key is displayed on the screen?
For example: replace line 25 that says
{?.key}<div class="item-field-label {label_render_class}">{.key}</div>{/.key}
with a code similar to this
{?.key}<div class="item-field-label {label_render_class}"><?php echo 100*{.key}; ?></div>{/.key}
Thanks
How to use key in product-item php