Results 1 to 10 of 699

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Location
    Downunder - QLD - Gold Coast
    Posts
    964
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Mine isn't working. Can anyone please offer a helping hand?

    I am using Zenrt 1.3.8a with Better Together Contribution + Better Together Admin

    So I don't need to (want to) enter manual discounts and hard code the files. Therefore as per instruction, I have inserted the extra code to my tpl_product_info_display.php in my own template folder. I have also entered the code into includes/modules/order_total/ot_better_together.php.

    I then have created the discount product > Product at 15%

    (2) Buy: Jojoba Oil 25/50/100ml (PROD 80) Get: Midgie/Mossie Bite Balm 125/250ml (PROD 77) Discount: 15%

    Problem I can not see the like in the demo any of this type of text. What is missing? I have upload all the files.
    ------------------------------------------------------------------------------------
    Better Together Discounts
    Buy this item, get a Die Hard With A Vengeance Linked at 50% off
    ------------------------------------------------------------------------------------



    4. Edit the file
    includes/modules/order_total/ot_better_together.php
    and in the setup() function at the bottom of the file, add the lines:

    if (!IS_ADMIN_FLAG) {
    require(DIR_WS_MODULES . 'better_together_admin.php');
    }



    6. Customize the tpl_product_info_display.php file to advertise
    your discounts. Put the file
    includes/templates/template_default/templates/tpl_product_info_display.php
    into includes/templates/<Your Template>/templates, and be sure
    you have installed tpl_better_together_marketing.php in this
    same directory. Then add this block of code to the
    tpl_product_info_display.php file

    <?php
    require($template->get_template_dir('/tpl_better_together_marketing.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_better_together_marketing.php');
    ?>


    The placement of this code is a matter of personal preference.
    Try placing it below the product description (line 87 in
    tpl_product_info_display.php in 1.3.7), and adjust to your taste.
    Downunder QLD

  2. #2
    Join Date
    Jan 2006
    Location
    Downunder - QLD - Gold Coast
    Posts
    964
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    My fault

    I forgot to upload the Ajax files.

    Different question: How can I high light the message "Buy this item, get a Midgie/Mossie Bite Balm 125/250ml at 15% off" on th eproducts page?
    Downunder QLD

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

    Default Re: Better Together Contribution Support Thread

    Not sure what you mean by highlight, but displaying your discounts on the product page is discussed here:

    http://www.thatsoftwareguy.com/zenca...html#marketing

    The text on your product info page is tagged with #betterTogetherDiscountPolicy, so you can add css to style it.
    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
    Jan 2006
    Location
    Downunder - QLD - Gold Coast
    Posts
    964
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Yes I got that too on your website. Thanks for getting back to me. It is so easy to use in admin its worth every dollar :-)
    Downunder QLD

  5. #5
    Join Date
    Sep 2007
    Location
    Herne Bay, Kent, England
    Posts
    182
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Hi.

    I have just installed v 2.0 of this mod. I have modiified tpl_product_info_display.php as directed and installed my first discount:-

    $this->add_prod_to_prod(425,426, "%" , 50);

    Nothing is showing on the product info page or at checkout - what have I done wrong?

    Regards

    Philip

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

    Default Re: Better Together Contribution Support Thread

    Perhaps you haven't installed it under admin->modules->order total.
    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
    Sep 2007
    Location
    Herne Bay, Kent, England
    Posts
    182
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Quote Originally Posted by swguy View Post
    Perhaps you haven't installed it under admin->modules->order total.
    Yes, I checked that. It is installed.

    Philip

  8. #8
    Join Date
    Sep 2007
    Location
    Herne Bay, Kent, England
    Posts
    182
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Quote Originally Posted by philip56 View Post
    Yes, I checked that. It is installed.

    Philip
    Any further thoughts/ideas?

    Thanks

    Philip

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

    Default Re: Better Together Contribution Support Thread

    Your setup function should be this:

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

    Delete anything else you have and paste this in.

    If it doesn't work, you have done something wrong and you need to put an ad in commercial help wanted for someone to install it for you.
    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