Re: DUAL Pricing v2 - what am I missing?
Thanks drgr33n I too appreciate all you efforts!
I am running on an up-to-date Linux LAMP system.
I installed and verified a fresh 1.3.9g with demo data.
I then installed dual_pricing__wholesale_pricing_1-7a.zip as follows:
a. hand altered the database using the alter stmts in install.sql.
Note one line is invalid:
ALTER TABLE `products_discount_quantity` ADD `discount_price_w` VARCHAR( 150 ) DEFAULT '0' AFTER `discount_price_w`;
since you cannot add a column after itself. I changed it to add after the last col in the table:
ALTER TABLE `products_discount_quantity` ADD `discount_price_w` VARCHAR( 150 ) DEFAULT '0' AFTER `discount_price`;
Is this a clue?
b. I then placed the two directories CONTROL(a new directory) and includes (overwriting existing files) into my zen root).
I see no changes at all.
I do not see a new text box under the email address box.
I do not see a place for wholesale price on any product.
No differences from pre-installation.
I am puzzled!
If I have missed some vital step, please point me to where in the README that step is documented.
Re: DUAL Pricing v2 - Behavior sanity check
I think I have what I need on pricing with your mod alone.
1. Retail custs see only retail price.
2. Wholesale custs see retail and wholesale.
The other addon, which I installed after testing and verifying 1 and 2, has the further effect of allowing me to keep retail customers from seeing wholesale products.
Is this what you expected?
I like it.
I am not so sure the two addons should be combined though.
Cheers - BOS
Re: DUAL Pricing v2 and Sale Maker
I have a client who has started doing some holiday markdowns using Sale Make, This appears to by pass the dual pricing setting and so she has all kinds of explaining to do to her wholesale customers. I saw some discussion about updating tis module to take the sale pricing into account, was anything ever advanced.
failing that has any on developed a separate strategy for sale pricing for wholesale customers
Re: DUAL Pricing v2 - Stock by Attributes - shopping_cart problem
This has been mentioned a couple of times.
I have the latest versions of stock_by_attributes and dual_pricing installed on zencart 1.3.9h.
When logged in as a wholesale user and adding a product with attributes to the shopping cart, the retail price is listed.
I gather this is a problem with shopping_cart.php, but I can't find anything.
Has anyone figured out a solution to this?