Zen Cart Logo
Forums / All Other Contributions/Addons / Multi Cross Sell mod [Support thread]

Multi Cross Sell mod [Support thread]

Views: 85,113

Results 381 to 400 of 476
12 Feb 2013, 23:13
#381
philip937 avatar

philip937

Totally Zenned

Join Date:
Aug 2009
Location:
Bedford, England
Posts:
968
Plugin Contributions:
0

Multi Cross Sell mod [Support thread]

Others have used the Tabbed Products Pro mod to display Also Purchased and Multi Cross Sell in separate tabs. But again I have not done this so have no code to show you.
Haha should have read gilbys suggestion. Though I didn't use a mod just built a tabbed structure from examples on the net.

13 Feb 2013, 08:12
#382
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

oh my bleep bleep .... How did I miss that 1 ,Got some more work cut out for me next week trying it out ,looks like it's just what I need although looks a bit confusing right now..I see at least I have a help thread to work with as well so will get though it ..

thanks for pointing that 1 out to me :)

23 Apr 2013, 15:00
#383
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

I'm looking for a cross sell that will display on the shopping cart page as well as the product page. It does not appear this one does, but could it be modified to do so by adding code to tpl_shopping_cart_default.php?

23 Apr 2013, 23:34
#384
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

jeking:

I'm looking for a cross sell that will display on the shopping cart page as well as the product page. It does not appear this one does, but could it be modified to do so by adding code to tpl_shopping_cart_default.php?I haven't needed that ability so atm I haven't coded that. It is certainly doable.
or you could use any of the other cross sells that have this feature

btw you cannot just cut and paste the existing code.
The existing code relies on their being only 1 product that you can provide multiple cross sells for.
The code would have to take account that their is multiple products in the cart that you might want to cross sell for and sort out all the possible different "headers" to display.
or you could allocate only one of the cross sells to display on the shopping cart page.
iow: You will need a bit of pre planning on organizing what info you will display on this page.

24 Apr 2013, 01:53
#385
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

gilby:

you could use any of the other cross sells that have this feature

That's exactly what I tried and it worked perfectly. For reference, I used:
http://www.zen-cart.com/downloads.php?do=file&id=180

The module says it's for v1.3.6 but it worked without modification on a 1.5.1 installation.

15 May 2013, 18:34
#386
rudyg99 avatar

rudyg99

New Zenner

Join Date:
Apr 2012
Posts:
8
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

I installed the Multi Cross Sell, and everything looks fine on the admin backend. I have associated two products ok, but no luck in getting the cross sell to display on the product page.

I have the required additional code added on the tpl_product_info_display.php located in my templates section as well, along with all other files that are parts of the installation in their respective folders.

I am running:

Zencart v1.5.1
PHP 5.5.3
########## Template structure

I have previously used your extension on a Zencart v1.3.9h, and it worked great previously.

Does the cross sell work well in the v1.5.1 ?

Is there something I might be missing ?

Thank you,

Rudy

15 May 2013, 23:05
#387
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

rudyg99:

Does the cross sell work well in the v1.5.1 ?
Works fine on 1.5.0 and should be fine on 1.5.1 also.
I haven't heard of issues with 1.5.1, I will double check

rudyg99:

Is there something I might be missing ?
Yes, a direct link(s) to these 2 products so I can see the problem myself

16 May 2013, 18:54
#388
rudyg99 avatar

rudyg99

New Zenner

Join Date:
Apr 2012
Posts:
8
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

gilby:

Works fine on 1.5.0 and should be fine on 1.5.1 also.
I haven't heard of issues with 1.5.1, I will double check

Yes, a direct link(s) to these 2 products so I can see the problem myself

Here are the two cross associated product links:

http://tiledart.com/shop2/index.php?main_page=product_info&cPath=113_137&products_id=463

http://tiledart.com/shop2/index.php?main_page=product_info&cPath=113_137&products_id=464

Product ID: 463 & 464

Thanks.

01 Jun 2013, 17:41
#389
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

jeking:

That's exactly what I tried and it worked perfectly. For reference, I used:
http://www.zen-cart.com/downloads.php?do=file&id=180
Did you use multi xsell with it?
Or 'Cross Sell' (seperate contribution by Merlin & DrByte)

I also need shopping cart upsell, but with multixsell as it's awesome (and installed already)
Would like to know your setup :)

03 Jun 2013, 03:02
#390
stevehdp avatar

stevehdp

New Zenner

Join Date:
Mar 2013
Posts:
4
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

