Page 43 of 85 FirstFirst ... 33414243444553 ... LastLast
Results 421 to 430 of 849
  1. #421
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: Quantity Discounts for 1.3

    You can discount by dollars spent in tiers and you can exclude specific products or categories - but they have to be enumerated (12,13,15, etc.).
    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.

  2. #422
    Join Date
    Nov 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Quote Originally Posted by ryanb4614 View Post
    swguy, quick question... has there ever been a way to make quantity discounts disabled if a coupon is being used? thank you! this mod is excellent
    Ryan,

    Did you ever find a work around for this?

  3. #423
    Join Date
    Jun 2009
    Posts
    66
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    is there any extension mode that offer discounts to certain groups only?

  4. #424
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: Quantity Discounts for 1.3

    See PM.
    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.

  5. #425
    Join Date
    Jun 2009
    Posts
    66
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    I need only to apply a currency discount level only to price group 'number one'. So I think it needs only an easy modification and not an additional complex mod.

  6. #426
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    red flag Re: Quantity Discounts for 1.3

    Sub-Total not displaying correct.

    When you make a purchase that qualifies for a discount the "Extended Price" is correct.

    The next line "Quantity Discount" shows the correct discount amount in dollars.
    The next line "Sub-Total" does not reflect the discount. Sub Total shows the above Extended price giving appearance quantity discount is not applied.


    The Total Price. does show the correct amount.

    It is important that the "Sub-Total" reflect the discount because when shipping internationally value of goods shipped customer may have to pay a tax on the value paid for the product which should be the Sub Total less discounts and shipping cost.

    Could someone provide help in subtracting discount amount from extended price to = Sub-Total? see below example.

    Products Model Tax Price (ex) Price (inc) Total (ex) Total (inc)
    3 x EZorb Calcium Capsules 822392001225 $39.95 $39.95 $119.85 $119.85
    Total Weight is 1 lbs. 11 oz.
    Quantity Discount: -$8.39
    Sub-Total: $119.85
    Flat Rate (Best Way): $6.95
    Total: $118.41

  7. #427
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,312
    Plugin Contributions
    125

    Default Re: Quantity Discounts for 1.3

    The subtotal is not a running value. You'd have to write code to get the display you're looking for; you can't just change the sort order.
    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.

  8. #428
    Join Date
    Apr 2006
    Location
    Midland TX
    Posts
    428
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Quote Originally Posted by swguy View Post
    The subtotal is not a running value. You'd have to write code to get the display you're looking for; you can't just change the sort order.
    If SubTotal is not a running value then what is it's purpose. I assume from your reply Subtotal is not inside the Quanitity Discount mod. Does anyone know where Subtotal is figured? SWGuy this is a great mod that needs to be part of core.

  9. #429
    Join Date
    May 2009
    Posts
    86
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Is there a way to change the products_id to products_weight or products_sort_order?


    function apply_special_item_discount($id, $count, &$disc_amount) {
    switch($id) {
    case 1:

    if ($count > 1) {
    $disc_amount = 15;
    }
    break;
    case 2:
    $disc_amount = 20;
    break;
    }
    }



    Thanks in advance :-)

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

    Default Re: Quantity Discounts for 1.3

    Quote Originally Posted by Kunal View Post
    Is there a way to change the products_id to products_weight or products_sort_order?
    You'd have to write code to do this; there's nothing built in.
    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 43 of 85 FirstFirst ... 33414243444553 ... 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