News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Display price range

Started by tanolalano, February 06, 2013, 23:52:21 PM

Previous topic - Next topic

tanolalano

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
arancebio.it - Organic red Oranges from Sicily

K&K media production

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

tanolalano

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.
arancebio.it - Organic red Oranges from Sicily

K&K media production

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.

abcpune

You can do this using HTML and PHP.

tradexl

#5
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.