跳至内容
菜单
此问题已终结
2 回复
513 查看

Hi,

I would like to know if it is possible to add a suffix (vat excluded) after the price on the shop page.


Thanks in advance for your help.

形象
丢弃
最佳答案


形象
丢弃
编写者 最佳答案

Hi,

Thank you for your reply.
Please note that it display the suffix (vat excluded) on the product page only.
I would like to display the suffix (vat excluded) on the shop page too.

形象
丢弃
编写者

Found the solution.

Added code below in html/css editor:

span[data-oe-type="monetary"]::after {
content: ' (vat excluded)';
}