Hi
I found some invisible characters at the beginning of the cart module:
https://snipboard.io/wh7mFl.jpg
I tried two different templates with the same result.
When I check mod_virtuemart_cart.php and removes $data = $cart->prepareAjaxData(); it disappears
Any guess where it comes from?
Joomla 4.3.1, VM 4.0.21
Unable to reproduce, so I assume it is not a bug, but related to your template(s).
VM 4.0.21???
hm, I tested with a clean install, it doesn't appears. But it's not the template, I checked with 3 different one, it must be some extension which is triggered during the cart process. I'll check it later.
Yes, I got VM 4.0.21 from Milbo :)
Hi,
this char is just a "Zero Width No-Break Space."
Also known as B.O.M (Byte Order Mark) to identify unicode files.
So you probably have a file save with B.O.M, so you should save (once found) with Unicode without BOM
It's also present several time in the tiny_mce.js and tinymce.min.js files
Yep thanks, I found in a 3rd party vmshipment plugin.