I didn't realize that the discussion of another module in the support thread for this module was relevant.. my bad.. carry on..:smile:
Printable View
I can't find this anywhere, but Is it possible to set a minimum purchase for wholesale customers? And to disable coupons for wholesale?
I have re-read this forum and thought DP1.9 was the solution in 1.3.9h for the wrong price populating in the shopping cart. After downloading it and doing a winmerge...the only difference I saw was that DP1.8 used "customers_wholesale" versus 1.9's usage of "customer_whole".
My problem still exist:
When shopping as a retail customer, I see the correct pricing for quantity discounts. I also see the correct pricing for the quantity discounts when logged in as wholesale.
When I'm logged in as a wholesale account however, once I add a product to my shopping cart, the first tier (1-4 piece) pricing shows up correctly in the shopping cart. If I add enough quantity to take advantage of the 2nd tier (5+ pieces) the price in the shopping cart is populated as the 2nd tier MSRP price and not the 2nd tier wholesale price.
Does anyone know the fix for this?
Thanks
Just came looking for a solution to this same problem. Seems to be a bug in the plugin. If I can work out a solution, I'll post back here.
Last time I checked I believe the Dual Pricing loop is not running/included in the Discount loop. You'll need to add it.
I understand what you are saying, don't have a clue at this point and would appreciate more assistance in adding it to the loop if you wouldn't mind.
Am I looking in the correct places to copy code from:
\includes\functions\functions_prices.php
into:
/includes/classes/shopping_cart.php
Thanks and have a good weekend.
Ok, I've fixed the bug with this not honoring the quantity discount price for wholesale customers. All the edits are in:
\includes\functions\functions_prices.php
the corrected version is attached.
Attachment 14416
Unzip and replace the file of the same name in this plugin. The new code replaces lines 1502 - 1589.
If anyone is interested in testing the Dual Pricing plugin for Zen Cart 1.5.3, I have a version ready for *testing*. It is not ready for a live site yet. PM me if interested.
Hello,
Can someone please help me or point to the correct post where i can find the solution here?
I'm trying to add wholesale pricing to my Easy Populate spreadsheet.
I added the below line to the admin\includes\languages\english.php file as instructed but no luck :(>>>
define('EASYPOPULATE_CONFIG_CUSTOM_FIELDS', 'products_price_w'); //Easy Populate
Attachment 14429