Re: Multi Cross Sell mod [Support thread]
I've just installed this mod and everything is working fine.
However, is there any way to cross sell 1 product to ALL products in a particular category without having to enter each product manually?
Thanks.
Bob.
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
bobmoss
I've just installed this mod and everything is working fine.
However, is there any way to cross sell 1 product to ALL products in a particular category without having to enter each product manually?
Thanks.
Bob.
Short answer no!
Which way are you tryint to cross sell?
Every product in that category will have the (same) one product as a crossell
or
This one product will have every product in the category as cross sell products?
Re: Multi Cross Sell mod [Support thread]
I have the same question. For example, I want my category of rubber stamps to all have the cross sell of items to mount the rubber stamps. So, each rubber stamp sheet (from the same category) would have the same cross sell of mounting supplies (from a different category). The rubber stamp sheets would not be cross selling with each other.
Is there a way to do that without entering each product from the category?
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
tracib
I have the same question. For example, I want my category of rubber stamps to all have the cross sell of items to mount the rubber stamps. So, each rubber stamp sheet (from the same category) would have the same cross sell of mounting supplies (from a different category). The rubber stamp sheets would not be cross selling with each other.
Is there a way to do that without entering each product from the category?
Again the short answer is no.
The reason I don't have that, is that there could be hundreds of items in some categories and cross selling them like this could enable the creation of tens or hundreds of thousands of cross sell records in one go. It would be far too easy to overload the server if used inappropriately.
How many items are in each of the 2 categories?
The way I would do it is create the 2 lists of cross sells in wordpad and cut and paste them to the entry boxes in the mods admin page.
The version v1.02 allows you to do "multi" one way cross sells
Use the "New Cross Sells" section
Click the "Cross Sell 1 way only? "
Copy your list of stamps to "Main product(s): "
Copy your list of mounting supplies to "Product model(s): "
and click "insert"
and its done
If you have made any typos in your lists you can go back to wordpad, edit them and run it again.
It will only add cross sells that don't already exist.
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
gilby
Again the short answer is no.
The reason I don't have that, is that there could be hundreds of items in some categories and cross selling them like this could enable the creation of tens or hundreds of thousands of cross sell records in one go. It would be far too easy to overload the server if used inappropriately.
Oh, true--I hadn't thought of that since I don't have tons of items in each category
Quote:
Originally Posted by
gilby
The way I would do it is create the 2 lists of cross sells in wordpad and cut and paste them to the entry boxes in the mods admin page.
The version v1.02 allows you to do "multi" one way cross sells
Use the "New Cross Sells" section
Click the "Cross Sell 1 way only? "
Copy your list of stamps to "Main product(s): "
Copy your list of mounting supplies to "Product model(s): "
and click "insert"
and its done
If you have made any typos in your lists you can go back to wordpad, edit them and run it again.
It will only add cross sells that don't already exist.
Thanks, that's what I thought I needed to do, but wanted to double check. Thanks for getting back to me so fast.
Re: Multi Cross Sell mod [Support thread]
Hello,
Does this module work for 1.5.0?
Thx
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
uncharted
Hello,
Does this module work for 1.5.0?
Thx
Not yet.
It will be updated when the production 1.5.0 final version is released.
Re: Multi Cross Sell mod [Support thread]
Hi, I'm using v1.3.9h, I installed multi cross sell yesterday and everything seems to work fine except.. When I try to change cross sells, (from 1 to 2 etc.) in the admin when I click 'go' it goes to my login panel. I have added to my
(array(\'1\',\'2\',\'3\',\'4\'), ')");--all the way to 13-- in my admin/includes/functions/extra_functions/multi_xsell and added to my
includes/lang../english/extra_definitions/ashley_pink/multi_xsell_box_defines'
define('TEXT_MXSELL1_PRODUCTS', 'Suggested Matching Items...');
define('TEXT_MXSELL2_PRODUCTS', 'We also Suggest...');
define('TEXT_MXSELL3_PRODUCTS', 'Other Items of Intrest...');
etc. etc...
I even added a copy of this to my extra_definitions folder. What am I dong wrong.
help Please,
Doug@CandlesPlus:frusty:
Re: Multi Cross Sell mod [Support thread]
Quote:
Originally Posted by
guirfdlr
Hi, I'm using v1.3.9h, I installed multi cross sell yesterday and everything seems to work fine except.. When I try to change cross sells, (from 1 to 2 etc.) in the admin when I click 'go' it goes to my login panel. I have added to my
(array(\'1\',\'2\',\'3\',\'4\'), ')");--all the way to 13-- in my admin/includes/functions/extra_functions/multi_xsell and added to my
includes/lang../english/extra_definitions/ashley_pink/multi_xsell_box_defines'
define('TEXT_MXSELL1_PRODUCTS', 'Suggested Matching Items...');
define('TEXT_MXSELL2_PRODUCTS', 'We also Suggest...');
define('TEXT_MXSELL3_PRODUCTS', 'Other Items of Intrest...');
etc. etc...
I even added a copy of this to my extra_definitions folder. What am I dong wrong.
help Please,
Doug@CandlesPlus:frusty:
Quote:
(array(\'1\',\'2\',\'3\',\'4\'), ')");--all the way to 13-- in my
Why have edited this ???
By default it supports up to 15 cross sells
Upload the original again.
Check your cache folder for php errors
Almost certainly its a problem editing a file
Re: Multi Cross Sell mod - limited to 5
Quote:
Originally Posted by
gilby
In this version its hard coded to a maximum of 5.
edit admin\includes\functions\extra_functions\multi_xsell.php
around line 237 you will find this code fragment
PHP Code:
array(\'1\', \'2\', \'3\', \'4\', \'5\')
Add as many more as you want.
Also
\includes\languages\english\extra_definitions\YOUR_TEMPLATE\multi_xsell_box_defi nes.php
Add more defines for the additional cross sell headers here
Go to Admin->Configuration->Cross Sell Settings
print this page to save the settings
Go to Admin->Catalog->Multi Cross Sell
Click UnInstall
Upload the 2 edited files
Refresh
Click Install
Go to Admin->Configuration->Cross Sell Settings
Reenter the previous settings
Uninstall the
Thanks for replying Well as you can see, this is why. The problem existed before I did any editing. i will try as you suggest. I'll get back with you. Thanks, The original code was this select_option(array(\'1\'), ')");