One more thing, how do I display the Wholesale Price?
Printable View
One more thing, how do I display the Wholesale Price?
It displays automatically for wholesalers.
@swguy I don't why its not showing in the site that I am working on right now. I don't know what I missed.
Is it OK if you check it for me?
Thanks
I am having troubles with this mod since I upgraded my client to v1.5.1 - all files have been merged and the mod is calculating....but it is throwing the wrong amounts for the discounts. For example - in this order test I see the following, the wholesale discount should be 50% - so the Group Discount should essentially be $12.50 - the weird thing is the tax calculation seems to be working off the CORRECT discount and not the discount shown below - any ideas what could be causing this..
Sub-Total: $24.99
Flat Rate Ground Shipping (Ground Shipping): $8.99
Group Discount: -$13.37
NJ TAX 7.0%: $0.87
Total: $21.48
Dual Pricing for Zen Cart 1.5 will be available for download soon.
It includes fixes for the attribute trade pricing and is cleaned up a bit for easier future upgrades.
Will post here when it is ready for download. Stay tuned!
Must be something with the percentage because I only use "actual price" and with actual price it works fine
The new Dual Pricing module is now available for download: http://www.zen-cart.com/downloads.php?do=file&id=74
I just loaded your newest version for 1.5 and it appears to be working except for one issue. I want the wholesale to only show the wholesale prices. Currently I have a retail side set up with 15 and 20 percent discounts. The wholes side is showing the wholes prices but with the discounts on top of the wholesale prices. How can I turn off the discounts offered to teh retail customers and only show the wholesale prices I inserted in the products page.
There's a couple of problems in the new version with the product price manager - at first it was throwing a sql error: line 149 should be products_price_w=:priceW:,
but it does not update the price. I've never worked with this particular file and don't know how to fix that.
Also it's pulling in TEXT_PRICE_W with no corresponding language definition for the product price manager. I added this line to the languages/english/extra_definitions/dual_pricing_text.php to pull that in rather than add it to an existing core file: define('TEXT_PRICE_W', 'Wholesale Price');
I was also sure that one of the old problems from the previous version still existed with comments mixed in with sql somewhere that threw an error but now I can't see where I made the change.
Sorry, I did a file compare and found the problem in that file as well. Line 441 left out the wholesale price - should be p.products_price, p.products_price_w, p.products_date_available, Jackie, shall I send you my files? I think we should wait a while longer before putting up a new version.