VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Glenda76 on December 03, 2012, 18:10:16 PM

Title: Problem with final price in the details products
Post by: Glenda76 on December 03, 2012, 18:10:16 PM
Hy,

I use Joomla 2.5.8 and 2.0.14 version VM.
my problem is the final price is not correct  in product in frontend but in all categories is correct.

you can see from here:
Product Categories:
http://www.pasticceriavabres.com/component/virtuemart/specialita-siciliane
all prices are correct.

but if I go to product detail for example "cassata siciliana"

http://www.pasticceriavabres.com/component/virtuemart/specialita-siciliane/cassata-siciliana.html?Itemid=0

the price is 39.00€ and not 31.00€!!

The configuration vm everything is correct ... I did not apply any tax ...
How can I solve this problem in detail products?

thank you
Sorry for my bad english
Glenda
Italy
Title: Re: Problem with final price in the details products
Post by: bytelord on December 03, 2012, 21:57:23 PM
Hello,

As it seems you are using a third party template (probably template monster). Did you try without template overrides?
The best is to ask your template provider to send you an updated version for your template because as it seems your template is outdated.

Please read this first: http://forum.virtuemart.net/index.php?topic=108212.0

changes between versions: http://virtuemart.net/index.php?option=com_content&id=416

Also there is layoutchanges.zip files after 206 that will show you exactly the areas that the code have been changed. Those are images comparing to previous versions will help you to update your template overrides easy.

http://dev.virtuemart.net/attachments/download/456/com_virtuemart.2.0.8_layout_changes.zip
http://dev.virtuemart.net/attachments/download/476/com_virtuemart.2.0.10_layout_changes.zip
http://dev.virtuemart.net/attachments/download/492/com_virtuemart.2.0.12_layout_changes.zip

Also useful links if you are not familiar with template overrides for vm2 or joomla:

Use firebug to examine you site code and css styling: https://forum.virtuemart.net/index.php?topic=102850.0

Overrides:
Creating Template overrides: https://forum.virtuemart.net/index.php?topic=98505.0
Template System: https://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system

Regards