Re: Quantity Discounts for 1.3
Quote:
Originally Posted by
swguy
The files in the download area are all you need. Everything else on my site is an extra added bonus. If you can't get your installation to work, you should put an ad on the commercial help wanted forum.
the folder in the downloads area is called: discount_1.8
as of right now, is contains only one includes folder, obviously for the admin side:
includes >> languages >>english>>modules>>order_total>>ot_quantity_discount.php
includes>>>modules>>>order_total>>>ot_quantity_discount.php
there are no catalog files in here.
is this really all there is to this mod, no extra data_files, or anything?
there are no catalog files in here?
Re: Quantity Discounts for 1.3
nevermind. i reinstalled and it worked fine, perhaps something in the cache was not getting updated.
Re: Quantity Discounts for 1.3
I am having problems with the tax. the order is discounting properly, but the total is not adding up...
[FONT=Courier New] Sub-Total: $40.00
Flat Rate (USPS Flat Rate Shipping): $5.00
Quantity Discount: -$5.00
98110 Bainbridge Island 8.80%: $3.52
Total: $48.52
[/FONT]
I am using the local sales tax mod (V2.0) by Heather Gardner (LadyHLG). It is not subtracting the Quantity Discount. By the way, I am using the Quantity Discount basis of "Total Items in Cart". I saw a bug and resolution earlier, but have no idea where to make the code change.
thx....
Re: Quantity Discounts for 1.3
This mod fit the bill for a client who wanted to offer a discount when his customers bought 10 or more products in a particular category. Now he wants to also offer a different discount percentage when 5 or more of a different category of products is purchased.
I'm trying to figure out if this is possible using the User Exits in this mod.
Any thoughts?
Re: Quantity Discounts for 1.3
Quote:
Originally Posted by
earmsby
I'm trying to figure out if this is possible using the User Exits in this mod.
Yep. That's why they're there.
Re: Quantity Discounts for 1.3
Quote:
Originally Posted by
rory
I am using the local sales tax mod (V2.0) by Heather Gardner (LadyHLG). It is not subtracting the Quantity Discount. By the way, I am using the Quantity Discount basis of "Total Items in Cart". I saw a bug and resolution earlier, but have no idea where to make the code change.
thx....
If this is what's happening, there's a bug in the tax mod. Try putting the tax above the discount; this might work; or you could report the bug on the local sales tax mod thread (if there is one).
Re: Quantity Discounts for 1.3
Quote:
Originally Posted by
swguy
If this is what's happening, there's a bug in the tax mod. Try putting the tax above the discount; this might work; or you could report the bug on the local sales tax mod thread (if there is one).
It worked to move it up. I will work report the bug to the local sales tax thread.
THX.....
Re: Quantity Discounts for 1.3
I have added quantity discounts and think it's great, still a bit to get my head around such as exits etc but that will come :smile:
I have also added the promo page and although all the files are showing correctly I can't edit the quantitydiscounts_promo page from the define page editor in my admin as the page does not appear in the drop down list. The page shows fine from the link in the category side box and I can edit the file directly just not from the page editor. Any ideas?
Thanks.
Re: Quantity Discounts for 1.3
Copy the file
includes/languages/english/html_includes/custom/define_<page-name>.php
to the parent directory
includes/languages/english/html_includes/
Refresh the page in admin and you will see the file. Thanks for reporting this; I updated the help file.
Re: Quantity Discounts for 1.3
I had a poke around on my server while waiting for a reply and discovered that the file needed uploading as you describe, did that and it worked fine :smile:
Thanks for the reply.