Page 8 of 58 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 580
  1. #71
    Join Date
    Feb 2007
    Posts
    65
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Can someone share a URL of Better Together in action? Preferably a direct link to a page with related items?

    Thanks!
    Creative Arc - Minneapolis Web Design

  2. #72
    Join Date
    May 2005
    Location
    England
    Posts
    399
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    http://www.thegemtree.com/index.php?...oducts_id=1435

    Here you go. At the moment, the text for it is small in comparison, not sure how to make it larger. I think it is a great mod.

    Cheers

  3. #73
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Better Together Contribution Support Thread

    HM: the id for the cross sell text is discountPolicy (and discountPolicyReverse if you're using the reverse logic as well). So you can style this any way you wish.

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

  4. #74
    Join Date
    Jan 2004
    Location
    Reno, NV
    Posts
    123
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    I am running the contrib as well.

    You can find it here.
    http://www.izadra.com/index.php?main...products_id=64

    I would like to say that this mod really is great, and the support from the author has been superb in my experience.

  5. #75
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Better Together Contribution Support Thread

    Kind words - thank you.

    Something to look forward to: sometime in the second quarter I'm going to deliver a Better Together sidebox to help shopowners make their Better Together discounts more visible. I think you'll like it. :)

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

  6. #76
    Join Date
    May 2005
    Posts
    465
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Scott,

    Great mod, thanks.

    Just wondering if it is possible to do,

    Buy A and B and get 50% off C

    ie a bundle of products together to get a price.

  7. #77
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Better Together Contribution Support Thread

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

  8. #78
    Join Date
    May 2007
    Posts
    33
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    This could be exactly what I'm looking for - I've read the readme and can't figure out how to achieve this:

    -> buy something from category 1, and something from category, get x% discount on both purchases (whether they are single quantities or multiple).

    Thanks in advance for any assistance, hopefully I'm not missing something obvious :)

  9. #79
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Better Together Contribution Support Thread

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

  10. #80
    Join Date
    Mar 2006
    Posts
    271
    Plugin Contributions
    0

    Default Re: Better Together Contribution Support Thread

    Hi there
    i have installed and appears to be working at checkout but the marketing code is not displaying any text on the product pages. I have added this code exactly to the tpl_product_info_display.php page: <?php
    $value = "ot_better_together.php";
    include_once(zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] .
    '/modules/order_total/', $value, 'false'));
    include_once(DIR_WS_MODULES . "order_total/" . $value);
    $discount = new ot_better_together();
    echo '<div class="content" id="discountPolicy">';
    $resp = $discount->get_discount_info($_GET['products_id'], $current_category_id);
    for ($i=0, $n=count($resp); $i<$n; $i++) {
    echo $resp[$i] . "<br />";
    }
    echo '</div>';
    // "reverse" discount logic - new in Better Together 1.3
    echo '<div class="content" id="discountPolicyReverse">';
    $resp = $discount->get_reverse_discount_info($_GET['products_id'], $current_category_id);
    for ($i=0, $n=count($resp); $i<$n; $i++) {
    echo $resp[$i] . "<br />";
    }
    echo '<br /></div>';
    echo '<br class="clearBoth" />';
    ?>

    .....

    Not seeing anything on product pages. Any idea where I can start to troubleshoot this?

    Thanks in advance

 

 
Page 8 of 58 FirstFirst ... 67891018 ... 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
  •