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
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
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