VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: chris6273 on January 13, 2013, 18:39:04 PM

Title: Price not showing on Product Page
Post by: chris6273 on January 13, 2013, 18:39:04 PM
Hi,

I have been having problem after problem with Virtuemart today since I installed it first and the latest one which I have Googled but haven't found an answer for is the missing "Price:" value on product pages.

I have read everywhere that Virtuemart is supposed to run more or less out the box but from my experience it is far from that.

I have disabled all currencies other than the British Pound currency and have tried playing around with which prices are displayed but I still can't get the bold "Price:" value to display. The Sales Price does display but with an empty bold "Price:" above it, it does look slightly stupid.

Does anyone know how to fix this? Here is the link to the shop (Don't order anything because its not a real one at the moment ;) ): http://evansnet.co.uk/padma/index.php/shop/jewellery/silver-jewellery/glastonbury-tor-pendant-detail

I am running version 2.0.18a.

Thanks for your help,
Chris
Title: Re: Price not showing on Product Page
Post by: jjk on March 15, 2013, 12:39:24 PM
Your problem with the 'Price' string on your product details page is easy to solve. Look at this tutorial:
http://docs.virtuemart.net/tutorials/33-templating-layouts/107-customization-of-displayed-text.html
and add the following lines to your frontend en-GB override file:
COM_VIRTUEMART_CART_PRICE="Price "
COM_VIRTUEMART_PRODUCT_SALESPRICE="inkl. VAT: "

This will create the following price display in the product details view:
Price
incl. VAT: £85.00
Title: Re: Price not showing on Product Page
Post by: jenkinhill on March 15, 2013, 15:31:48 PM
The bold Price: is a title or label for the prices display. So nothing should display next to it......  eg see http://forum.virtuemart.net/index.php?topic=110466