Page 21 of 59 FirstFirst ... 11192021222331 ... LastLast
Results 201 to 210 of 588
  1. #201
    Join Date
    Apr 2008
    Location
    Texas
    Posts
    84
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Quote Originally Posted by swguy View Post
    I have updated the help on my home page to answer this question more clearly.

    Thanks,
    Scott

    Thank you so very much Scott!
    Scrapbook Supplies Direct
    Your Scrapbook Supply Source

  2. #202
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,510
    Plugin Contributions
    127

    Default Re: Better Together Contribution Support Thread

    Better Together 2.0 is getting closer. Some changes have been made since my original plans were announced a while back:

    - add_cat_to_prod *will be* added as a supported linkage.

    - category id handling *will not change* - it will remain as is (i.e. CAT means master category); I had considered a change here but decided against it.

    - the cart will be sorted by price so that using the most expensive first item and the least expensive second item will be chosen (yielding the lowest discount). In practical terms, add_cat_to_cat(x, y, ...) or add_prod_to_cat(x, y, ...) will select the least expensive item matching category y, rather than the next category y item in product_id order as is currently done. This is the behavior most people expect since it's the most common retail implementation of BOGO ("Discount applies to lowest priced item.")

    I intend to release these changes in September.

    Thanks,
    Scott
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  3. #203
    Join Date
    Nov 2005
    Posts
    75
    Plugin Contributions
    1

    Default Re: Better Together Contribution Support Thread

    on 18th January 2008, post id #144 albertomrubio, asked about free shipping working with this mod, does anyone know if this can be done


    cool module by the way .

  4. #204
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,510
    Plugin Contributions
    127

    Default Re: Better Together Contribution Support Thread

    There's nothing built in; you have to write code to do this sort of thing.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  5. #205
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,510
    Plugin Contributions
    127

    Default Re: Better Together Contribution Support Thread

    Better Together 2.0 is now available. The new features in this version are:

    * The addition of add_cat_to_prod linkages.
    * Automatic cart sort by price. This means that discounts which use add_cat_to_cat, add_prod_to_cat or add_cat_to_cat will automatically discount the least expensive item that matches the second id.

    New version is in the downloads area.

    Enjoy,
    That Software Guy
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  6. #206
    Join Date
    Sep 2007
    Posts
    12
    Plugin Contributions
    1

    Default Better Together 2.0 Installation Problem (linkages don't work)

    I am having trouble getting my linkages to work with better together version 2.0.

    I have successfully uploaded the files and installed the module in admin. I have tried every variation of linkages and no matter what I do no linkages work.

    Below are my current linkages.

    function setup() {
    // Add all linkages here
    // Some examples are provided:
    /*
    $this->add_prod_to_prod(14169, 13461, "$", 10);

    */
    }

    By the way, I am also using discount_1.10 (which works) and preview_1.3.8_2 (also works). I tried removing them temporarily, but that didn't have an effect on better together (still broken).

    The linkages don't appear in step 2/3 of checkout or with the Better Together Promotional Page.

    Any ideas why it isn't working?
    Last edited by DJMagicCards; 12 Sep 2008 at 08:37 AM. Reason: improve title

  7. #207
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,510
    Plugin Contributions
    127

    Default Re: Better Together Contribution Support Thread

    You have your linkage commented out. Instead of

    Code:
    /*
    $this->add_prod_to_prod(14169, 13461, "$", 10);
    
    */
    you should have


    Code:
    $this->add_prod_to_prod(14169, 13461, "$", 10);
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  8. #208
    Join Date
    Sep 2007
    Posts
    12
    Plugin Contributions
    1

    Default Re: Better Together Contribution Support Thread

    That did the trick. Thanks!

  9. #209
    Join Date
    Jul 2008
    Posts
    112
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Ok I just ran across this add-on and I have installed but I'm not sure where to go to add the discounts in? I am wanting to do the following:

    Purchase at least $5 and get a certain product free
    Purchase item A & get Item B free

    What file do I need to edit to do this?

    Helpppppppppp

  10. #210
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,510
    Plugin Contributions
    127

    Default Re: Better Together Contribution Support Thread

    Better Together doesn't do "Buy $5, get item X free." - it only does "Buy A get B free."

    To figure out how to make it work, you should read the documentation. A link is provided in admin->modules->Order total->Better Together, or you could just read the readme file which is provided with the contribution.
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

 

 
Page 21 of 59 FirstFirst ... 11192021222331 ... LastLast

Similar Threads

  1. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 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
  •