VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product pricing => Topic started by: tanolalano on February 06, 2013, 23:52:21 PM

Title: Display price range
Post by: tanolalano on February 06, 2013, 23:52:21 PM
It's possible show, in product page quantity, range for each price level below the price of the product?
And If it is...how to?
Thank you.
VM v.2.0.18a
Joomla v. 2.5.9
Title: Re: Display price range
Post by: K&K media production on February 07, 2013, 00:14:48 AM
You can achieve this with template overrides, but you need HTML and PHP knowledge.

Then you can calculate the prices with quantity rules.

More information about template overrides:
http://dev.virtuemart.net/projects/virtuemart/wiki/Hints_for_the_use_of_the_template_system
Title: Re: Display price range
Post by: tanolalano on February 07, 2013, 01:27:04 AM
I know the ovverides. I already have some HTML/PHP Knowleged.
I set range level price in product, and i want to display as VM displays discount price.
Title: Re: Display price range
Post by: K&K media production on February 07, 2013, 02:59:11 AM
OK, then you can query the table #__virtuemart_prices and select where virtuemart_product_id = current virtuemart_product_id and virtuemart_shoppergroup_id = current virtuemart_shoppergroup_id.

If is in result more than one price, display the different prices with quantity.
Title: Re: Display price range
Post by: abcpune on February 12, 2013, 11:06:04 AM
You can do this using HTML and PHP.
Title: Re: Display price range
Post by: tradexl on February 13, 2013, 09:54:10 AM
I am having a problem with the low cost in the variety. I have a 10% tax on items. The great cost variety of all items is appropriate but the low variety is displaying only the tax quantity.