Re: DUAL Pricing version 2
Hi I am tying to get multiple pricing on a product i.e. 5 for 35.88 each Retail is 49.000. So when the person log in with his pre set discount the minimun quaintiy will appear to buy or when he checks out the box will stop him and tell him minium is for 5. I have been playing with the attributes but I guess I don't know what I am doing any help will be greatly apprecaited:(
I am using Dual Pricing 2.1
ZenCart 1.5
Thanks Ron
Re: DUAL Pricing version 2
You don't need Dual pricing module to set quantity discounts on your products: http://www.zen-cart.com/content.php?...to-my-products
Dual Pricing allows you to change prices on a per-customer basis, so you can have multiple wholesale levels. Unless you need different pricing per customer, I suggest you use the Quantity Discount as described above.
Re: DUAL Pricing version 2
Quote:
Originally Posted by
Chrome Orange
I'm also looking for a solution! Seems to me the above link will have it but I don't have access to that forum! ...even if I'm logged it. Any help will be appreciated!
Re: DUAL Pricing version 2
rooisnor, I am unclear on what you would like to do. I'm guessing based on reading some of the posts by wittymom/ChromeOrange that you would like to display Retail and Wholesale prices at the same time? This is addressed in the ReadMe file:
Quote:
---------------------------------
How do I change wording/display style?
---------------------------------
If you want your wholesale customers to see BOTH retail and wholesale pricing (instead of only Wholesale pricing), then uncomment line #71 in this file:
\includes\templates\YOUR_TEMPLATE\templates\tpl_product_info_display.php
If you want to change wording in front of the prices, edit this file:
\includes\languages\english\YOUR_TEMPLATE\product_info.php
You can easily add the following three IDs to your CSS file and control the styles of your text:
#retail
#retailwhole
#whole
Re: DUAL Pricing version 2
Quote:
Originally Posted by
jackie.taferner
rooisnor, I am unclear on what you would like to do. I'm guessing based on reading some of the posts by wittymom/ChromeOrange that you would like to display Retail and Wholesale prices at the same time? This is addressed in the ReadMe file:
Yes, jackie! I tried the code changes but it is just not working for me! I don't see both prices as a guest or member. If the wholesale member is logged in, he/she is then able to see only the wholesale price.
Re: DUAL Pricing version 2
Please post your code here so we can see what the issue may be. A link to your website will also be useful.
Re: DUAL Pricing version 2
Which php page should I post here?
Here is a link to the site: http://christiaanbekker.com/artshop/...products_id=13
Thank you
Re: DUAL Pricing version 2
I see. These prices are included in the Attributes, not as a main price. This is why those changes don't affect you (they are for "main" pricing only). Showing both attribute prices is not currently a feature offered with Dual Pricing.
You might try editing the functions_prices.php file so both attribute prices will be shown (all "Dual Pricing" changes have been commented so they are clear and easy to find). If you are not so experienced with PHP, you may need to hire a developer to build this for you: https://www.odesk.com/o/profiles/bro...qs=zencart,&c1[]=Web+Development&eng[]=4-stars?vt_cmp=zencart
Re: DUAL Pricing version 2