drei008 Posted August 19, 2020 Share Posted August 19, 2020 how can i add text every after price of the product example $100 AUD (inc gst). i wanted to add the "(inc gst)" Link to comment
tuanphan Posted August 20, 2020 Share Posted August 20, 2020 Yes. If you share link to product, we can give the code. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
drei008 Posted August 24, 2020 Author Share Posted August 24, 2020 On 8/20/2020 at 6:20 PM, tuanphan said: Yes. If you share link to product, we can give the code. https://www.thefront.com.au/digital-cinema-cameras/blackmagic-pocket-cinema-camera-4k-w-tilta-advanced-cage-hire-1?rq=bmpcc i already succesfully put a text after price but when i select a rental charge there is no "inc gst". Link to comment
rwp Posted August 24, 2020 Share Posted August 24, 2020 .product-price::after { content: ' TEXT'; } LemonTim and Begona 2 Link to comment
drei008 Posted August 27, 2020 Author Share Posted August 27, 2020 On 8/24/2020 at 9:40 AM, rwp said: .product-price::after { content: ' TEXT'; } Thanks rwp your a champ it worked perfectly. rwp 1 Link to comment
rasmusarentsen Posted January 13, 2023 Share Posted January 13, 2023 I´ve used this code with success, but is there a way to excempt it from selected products? thx in advance.. Link to comment
tuanphan Posted January 15, 2023 Share Posted January 15, 2023 On 1/13/2023 at 4:35 PM, rasmusarentsen said: I´ve used this code with success, but is there a way to excempt it from selected products? thx in advance.. Edit product > Additional Info > Add a Code Block > Paste this code <style> .product-price::after { display: none !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
rasmusarentsen Posted January 16, 2023 Share Posted January 16, 2023 Hi Tuanphan, thx... the codes removes the message after the price on the product but not on the product overview... Any ideas? /Rasmus Link to comment
tuanphan Posted January 18, 2023 Share Posted January 18, 2023 On 1/16/2023 at 9:32 PM, rasmusarentsen said: Hi Tuanphan, thx... the codes removes the message after the price on the product but not on the product overview... Any ideas? /Rasmus You mean need to remove on Product Overview, not individual product? Can you share link to overview page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
rasmusarentsen Posted January 19, 2023 Share Posted January 19, 2023 actually i want to remove it on both.. https://www.cava.dk/webshop; password 642Rasmus Link to comment
tuanphan Posted January 26, 2023 Share Posted January 26, 2023 On 1/19/2023 at 10:16 PM, rasmusarentsen said: actually i want to remove it on both.. https://www.cava.dk/webshop; password 642Rasmus In Design > Custom CSS > Find & remove this line .product-price::after { content: '(Kasse á 6 stk)'; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
rasmusarentsen Posted February 5, 2023 Share Posted February 5, 2023 (edited) ´Thx for you reply tuanphan but this will remove the message for all products on product overview ? I only want to remove it from the one product... Kind regards Rasmus Edited February 5, 2023 by rasmusarentsen Link to comment
tuanphan Posted February 8, 2023 Share Posted February 8, 2023 On 2/6/2023 at 4:12 AM, rasmusarentsen said: ´Thx for you reply tuanphan but this will remove the message for all products on product overview ? I only want to remove it from the one product... Kind regards Rasmus Remove it for 1 product in screenshot? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment