Page 19 of 71 FirstFirst ... 917181920212969 ... LastLast
Results 181 to 190 of 710
  1. #181
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,483
    Plugin Contributions
    121

    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.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  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
    4,483
    Plugin Contributions
    121

    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.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  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
    122
    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
    4,483
    Plugin Contributions
    121

    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
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  7. #187
    Join Date
    Mar 2007
    Posts
    122
    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,086
    Plugin Contributions
    4

    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
    114
    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
    4,483
    Plugin Contributions
    121

    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.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

 

 
Page 19 of 71 FirstFirst ... 917181920212969 ... LastLast

Similar Threads

  1. Quantity Discounts
    By ZenLova in forum Creating Discounts/Coupons, Gift Certificates, Newsletters
    Replies: 72
    Last Post: 2 Oct 2010, 08:34 PM

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
  •