Page 16 of 85 FirstFirst ... 614151617182666 ... LastLast
Results 151 to 160 of 849
  1. #151
    Join Date
    Oct 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Question: I am trying marketing tool, but when i edit tpl_product_info_display.php, i get this message:

    Fatal error: Call to undefined function: get_discount_parms() in /home/supermaj/public_html/includes/templates/trublu/templates/tpl_product_info_display.php on line 251

    I tried both your site and forums but couldn't find an answer. Can you help me or point to some link?

    Also, i would like some categories to be excluded, but i don't know where to place this code:

    function exclude_category($category) {
    switch($category) {
    case 7:
    return true;
    }
    return false;
    }

    Will it give me the same text of undefined function?

  2. #152
    Join Date
    Oct 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    ok, i got it about excluding categories, it is editing of includes/modules/order_total/ot_quantity_discount.php

    But i am still having problems with marketing tool... Help?

  3. #153
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,674
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    If you are using exclude_categories or other exits, you'll need to write your own marketing description, so don't bother with using get_discount_parms().
    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.

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

    Default Re: Quantity Discounts for 1.3

    Quote Originally Posted by srbin View Post
    Question: I am trying marketing tool, but when i edit tpl_product_info_display.php, i get this message:

    Fatal error: Call to undefined function: get_discount_parms() in /home/supermaj/public_html/includes/templates/trublu/templates/tpl_product_info_display.php on line 251
    I suspect you got this because you didn't call it as a member function of a ot_quantity_discount object. This is shown in each of the four examples, but not re-emphasized in the notes below; I have updated the page to indicate this.

    SoftwareGuy
    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. #155
    Join Date
    Oct 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    I will check it. But now, i have another problem:

    When i give discount, it is either in percentage or a fixed amount. Is there a way that when someone takes 100 units, he will have $0.50 lower price than basic price of unit?

    Example: t-shirt costs $3

    He orders 99, no discount
    He orders 100, discount is 100 * $0.50 = $50

    The popup window saying how the discount is priced would be something like:
    Total 100 units x $0.50 per unit = $50

    It is pretty long story why i need it, but the basic is that i have fixed profit of $1 per t-shirt, no matter the price of it.


    btw, great preview module, it was worth the money. Can 'discount price' be clicked on preview page and not only in step 3?

  6. #156
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,674
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    See your PM.

    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.

  7. #157
    Join Date
    Aug 2007
    Location
    Toronto, Canada
    Posts
    10
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Hi there,

    Is it possible with your mod, to do the following?

    Min Quantity 100, Unit 25
    Product Price : $1
    Buy 100 =$100

    Quantity discount level 125 units+
    First 100 still at $1
    Additional 25 units 5% off

    So if I buy 125, I pay $100 + 25x$0.95 = $123.75
    If I buy 200, I pay $100 + 100x$0.95 = $195

    Not only that, the same or different discount rate applies to some of the attributes?

    Thanks...

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

    Default Re: Quantity Discounts for 1.3

    You would have to do a bunch of customization. PM me for details.
    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. #159
    Join Date
    Aug 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Quantity Discounts for 1.3

    Hi there, is it possible to only allow the discount to be applied to products which have the same attributes selected? (the website I'm working on at the moment sells photos and wants to give a discount if any two photos (each of which is a different product) where the same size attributes are selected. Cheers.

  10. #160
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,674
    Plugin Contributions
    123

    Default Re: Quantity Discounts for 1.3

    You would have to do a bunch of customization to make it work this way.
    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.

 

 
Page 16 of 85 FirstFirst ... 614151617182666 ... 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