Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
544 มุมมอง

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)';
}