VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: tdielemans on September 22, 2017, 12:23:55 PM

Title: Delete letter 'M' in price
Post by: tdielemans on September 22, 2017, 12:23:55 PM
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!
Title: Re: Delete letter 'M' in price
Post by: jenkinhill on September 22, 2017, 12:41:41 PM
Possible something in your price template override?   http://forum.virtuemart.net/index.php?topic=128401.0
Title: Re: Delete letter 'M' in price
Post by: tdielemans on September 25, 2017, 14:51:57 PM
I use Joomla! 3.8.0, VirtueMart 3.2.4 and PHP 7.1.
Can you help me with fixing this?
Title: Re: Delete letter 'M' in price
Post by: jenkinhill on September 25, 2017, 15:06:09 PM
Try posting the URL.  A picture is useless for debugging.
Title: Re: Delete letter 'M' in price
Post by: GJC Web Design on September 25, 2017, 15:33:50 PM
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
Title: Re: Delete letter 'M' in price
Post by: tdielemans on September 26, 2017, 13:28:43 PM
http://maxiorbit.nl/products/accessoires/liquid-tank-detail
Title: Re: Delete letter 'M' in price
Post by: jenkinhill on September 26, 2017, 13:56:16 PM
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.
Title: Re: Delete letter 'M' in price
Post by: tdielemans on September 27, 2017, 12:04:55 PM
Thanks!
Problem solved.