Re: Better Together Contribution Support Thread
Hi,
I am trying to choose between the discount mods but not sure which will do what I want. I just want a simple buy A and get B at a discount, but want to have it so that the customer can choose how many of B they want, but not more than the qty of A. They have a minimum buy of A if that makes a difference
Eg. They buy 8 A, so they can have 1-8 B's at a discount.
Is this possible?
Thanks
Re: Better Together Contribution Support Thread
Yes, this is how it works. If A is product 10 and B is product 20, and you do
$this->add_prod_to_prod(10, 20, "%", 50);
You only get 50% off every product 20 for every product 10 you buy.
Re: Better Together Contribution Support Thread
Quote:
Originally Posted by
swguy
Yes, this is how it works. If A is product 10 and B is product 20, and you do
$this->add_prod_to_prod(10, 20, "%", 50);
You only get 50% off every product 20 for every product 10 you buy.
Thanks man, all your mods rock! Im downlading it now.
Re: Better Together Contribution Support Thread
ouch my head hurts! is there any easy way of making promotions on this module? Ireally am not confident enough to go editing files etc. I have the module installed and all looks great. i cannot find any interface on the admin panel to easily set up discounts? Am i correct in thinking that all discounts are set up by using codes in the actual files on the server?
Re: Better Together Contribution Support Thread
Quote:
Originally Posted by
Xbox Memberships
Am i correct in thinking that all discounts are set up by using codes in the actual files on the server?
Yes. Follow the directions and the examples provided on the help page.
Re: Better Together Contribution Support Thread
Quote:
Originally Posted by
swguy
Yes. Follow the directions and the examples provided on the help page.
ok so turns out i didnt have it installed correctly and now if you look at my home page it is displaying a link to the better together pages but it cuts across the centre and shows as
CATEGORIES_BOX_HEADING_BETTERTOGETHER_PROMO
and the page it links to displays this....
Home :: NAVBAR_TITLE
HEADING_TITLE
any chance of a quick helping hand to set up 3 discounts which is all i want really for a small fee. wouldn't normally ask but you know your stuff and im installing on a live running store :oops:
Re: Better Together Contribution Support Thread
Re: Better Together Contribution Support Thread
need help with editing the order total file ot_better_together.php im getting a blank page for step 2 in checkout each time I edit it. followed instructions to the letter this time and still nothing!
im using the admin panel if anyone else has had this problem and knows the cause?
editing the following line....
function setup() {
// Using Better Together Admin? Uncomment this out
/*
if (!IS_ADMIN_FLAG) {
require(DIR_WS_MODULES . 'better_together_admin.php');
}
and according to the instructions it should be....
function setup() {
if (!IS_ADMIN_FLAG) {
require(DIR_WS_MODULES . 'better_together_admin.php');
}
}
I've already paid 1 $60 fee for the admin panel i really can't afford the other $60 when i know this is the only thing stopping it working :(
Re: Better Together Contribution Support Thread
To see the error message add following code to the top of admin/includes/application_top.php file (after <?php):
PHP Code:
@ini_set('display_errors', '1');
Re: Better Together Contribution Support Thread
Quote:
Originally Posted by
iRAY
To see the error message add following code to the top of admin/includes/application_top.php file (after <?php):
PHP Code:
@ini_set('display_errors', '1');
well i have just tried that and it still displays as a plain grey screen :( no error message try it yourself mate i'll pm you the address for my site. All you need to do is make a new account and add 12 months xbox live to the cart and lost game (preowned) which is the only discount i have currently set up.