Results 1 to 10 of 699

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    Default Re: Better Together Contribution Support Thread

    That's an add_cat_to_cat - I asked you for an add_prod_to_prod. But since cat 36 seems to work, please try

    Code:
    function setup() { 
      $this->add_cat_to_cat(36,36,"%", 15); 
    }
    
    } // closing paren for class
    I suspect that will work, which means that the real issue is with categories only, and you need to look at the help on categories

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

    to see how they work and what can go wrong.
    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. #2
    Join Date
    Feb 2013
    Location
    Melbourne, Victoria, Australia, Australia
    Posts
    5
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Quote Originally Posted by swguy View Post
    That's an add_cat_to_cat - I asked you for an add_prod_to_prod. But since cat 36 seems to work, please try

    Code:
    function setup() { 
      $this->add_cat_to_cat(36,36,"%", 15); 
    }
    
    } // closing paren for class
    I suspect that will work, which means that the real issue is with categories only, and you need to look at the help on categories

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

    to see how they work and what can go wrong.

    Hi,

    Appreciate the help but this didnt work either...same issue with nothing actually appearing...

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    Default Re: Better Together Contribution Support Thread

    Then something is either wrong with your database, your files or your installation which will require someone to have access to all three to debug it. You can hire someone off the Commercial Help Forum.
    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. #4
    Join Date
    Aug 2012
    Posts
    20
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Scott, why would a category not show as an option in bt admin but the rest do?

  5. #5
    Join Date
    Apr 2013
    Location
    north carolina
    Posts
    110
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Hi swguy - I use Edit Orders 4.1 and Ty Package Tracking 3.1.3. What I forgot to mention last night is that the errors happen only on my "real" website with SSL, they don't happen on the testing website without SSL. Could the SSL certificate have anything to do with it? Of course it's possible that I may have messed up the installation of either BT or EO/TPT on the real website... - any idea which BT file(s) I should check? (I checked them "all" and they seem correct, but being human I may have missed something...) What I'm finding strange is that all of the features of all of these mods seem to be working fine despite the errors (who knows what's going wrong that I don't see or haven't tested yet...). The function mentioned in the errors is defined in SITE/includes/functions/functions_taxes.php which is present on both sites and has not been modified by any plugin on either site.
    Thanks!
    Magz

  6. #6
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    Default Re: Better Together Contribution Support Thread

    OK. This is a bug in Edit Orders 4.1; I will work on getting a fix in place this month.
    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. #7
    Join Date
    Apr 2013
    Location
    north carolina
    Posts
    110
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Quote Originally Posted by swguy View Post
    OK. This is a bug in Edit Orders 4.1; I will work on getting a fix in place this month.
    Thanks swguy. Just so you know, lhungil has been working on some improvements to EO 4.1 and might already be working on fixing this bug. ~magz

  8. #8
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    Default Re: Better Together Contribution Support Thread

    @magz the fix for your issue is posted on the Edit Orders 4.1 support thread here: http://www.zen-cart.com/showthread.p...03#post1205703
    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.

  9. #9
    Join Date
    Apr 2013
    Location
    north carolina
    Posts
    110
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Quote Originally Posted by swguy View Post
    @magz the fix for your issue is posted on the Edit Orders 4.1 support thread here: http://www.zen-cart.com/showthread.p...03#post1205703
    Thanks swguy! This seems to have fixed the problem for me. ~magz

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

    Default Re: Better Together Contribution Support Thread

    Better Together 2.5 has just been released; this version has support for "one to many" discounts. So if you have

    Buy item 10, get item 20 for 25% off
    Buy item 10, get item 30 for 25% off
    Buy item 10, get item 40 for 15% off

    In the past, when the customer has 1 each of items 10,20,30 and 40 in the cart, only the first discount would run, and item 10 would be removed from the list of items available for fulfilling a condition.

    Now, if you want all three discounts to fire when the customer has items 10,20,30 and 40 in the cart, you can set the flag "One to Many = 1" in Admin->Modules->Order Total->Better Together. Setting One to Many = 2 will allow the discount to repeat if you have multiple of items 20, 30 or 40 in the cart, but only one item 10.
    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.

 

 

Similar Threads

  1. Twitter Updates Sidebox Contribution Support Thread
    By delia in forum Addon Sideboxes
    Replies: 13
    Last Post: 29 Dec 2010, 12:44 AM
  2. Better Together Promotional Page Contribution
    By swguy in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 27 Feb 2010, 05:52 PM
  3. Windows Live Product Search Contribution Support Thread
    By numinix in forum All Other Contributions/Addons
    Replies: 209
    Last Post: 3 Jul 2009, 08:23 PM
  4. Better together mod
    By coolman in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 16 Aug 2008, 09:48 PM
  5. LinkConnector Affiliate Contribution Support Thread
    By hyperdogmedia in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Jun 2007, 06:33 PM

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