Page 41 of 85 FirstFirst ... 31394041424351 ... LastLast
Results 401 to 410 of 849
  1. #401
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    Idea or Suggestion Re: Quantity Discounts for 1.3

    accidentally duplicated my post
    Last edited by shocker; 1 Jun 2009 at 12:54 PM.

  2. #402
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    Idea or Suggestion Re: Quantity Discounts for 1.3

    Ok, please clarify

    I have no linked products. The category I want to apply a discount to is category 27 (see diagram below)
    Men's Clothing (10)
    |
    ----> Stylish Shirts (27)
    | -------> shirt A
    | -------> shirt B
    | -------> shirt C
    |
    ----> Batik Shirts (16)
    | -------> shirt A
    | -------> shirt B
    | -------> shirt C
    So I made the following edit to ot_quantity_discount.php
    Code:
        function apply_special_category_discount($category, $count, &$disc_amount) {
            switch($category) {
               case 27:           // Discounts Stylish shirts
                    if ($count > 1) {
                       $disc_amount = 10; 
                    }
                    if ($count > 4) {
                       $disc_amount = 20; 
                    }
                    break; 
               case 99997:
                    $disc_amount = 0;
                    break;
            }
        }
    is this the recommended method?

  3. #403
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,319
    Plugin Contributions
    125

    Default Re: Quantity Discounts for 1.3

    Bespoke customizations are the kind of thing I do on a commercial basis. Email me your requirements for a quote.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #404
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    help question Re: Quantity Discounts for 1.3

    All I need is a discount on one category.
    I mod already does this, doesn't it.

  5. #405
    Join Date
    Feb 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Thanks for this module, its exactly what my client wanted. The discount is working properly, but on the Payment Information Page (Step Two of the Checkout), it just displays the product sub-total, the discount, and the total (including shipping) -- however, it doesn't actually show the shipping charge, so it looks weird. The numbers are right, it just seems wonky until you remember that there is a shipping fee that isn't displaying. Am I doing something wrong? Is there a setting that I missed? Any help would be greatly appreciated.

    http://www.prairierosenaturals.ca/

  6. #406
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,319
    Plugin Contributions
    125

    Default Re: Quantity Discounts for 1.3

    You just need to turn on the shipping order total module under admin->modules->order total. Set the sort order so that it's unique and above the total.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #407
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Quantity Discounts for 1.3

    Hey,

    Any info on why this may be occurring?

    Thanks in advance.

    Quote Originally Posted by fergusmacdonald View Post
    Hi swguy,

    I've been having some problems with the way that ZC is calculating the tax percentage on orders. It appears to have been cleared up for the discount coupon module, but not for the Quantity Discount one.

    When:
    Include Tax
    true

    Re-calculate Tax
    None

    Sub-Total: £100.00
    Free Shipping: £0.00
    Quantity Discount (10%) :-£10.00
    Included VAT @ 15%:£13.04 (incorrect)
    Total:£90.00

    When:
    Include Tax
    false

    Re-calculate Tax
    Standard

    Sub-Total: £100.00
    Free Shipping: £0.00
    Quantity Discount (10%) :-£8.70
    Included VAT @ 15%:£11.73
    Total:£89.99

    Any help on this would be much appreciated.

  8. #408
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,319
    Plugin Contributions
    125

    Default Re: Quantity Discounts for 1.3

    There are four tax settings in Quantity Discounts (two options with two choices each). If you want more, you'll have to make the changes yourself or hire me or someone else to make them.

    The checkout logic is changing completely in 2.0 and presumably there will be even more options at that point. But you should know that many, many UK businesses are using this software as is.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #409
    Join Date
    Jan 2009
    Location
    Charlottesville, VA
    Posts
    51
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    I have a configuration question. My client wants 3 specific categories to have tired quantity discounts. I was able to set this up in the apply_special_category_discount() function, with cases for each category id and and if/elseif structure to check the $count and determine the $disc_amount. This is working fine right off the bat. Problem is, of course, my client can't change this discount setup in admin and it's kinda weird to show the discounts in the product template since all the actual admin discount fields are still zero - after all, I coded all the discounts.

    On top of that, nowhere in the cart is there a note about the discount. The discounted price shows accurately, but there's never any indication that there's a discount in play. It just shows a lower unit cost all the way through.

    So I am wondering - does it make sense to duplicate the module (twice) so the three categories of discount can be set up and managed in admin? Can it be done? Am I missing an obvious method that everybody else already uses?

    Thanks,
    Frank

  10. #410
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,319
    Plugin Contributions
    125

    Default Re: Quantity Discounts for 1.3

    What I tell people to do in cases like this is simply get rid of the explanatory link and customize the marketing text on the product info page. You certainly *could* clone the module 2x but this wouldn't be the direction I would recommend.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 
Page 41 of 85 FirstFirst ... 31394041424351 ... LastLast

Similar Threads

  1. v153 quantity discounts for attributes
    By delia in forum General Questions
    Replies: 1
    Last Post: 14 Oct 2014, 02:34 PM
  2. v150 Quantity Discounts for shipping 1.5
    By jpmill in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 7 Apr 2013, 05:28 PM
  3. v150 Quantity Discounts for 1.5?
    By mobishelf in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 21 Feb 2012, 12:40 AM
  4. Hide quantity discounts for general customers, show for groups only?
    By swamyg1 in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 3
    Last Post: 16 Nov 2009, 09:22 PM
  5. Quantity Discounts for Sets?
    By mwlahn in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 30 Mar 2008, 07:39 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR