Page 33 of 85 FirstFirst ... 2331323334354383 ... LastLast
Results 321 to 330 of 849
  1. #321
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,696
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    If you have custom category discounts, you can't just use the default marketing text; you need to write additional code.

    Scott
    That Software Guy. My Store: Zen Cart Modifications
    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. #322
    Join Date
    Oct 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    I have a similar issue -- but using the Table Rates instead....

    Has anyone else been able to come up with a solution -- so that shipping rates are calculated based on the total AFTER discounts applied?

    Quote Originally Posted by maineiac13 View Post
    I am using the quantity discount contribution to apply discounts to my products based on the total quantity of items purchased. (i.e. currency per item/total items in cart.) And I am also using the Discount Preview Module.

    I am setting up my store and at the moment only have the Zone Rate Shipping Module activated. I have set up 3 Zones. One for US, one for Canada, and one for the rest. The zones are set to calculate different shipping rates based solely on the price of the order.

    Zone 1 shows: 19.99:2.50,10000:0.00
    Zone 2 shows: 24.99:3.00,10000:0.00
    Zone 3 shows: 13.50:4.00, 24.00:5.00, 37.50:7.00, 45:9.00, 70:11.00,99.99:12.00,10000:0.00

    What happens is that the shipping cost is being calculated as if there was no discount.

    For example, if the total cost before the discount for a UK customer is $30...but after the discount the total cost is $23, the customer is being charge $7.00 shipping instead of $5 shipping.

    Is there a way to correct this?

  3. #323
    Join Date
    Apr 2007
    Location
    California, USA
    Posts
    233
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Quote Originally Posted by swguy View Post
    If you have custom category discounts, you can't just use the default marketing text; you need to write additional code.

    Scott
    I know that; I already have the custom text in the additional code. I am not having problems with the marketing text.

    What I am taking about the fact that if the url to get to a product is /index.php?main_page=product_info&cPath=22&products_id=15

    And category 22 has a custom discount of 25% and it shows the marketing text of 25%.
    But if somehow a customer goes to the product as /index.php?main_page=product_info&cPath=60&products_id=15

    when 60 is a non existing category the default marketing text shows instead of the customer marketing text that I have set. So the customer thinks they can get a higher percentage.

    The reason I am asking is because a customer did this and thought he was going to get 50% off when the actual category should only get 25% off. The customer sent me screenshots and it showed a non existent catid in the url.
    Thanks
    Supersnow

  4. #324
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,696
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    Quote Originally Posted by supersnow View Post
    But if somehow a customer goes to the product as /index.php?main_page=product_info&cPath=60&products_id=15

    when 60 is a non existing category the default marketing text shows instead of the customer marketing text that I have set. So the customer thinks they can get a higher percentage.
    Sounds like $current_category_id may not be the master category id of the product in question; perhaps the product was linked at one time, perhaps the customer is just diddling the URL for fun. Who knows. In any event, if this is happening, you will need to query the category id manually instead of relying on $current_category_id. My Zen Cart Category Issues page discusses how to get this value.

    http://www.thatsoftwareguy.com/zenca...issues.html#mt
    That Software Guy. My Store: Zen Cart Modifications
    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. #325
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,696
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    The bulleted list of tips following the documentation on adding Marketing Text to Quantity Discounts

    http://www.thatsoftwareguy.com/zenca...html#marketing

    Has also been updated to discuss this issue and cross reference the resolution.

    It's funny - this code has been in place for several years with no complaints, and in the last 2 weeks I've gotten two questions about this - the other was from Better Together.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  6. #326
    Join Date
    Apr 2007
    Location
    California, USA
    Posts
    233
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Quote Originally Posted by swguy View Post
    The bulleted list of tips following the documentation on adding Marketing Text to Quantity Discounts

    http://www.thatsoftwareguy.com/zenca...html#marketing

    Has also been updated to discuss this issue and cross reference the resolution.

    It's funny - this code has been in place for several years with no complaints, and in the last 2 weeks I've gotten two questions about this - the other was from Better Together.
    Thanks for the help. I do believe it was a customer playing around with the category id but you never know. Your solution worked and hopefully it will not be an issue any further.
    Thanks
    Supersnow

  7. #327
    Join Date
    Oct 2007
    Posts
    51
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    I really want to try this mod. Trouble is I have no clue how to even install mods to zencart!

    Anybody know where I should be looking to get help installing a mod like this one?

    Thanks!
    My zen cart is being rebuilt!! www.nicecarvings.com
    The Quantity Discount Mod is working great!
    www.thatsoftwareguy.com/zencart

  8. #328
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,696
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    I wrote a very simple "introduction to installing my mods for rookies" page here:

    http://www.thatsoftwareguy.com/zencart_install_mod.html

    If this doesn't make sense to you, put an ad in Commercial Help Wanted to get someone who can walk you through doing this on the phone. It's only confusing the first time you do it.

    Scott
    That Software Guy. My Store: Zen Cart Modifications
    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. #329
    Join Date
    Oct 2007
    Posts
    51
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Quote Originally Posted by swguy View Post
    I wrote a very simple "introduction to installing my mods for rookies" page here:

    http://www.thatsoftwareguy.com/zencart_install_mod.html

    If this doesn't make sense to you, put an ad in Commercial Help Wanted to get someone who can walk you through doing this on the phone. It's only confusing the first time you do it.

    Scott
    Awesome, installed in working in less than 10 minutes with your tutorial! Appreciate that. If I make some sales i will try and donate!

    My zen cart is being rebuilt!! www.nicecarvings.com
    The Quantity Discount Mod is working great!
    www.thatsoftwareguy.com/zencart

  10. #330
    Join Date
    Oct 2007
    Posts
    51
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Is there a way to have the discount figured immediately upon placing the quantity items in the cart? This is an awesome mod BTW!
    My zen cart is being rebuilt!! www.nicecarvings.com
    The Quantity Discount Mod is working great!
    www.thatsoftwareguy.com/zencart

 

 
Page 33 of 85 FirstFirst ... 2331323334354383 ... 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