zivexs Posted November 1, 2020 Posted November 1, 2020 Hi! I would really love to change the text for the "shop" section. select values---> Izberi from---> od  The website is not yet online-no url to give. Here is PrtSc 🤪 Â
RobPegurri Posted November 2, 2020 Posted November 2, 2020 I have the solution for "from", just add this script in a code block in the product page (under additional contents, if you know that I mean). <script> document.querySelectorAll('.product-price').forEach(function(product) {javascript:noop(); product.textContent = "od €25.00"; }); </script> This should work, if not it is kinda hard to test without the website link
zivexs Posted November 2, 2020 Author Posted November 2, 2020 Hej! Thanks for that. Did not work. Did as you said (or maybe not). Does it work with 7.1? Â
tuanphan Posted November 3, 2020 Posted November 3, 2020 22 hours ago, zivexs said: Hej! Thanks for that. Did not work. Did as you said (or maybe not). Does it work with 7.1?  Can you share link to product in screenshot? We can take a look 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!)
zivexs Posted November 11, 2020 Author Posted November 11, 2020 On 11/3/2020 at 10:59 AM, tuanphan said: Can you share link to product in screenshot? We can take a look hey! Went online. So, here are direct links for some examples: http://www.bushmans.si/shop/p/darilnibon http://www.bushmans.si/windsurf-rodos
Recommended Posts
Archived
This topic is now archived and is closed to further replies.