You just have to love the support you get from this site![]()
You just have to love the support you get from this site![]()
moesoap this is a very old module and the author may not even be active on this forum. I would suggest you hold your tongue because if a moderator see's that you may be banned and you won't get support full stop.
Just an update I've fixed attributes and updated all the files to 1.3.9g. This mod had some serious security flaws so if you have this mod installed on your site I'd suggest upgrading to my version lol.
Over the weekend I just want to add an additional feature for invoicing. Then I will upload the new version.![]()
Scrap that I'l sort the invoices out another time. I can't upload changes here on my 3g dongle so I've added a link to v1.7 below.
Changes I made are stated in my first post here and I've fixed the attributes shopping cart issue and updated all the files to 1.3.9.
I'll upload the file changes to the contribution page when I get a decent connection
Hope you like it !
http://rapidshare.com/files/42782098...ricing_1.7.zip
Ok my changes have been acepted and the new version is available to download .
http://www.zen-cart.com/index.php?ma...roducts_id=166
I've not finished yet I've still got a couple of idea's in mind but ran out of time on this oneSo if anyone has any good idea's etc on how to improve this further but don't fancy the challenge of hacking it up yourself post em here and I'l see what I can do.
I installed dual pricing v1.7 updated by drgr33n using Winmerge onto my zencart v1.3.9h. Everything looks fine except that where I have products with "Specials" prices the special discounted price is shown instead the wholesale price. If a product does not have a special discount off the retail price then the wholesale price is correctly shown for the logged in customer. Any help in resolving this issue is appreciated. Thanks
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.
lol sorry control should be the admin directory. I will update it all when I've finished the mod.
Sorry I didn't realize I'd left it at control![]()
Bookmarks