Re: Better Together Contribution Support Thread
<!--bof Product description -->
<?php if ($products_description != '') { ?>
<div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
<?php } ?>
<!--eof Product description -->
<br class="clearBoth" />
<!--better together -->
<?php
require($template->get_template_dir('/tpl_better_together_marketing.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_better_together_marketing.php');
?>
I put in this text in the correct file and copied it to the (or should I delete it from template_default?) /classic/templates
nothing is showing anywhere on the site? maybe I'm too noob, lol
Re: Better Together Contribution Support Thread
Quote:
Originally Posted by
Argyle
<!--bof Product description -->
<?php if ($products_description != '') { ?>
<div id="productDescription" class="productGeneral biggerText"><?php echo stripslashes($products_description); ?></div>
<?php } ?>
<!--eof Product description -->
<br class="clearBoth" />
<!--better together -->
<?php
require($template->get_template_dir('/tpl_better_together_marketing.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_better_together_marketing.php');
?>
I put in this text in the correct file and copied it to the (or should I delete it from template_default?) /classic/templates
nothing is showing anywhere on the site? maybe I'm too noob, lol
no it is working, I did just not find it... it is under product description... would like the combos to be shown on the main page though?
Re: Better Together Contribution Support Thread
My better together module seem to work fine in the store, the discounts are coming up as they should and being displayed. But when the costumer orders a discounted combo, it does not work. Nothing is shown anywhere on invoice or calculations?
Why can this be?
my site is www.pbmarkers.co.nz
Re: Better Together Contribution Support Thread
Quote:
Originally Posted by
Argyle
My better together module seem to work fine in the store, the discounts are coming up as they should and being displayed. But when the costumer orders a discounted combo, it does not work. Nothing is shown anywhere on invoice or calculations?
Why can this be?
my site is
www.pbmarkers.co.nz
It works when I specifically discount one product with another, but not when I discount a whole category with one product? Is this how it should be?
Re: Better Together Contribution Support Thread
Please read the documentation on categories - most likely the category isn't what you think it is.
http://www.thatsoftwareguy.com/zenca...ry_issues.html
Re: Better Together Contribution Support Thread
can any one tell me how to do this
buy 2 items for $10 using better together or any another mod..
i m using 1.3.9h
thanx in advance.. :smile:
Re: Better Together Contribution Support Thread
Better Together provides a discount, not a final price.
Re: Better Together Contribution Support Thread
Hello,
I have four products, each of which has four attributes with their own prices.
Product A
Option 1 ($10)
Option 2 ($25)
Option 3 ($50)
Option 4 ($100)
Product B
Option 1 ($10)
Option 2 ($25)
Option 3 ($50)
Option 4 ($100)
etc...
I would like to be able to offer a sale where if a shopper buys "Product A Option 1" and "Product B Option 1", they receive a 30% discount on the total price of those two products. I do NOT want any of the other attributes to be considered for discounts.
Is this possible with Better Together (or any other mod)? Or am I thinking about things all wrong and missing a simpler way to accomplish this?
Thanks!
Re: Better Together Contribution Support Thread
This is not possible with Better Together.
Re: Better Together Contribution Support Thread
Greetings swguy, thanks for sticking with me today. Weird, but the missing emails showed up this evening. Anyway, I have installed:
- better_2.3b
- bt_admin_3.1
- bt_admin_xajax
- candy_1.3.9_5
- center_better_1.0a
- marketing
- preview_1.3.9_8_subtotal
- promo_better_2.2a
Everything is up and running without any hassle and I have very little experience working with this type of customization. Well done on your part!
The only question I have is the "Better Together" display on the product_display_page. On my site, it is just a simple line of text with the correct linked information but what needs to be done (or what might I have missed) to get it "boxed" so that it stands out as in your example? I would prefer it to look like the example you gave with the field set.
http://www.ranchdogoutdoors.com/GIF/...set_sample.gif
Any help you or anyone else can offer would be appreciated.