Hello,
As you cen see in the screen: I get the letter M between the title en the prices.
Does anyone know how to delete the letter m?
Thanks!
Possible something in your price template override? http://forum.virtuemart.net/index.php?topic=128401.0
I use Joomla! 3.8.0, VirtueMart 3.2.4 and PHP 7.1.
Can you help me with fixing this?
Try posting the URL. A picture is useless for debugging.
even then if its a rendered letter on its own you need to post the source code
try with the standard template Protostar or Beez
http://maxiorbit.nl/products/accessoires/liquid-tank-detail
Now it can be seen. Forcing Protostar display using http://maxiorbit.nl/products/accessoires/liquid-tank-detail?tmpl=component&template=protostar the page code shows this:
<div class="productDisplayShipment productDisplayShipment-0">
M </div>
This is inserted by the shipping plugin so check the configuration of that plugin to ensure that "Show on product details page" is set to off. Normally there would be a text string shown on the product details page something like "With shipment Self pick-up for 2,99 €" but maybe it is not translated in your language file.
Thanks!
Problem solved.