I installed multi cross sell and it worked great. at some point I was trying to get another module to work (ceon_uri-mapping) and I couldn't get it to work so I deleted the product data base tables and then reloaded them. It didn't fix the uri mapping problem and now multi cross sell no longer displays on my product page. When i go into catalog>multi cross sell it has cross sell data loaded but it doesn't display. I tried removing and reinstalling multi cross sell but it doesn't change anything. Don't know what I did to break it.

03 Jun 2013, 06:22
#391
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

stevehdp:

I installed multi cross sell and it worked great. at some point I was trying to get another module to work (ceon_uri-mapping) and I couldn't get it to work so I deleted the product data base tables and then reloaded them. It didn't fix the uri mapping problem and now multi cross sell no longer displays on my product page. When i go into catalog>multi cross sell it has cross sell data loaded but it doesn't display. I tried removing and reinstalling multi cross sell but it doesn't change anything. Don't know what I did to break it.Post a direct link to product page that you know (and have checked and confirmed) has a cross sell for it.

06 Jun 2013, 18:15
#393
stevehdp avatar

stevehdp

New Zenner

Join Date:
Mar 2013
Posts:
4
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

Having done this...The cross sells are working for the items that are listed in "list current cross sells" I guess the issue I am having is not all of the cross sells are being uploaded. They are in my management system but not all are being populated I guess. Must be a problem with my upload. Thank you so much for the support.

17 Jul 2013, 19:44
#394
strelizia avatar

strelizia

New Zenner

Join Date:
Mar 2010
Posts:
8
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

Hi

I have a fresh 1.5.1 install with Multi cross sell v.103. Installing went fine and the module works nicely. However, I have a multilingual shop and I could not figure out how to get the headings work with both languages. English side works fine but the Swedish admin side says "The heading for this Cross Sell has not been defined in the Catalog".

Tried copying the includes\languages\english\extra_definitions\mytemplate\multi_xsell_box_defines.php to includes\languages\swedish\extra_definitions\mytemplate. This worked for the header namings but then adding the products to cart on the Swedish side gave me a blank page. Logs are showing this error message:

PHP Warning: Cannot modify header information - headers already sent by (output started at /home/user/mysite.se/includes/languages/swedish/extra_definitions/mytemplate/multi_xsell_box_defines.php:1) in /home/user/mysite.se/includes/functions/functions_general.php on line 45

Could somebody please advice how I can get the headers working correctly in multilingual site. Thank you!!

25 Jul 2013, 11:47
#395
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

Strelizia:

PHP Warning: Cannot modify header information - headers already sent by (output started at /home/user/mysite.se/includes/languages/swedish/extra_definitions/mytemplate/multi_xsell_box_defines.php:1) in /home/user/mysite.se/includes/functions/functions_general.php on line 45

Take a look at this article
http://www.zen-cart.com/content.php?129-warning-headers-already-sent

Remove any blank spaces / lines after the final closing ?> in your new swedish file

See if that solves your problem?

25 Jul 2013, 13:24
#396
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Multi Cross Sell mod [Support thread]

Also check for space(s) and/or blank line(s) before the opening <?php tag, as it is referencing line 1 ...

25 Jul 2013, 14:32
#397
strelizia avatar

strelizia

New Zenner

Join Date:
Mar 2010
Posts:
8
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

gilby:

Remove any blank spaces / lines after the final closing ?> in your new swedish file

See if that solves your problem?

Yes - this worked!! Thank you so much :hug:

26 Jul 2013, 00:10
#398
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

Ajeh:

Also check for space(s) and/or blank line(s) before the opening <?php tag, as it is referencing line 1 ...Ooops Yes I missed that..

Strelizia:

Yes - this worked!! Thank you so much :hug:Glad its working for you now.

28 Jul 2013, 06:38
#399
uncharted avatar

uncharted

New Zenner

Join Date:
Oct 2011
Posts:
68
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

Hello,

Does this module have any compatibility issues with Tabbed Products Pro (doesn't need to be in a tab as long as it works) and Ceon URI Mapping?

Thank you

28 Jul 2013, 06:52
#400
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Multi Cross Sell mod [Support thread]

uncharted:

Hello,

Does this module have any compatibility issues with Tabbed Products Pro (doesn't need to be in a tab as long as it works) and Ceon URI Mapping?

Thank youIt doesn't work in a Tab.
It works as a center box on the product info page. So... assuming you can still have center boxes on the product info page, then it should work.
I don't see Ceon URI Mapping having any influence on this mode.