Zen Cart Logo
Forums / All Other Contributions/Addons / Ultimate Cross Sell Not Working?

Ultimate Cross Sell Not Working?

Views: 1,765

Results 1 to 9 of 9
4 Oct 2011, 8:42 PM
#1
ricangem avatar

ricangem

Zen Follower

Join Date:
Dec 2010
Posts:
138
Plugin Contributions:
0

Ultimate Cross Sell Not Working?

I followed the instructions and uploaded the Ultimate Cross Sell to my server, but I don't see the install option on my admin. What may I have done wrong? I sent the files to my public_html. Is this the wrong location to send the files too? :frusty:

4 Oct 2011, 8:55 PM
#2
soniccc avatar

soniccc

Zen Follower

Join Date:
May 2010
Location:
Cyberspace
Posts:
387
Plugin Contributions:
0

Re: Ultimate Cross Sell Not Working?

The zip containing the add-on, should have the install instructions with it. You could try looking at the thread below. It sort of explains in detail, what you need to do in order for your mods to work.

MOD INSTALLATIONs
http://www.zen-cart.com/forum/showthread.php?t=109401

4 Oct 2011, 8:58 PM
#3
ricangem avatar

ricangem

Zen Follower

Join Date:
Dec 2010
Posts:
138
Plugin Contributions:
0

Re: Ultimate Cross Sell Not Working?

Hi, Yes I have taken a look at the instructions. The problem is that I never installed a module before and I am not really sure what location I am suppose to send the folders on my server. I sent them to my public_html. Would I have to send them to my "admin"instead ? Thank you BTW :blush:

4 Oct 2011, 9:18 PM
#4
ricangem avatar

ricangem

Zen Follower

Join Date:
Dec 2010
Posts:
138
Plugin Contributions:
0

Re: Ultimate Cross Sell Not Working?

Sorry, I didn't realize you had given me a link. The link was very helpful. I had added the files to the wrong location, that's all. :clap:

The only thing that worries me for now is this message in the layout controller:

**WARNING: New boxes found: cross_sell.php related.php up_sell.php **

Is this suppose to show? Thank you! :smile:

4 Oct 2011, 9:54 PM
#5
ricangem avatar

ricangem

Zen Follower

Join Date:
Dec 2010
Posts:
138
Plugin Contributions:
0

Re: Ultimate Cross Sell Not Working?

Never mind, warning went away once I turned on the Ultra Cross Sell Boxes.

Now I am trying to figure out how I can display the related products just below the product description instead of on the side. Any suggestions?:smile:

4 Oct 2011, 10:22 PM
#6
soniccc avatar

soniccc

Zen Follower

Join Date:
May 2010
Location:
Cyberspace
Posts:
387
Plugin Contributions:
0

Re: Ultimate Cross Sell Not Working?

We would need a link to your site. You should be able to re-position the the products by using CSS.

4 Oct 2011, 10:38 PM
#7
ricangem avatar

ricangem

Zen Follower

Join Date:
Dec 2010
Posts:
138
Plugin Contributions:
0

Re: Ultimate Cross Sell Not Working?

Do you know in what folder I would be able to change this and the code? :lookaroun

4 Oct 2011, 11:14 PM
#8
ricangem avatar

ricangem

Zen Follower

Join Date:
Dec 2010
Posts:
138
Plugin Contributions:
0

Re: Ultimate Cross Sell Not Working?

Nevermind, I figured it out lol

I went to tpl_product_info_display.php and added the following code just above the last </div> :

**<!-- bof Ultimate Cross Sell Combo -->

<?php require($template->get_template_dir('tpl_modules_ultimate_cross_sells.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_ultimate_cross_sells.php'); ?> <!-- bof Ultimate Cross Sell Combo -->**

And it worked, yey!! :clap:

16 May 2012, 9:24 AM
#9
ebloger avatar

ebloger

New Zenner

Join Date:
Dec 2007
Posts:
35
Plugin Contributions:
0

Re: Ultimate Cross Sell Not Working?

<!-- bof Ultimate Cross Sell Combo -->
<?php require($template->get_template_dir('tpl_modules_ultimate_cross_sells.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_ultimate_cross_sells.php'); ?>
<!-- bof Ultimate Cross Sell Combo -->

the sideboxes and the shopping cart work profect!!
i have add the code, but do not show the cross sell product pages below the product description

what wrong?

my zencart 1.39h, how to deal with them.