Page 39 of 70 FirstFirst ... 29373839404149 ... LastLast
Results 381 to 390 of 697
  1. #381
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,690
    Plugin Contributions
    123

    Default Re: Better Together Contribution Support Thread

    Response by email.
    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.

  2. #382
    Join Date
    Jun 2010
    Posts
    44
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Would there be a way to set this up so that you could offer "buy two products and get one item of equal or lesser value for free", where if there were 3 items in the cart, it would give the lowest valued item for free. It would obviously need to work in multiples. If 6 items were in the cart, it would give the 2 lowest valued items for free. Is this capable of that? Or is there any way of making it do that?

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

    Default Re: Better Together Contribution Support Thread

    No. Better Together works on single items. See PM.
    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. #384

    Default Re: Better Together Contribution Support Thread

    Quote Originally Posted by swguy View Post
    Response by email.
    thanks scott. i am looking into the big spender mod. still trying to figure out the coding with this one though...wish i had more time!
    thanks again.

  5. #385

    Default Re: Better Together Contribution Support Thread

    ok...i am this file: ot_better_together.php located here:
    /public_html/includes/modules/order_total/

    i am trying to add a simple discount....using scott's sample from the info page:
    function setup() {
    $this->add_prod_to_prod(161,162,"%", 50);
    }

    but i still keep getting a blank page when it comes time to checkout.

    this is what i am seeing in the php file, and i know a bunch of coding examples are included, so i don't know if i need to delete anything in the php file to make the discounts work?

    here is a screen shot (the highlighted part is what i am trying to add):
    Attached Images Attached Images  

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

    Default Re: Better Together Contribution Support Thread

    You need to REPLACE the entire setup function with what you had. You left the rest of the code in.

    It should look like this:

    function setup() {
    $this->add_prod_to_prod(161,162,"%", 50);
    }
    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. #387

    Default Re: Better Together Contribution Support Thread

    ok...so the function should be the last thing in the php file:
    function setup() {
    $this->add_prod_to_prod(161,162,"%", 50);
    }

    and nothing below it? is that right?
    that is what i have right now and i am still getting a blank page and HTTP 500 Internal Server Error. ???

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

    Default Re: Better Together Contribution Support Thread

    I suspect you've deleted the final brace "}" which is required to close out the body of the class.
    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. #389

    Default Re: Better Together Contribution Support Thread

    there is only one brace } which is on the final line after the semi-colon.
    adding another screen shot...there are no words or symbols after my discount coding....these are the final 3 lines of the file:

    function setup() {
    $this->add_prod_to_prod(161,162,"%", 50);
    }


    i don't know what i am missing?? thanks for your help!
    Attached Images Attached Images  

  10. #390

    Default Re: Better Together Contribution Support Thread

    i just want to be sure that i am grabbing the right category and product numbers to be inserting into the function.
    the numbers on the left side of each screen shot? this is what i am supposed to be using right??
    if so, i am still having the same problem as mentioned above. awaiting your reply. thanks!
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Capture1.JPG 
Views:	55 
Size:	36.1 KB 
ID:	8141   Click image for larger version. 

Name:	Capture2.JPG 
Views:	57 
Size:	41.4 KB 
ID:	8142  

 

 
Page 39 of 70 FirstFirst ... 29373839404149 ... LastLast

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

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