管理单价单位 - Prestashop

Manage Unit price unit - Prestashop

我需要在产品页面使用价格单位比例。 但是我只需要没有比率价格的后缀。

示例:每公斤 2 欧元

我只想用KG

prestashop 查询包括(价格和后缀)

{l s='%unit_price%' d='Shop.Theme.Catalog' sprintf=['%unit_price%' => $product.unit_price_full]}

这个组合怎么拆分

谢谢

已解决

解决方案:

替换 $product.unit_price_full -> $product.unity

{l s='%unit_price%' d='Shop.Theme.Catalog' sprintf=['%unit_price%' => $product.unity]}