Page 19 of 85 FirstFirst ... 917181920212969 ... LastLast
Results 181 to 190 of 849
  1. #181
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,290
    Plugin Contributions
    125

    Default Re: Quantity Discounts for 1.3

    > I have over 5,000 of these, how do I get them into the SQL database?
    If this is your discounting model, you don't want this contribution. You should use native quantity discounts and import your data using phpMyAdmin or perhaps just creating a .sql script from your data.
    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. #182
    Join Date
    Oct 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    thanks - is there a quick and dirty way to explain how I might do that?

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

    Default Re: Quantity Discounts for 1.3

    Yes. You post an ad in Commercial Help Wanted saying "subcontractor needed with data import experience and knowledge of built-in quantity discounting mechanism." Someone will respond and do this for you.
    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. #184
    Join Date
    Oct 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    no need to be nasty, I was just looking for some info that might help me figure out how to do the data import.

  5. #185
    Join Date
    Mar 2007
    Posts
    115
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    The mod is.. simply not working for me. I've customized it to work w/ a certain category:

    Code:
      function exclude_product($id) {
            switch($id) {
               case 137:
               case 99998:
                    return false;
            }
            return true;
        }
    Set the discount to "total by category."

    I installed it following all the instructions, first removing the old group discount mod. The quantity discount is simply not showing up at the checkout page. What did I possibly do wrong?

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

    Default Re: Quantity Discounts for 1.3

    You said
    I've customized it to work w/ a certain category:
    but then you showed the exclude_product function.
    The function exclude_product() excludes products not categories.

    What are your levels in admin? Are you running ZC 1.3.5 or higher? Did you read the FAQ about the possible root causes of category problems?

    http://www.thatsoftwareguy.com/zenca...ounts.html#faq
    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. #187
    Join Date
    Mar 2007
    Posts
    115
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    It clearly says on your page that, if you want to apply the discounts to a certain category, you use this code:

    Code:
           function exclude_category($category) {
            switch($category) {
               case 11:
                    return false;
            }
            return true;
        }
    which i thought made sense, since you switched the false and the true around.

    I am running ZC 1.3.7. My levels in admin:

  8. #188
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Quantity Discounts for 1.3

    Quote Originally Posted by mohinder View Post
    It clearly says on your page that, if you want to apply the discounts to a certain category, you use this code:

    Code:
           function exclude_category($category) {
            switch($category) {
               case 11:
                    return false;
            }
            return true;
        }
    which i thought made sense, since you switched the false and the true around.

    Your first post shows code for products and this post shows the code for categories, perhaps this is the problem?

    Matt

  9. #189
    Join Date
    Jul 2007
    Posts
    110
    Plugin Contributions
    0

    Default Wrong calculation

    Hi,
    please help me with this one if you are familiar to the issue.
    I installed the discount-mod and thought i set it up correct. But at checkout the values are not calculated right. The tax included should only be 20% of the total sum but its 10 SEK extra???

    I have tried solving this several times but cant fix. please help me!

    See attached image on checkout.

    best regards,
    Ola

    www.blingofsweden.se

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

    Default Re: Quantity Discounts for 1.3

    There are a bunch of knobs and switches for tax calculation, and they're not easy to understand. I explained some of them here:

    http://www.thatsoftwareguy.com/zenca...sales_tax.html

    The tax regime in some countries is so complicated that you have to write additional code; don't know if that's the case for Sweden or not.
    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 19 of 85 FirstFirst ... 917181920212969 ... 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