hi,
Firstly nice contribution...its really good.
But i have issue with setup function.
Why we have to add PHP code to setup()? Why didn't you put this in the Admin panel?
is there something to setup discount using admin?
plz help me
Thanx
hi,
Firstly nice contribution...its really good.
But i have issue with setup function.
Why we have to add PHP code to setup()? Why didn't you put this in the Admin panel?
is there something to setup discount using admin?
plz help me
Thanx
Please click on Help in the Admin screen for Better Together and see FAQ question number 2.
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.
Fantastic mod. I'm confident that this is going to help me with sales. My only suggestion (this might have already been mentioned) is that the mod should detect whether a product name starts with a vowel or not. At the moment, it says "get a". Obviously this could be manually changed to "get an" but then it wouldn't work for products not starting with a vowel. I got around this by changing it to "get the", which seems to work ok, but I think "a" and "an" would be better. Just an idea anyway. Great mod, thanks.
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC
hey thanx for yr repy.....
i have one more query...at time you r providing function for buy 2 get 1 free, now suppose how can i make it buy x(number of items) get y(number of items) for free....
do i have to make new function for this or i have to customize the existing twoforoneproduct() function.
hope to get yr promp reply
thanx
I've now read through this entire thread and haven't seen my specific problem addressed. I'm building a site on ZenCart which was previously built from scratch using FrontPage and Miva Merchant. The function I'm trying to put in, which brought me to BT, is:
We have one product on which we say, "Free with any book order." Our catalog is very small. We have 3 categories:
1 - Books (5 items)
2 - Brochures (11 items)
3 - Other (3 items)
The "Free with any book order" product is #16 in category 2. After carefully reading your doc, I concluded that the appropriate call was
add_prod_to_cat(1,16,”%”,100);
but when I loaded this to my site and test in the shopping cart, I get no discount at all. The crazy thing is, my first pass was backward - add_prod_to_cat(16,1,"%",100) - and the discount worked, but on the wrong item - it discounted the category 1 item.
The statement I think is correct doesn't discount at all. Before you ask, I've established that the value in master_categories_id is NOT zero. What should I be doing?? I want product 16 in category 2 to be free with purchase of ANY item in category 1.
hedera
Nature bats last.
There is no "buy category 1, get free product 16 (cat_to_prod) in Better Together. Since your catalog is small, you can do 5 prod_to_prods for each product in category 1 to product 16.
Scott
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.