Hi,
J!3.3.6, VM 3.0.0
I need to display pricing on the product page as follows:
Qty - Price
1 - $2
2-4 - $1.50
5-10 - $1.25
and so on.
I have configured the quantity pricing in the pricing tab in the backend. But how do I show this as a table on the frontend? The price does update as I change the quantity but only the 'Base Price' is shown without any quantity price information.
I am migrating a site from 1.1.8 where we had this working fine. But I can't seem to find how to display this with vm3.
Any help or pointers appreciated.
Many thanks
RJ
It is just a layout thing. use vmdebug to see the prices of the product.
In other words the q prices are there in the product object...
you just need to extract and display them in your template (over ride)
Hi ReJigged,
Need the same here - did you find a solution?
The ajax cart is working fine the tax is good but on the product page is two more zeroes 00 after my price what I need. And in the cart page is 2 more 00 , but the end price is good, why?
And I don't know to visible the crossed discount price. When the discount price is good there is no tax...
artflo please do not try to hijack a thread that is irrelevant and unrelated to your problem. And you will get little response unless you remember a basic requirement: http://forum.virtuemart.net/index.php?topic=79799.0
Sorry!
I use Joomla! 2.5.28, with VirtueMart 2.6.10
I read this post before, forum.virtuemart.net/index.php?topic=121993.msg416383#msg416383 , but when I make this step by step the system displays the discount price but not displays the tax ( because it's 0 ).
How can I displays tax and the discount price too? I think I made somethig wrong.
Quote from: stensbo on February 25, 2015, 14:32:53 PM
Hi ReJigged,
Need the same here - did you find a solution?
I had to code up a bespoke template over-ride to achieve this using a crude method of searching the mySQL database for the values.
I did the code for vm2.6 and it will be in the membership versions, soon.