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

Quantity Discount Plugin - HELP

Started by cleverbargain, November 15, 2012, 14:06:43 PM

Previous topic - Next topic

cleverbargain

Hello guys,

I purchased the Quantity Discount plugin for Virtuemart a while ago.

This plugin allows me to reduce the price of an item if the Quantity is over a certain amount. i.e. 1 piece of item X costs 10USD, but 5 pieces of item X will cost 8.5USD.

How can I show (on the Product Details) this price range? I would need to show to the customers the minimum possible price they can pay.

So I would like to add a label anywhere on the Product Details that will display the price range 8.5 - 10 USD.


can anyone please help me implement this?

Thx

PRO


cleverbargain

I dont know much about coding (can only  understand what I read) .. would it be possible to tell me what code I could use to get the Minimum possible price of an item (after all quantity discounts) and show this minimum price as a string?

:)

PRO

Quote from: cleverbargain on November 15, 2012, 18:07:25 PM
I dont know much about coding (can only  understand what I read) .. would it be possible to tell me what code I could use to get the Minimum possible price of an item (after all quantity discounts) and show this minimum price as a string?

:)

You are going to have to manually type it in, it will not automatically calculate it for you.

create a custom field type "string"
position "ontop"

Then apply it to the product.
Then type in the lowest price , or whatever you want it to say

cleverbargain

I have over 300 products on the Website and each product has a different price. More-over each price is affected by the Quantity the user selects.

so I was looking for something to automatically display the lowest possible price per item (in case the user enters a higher Quantity... so when the user is viewing a product that costs for ex. 10 USD i would like the user to know that he could also buy the same product for 5 USD if he enters a higher Quantity).


I take it there is no way of doing it then.

thx anyway

PRO

Quote from: cleverbargain on November 15, 2012, 23:11:16 PM
I have over 300 products on the Website and each product has a different price. More-over each price is affected by the Quantity the user selects.

so I was looking for something to automatically display the lowest possible price per item (in case the user enters a higher Quantity... so when the user is viewing a product that costs for ex. 10 USD i would like the user to know that he could also buy the same product for 5 USD if he enters a higher Quantity).


I take it there is no way of doing it then.

thx anyway


For mine, I use a string as a banner that says

"10% Off 10 or More"

Then just add then via csvimproved to all the products that have it