Zen Cart Logo
Forums / All Other Contributions/Addons / Ultimate Cross Sell [Support Thread]

Ultimate Cross Sell [Support Thread]

Views: 50,264

Results 141 to 160 of 240
05 Oct 2011, 11:52
#141
kamelion0927 avatar

kamelion0927

Zen Follower

Join Date:
Dec 2009
Posts:
208
Plugin Contributions:
1

Ultimate Cross Sell [Support Thread]

Just a hint about these forums, if you don't get an answer, it's probably because the question has been asked a million times before. That and posting twice on two different threads asking the same question gets a bit irritating to "the powers that be" :)

A link would be extremely helpful - I know what you're talking about, it's just easier (and less confusing to you) to tell you how to fix it if I can give you specifics.

05 Oct 2011, 12:22
#142
ricangem avatar

ricangem

Zen Follower

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

Re: Ultimate Cross Sell [Support Thread]

LOL..guess u are right. I saw a couple of related questions but unfortunately, no one has answered any of the questions.

But thanks for replying, at least I know I am not talking to myself :P

Here's a snapshot:

06 Oct 2011, 19:39
#143
kamelion0927 avatar

kamelion0927

Zen Follower

Join Date:
Dec 2009
Posts:
208
Plugin Contributions:
1

Re: Ultimate Cross Sell [Support Thread]

I was hoping for a live link so I could tell you exactly what div you need to fix, but we'll make due.

What you want to do is add float:left in your stylesheet to the div of your crosssell products wrapper. That will make 'em line up vertically.

13 Oct 2011, 03:10
#144
gerberda avatar

gerberda

New Zenner

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

Re: Ultimate Cross Sell [Support Thread]

Hi! I dropped UCS in--cross sell works fine, but I can't switch to the upsell or the related products tables in the admin area. It always drops me --kicks me out to log back in. I'm using 3.9H. I've been through my install with a fine-toothed comb. It looks right! Any suggestions?

15 Oct 2011, 21:46
#146
everayla avatar

everayla

New Zenner

Join Date:
Feb 2011
Location:
Durango, CO
Posts:
21
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

Okay, Never mind. We had to re-upload the files. So we got it fixed!

03 Nov 2011, 06:08
#147
sph avatar

sph

Totally Zenned

Join Date:
Jan 2006
Posts:
1,556
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

ricangem:

Hi, great mod! My related products, upsell and even cross sell products are showing in one single row (down), instead of showing in 3 rows (across). Is there a way to fix this problem? I already put the number 3 in PRODUCTS COLUMNS PER ROW. Thank you!

I just installed this mod on a test site, skimmed this thread, saw your post. It immediately reminded me of an IE Compatability issue, which can do strange things if turned on.

I set my IE9 browser to Compatability View and, yes, my Up Sell products are in a row going down, instead of columns across.

Same thing happens on my particular template (Applezen) if I only have two subcategories with subcat pics: in compatability view they go downward instead of columns.

Compatability view can also mess-up (in applezen anyway) the footer banners, which might appear anywhere on the page! Also, the default drop down menu can do strange things, but I'm currently using a mega menu so no compatability view issues with that so far.

Main thing: we cannot control how a customer has their browser set; if in Compatability View.

sph
https://www.wedding-mart.com (test site)
https://www.prommart.com (live site - soon to be one column with UCS mod)

09 Nov 2011, 16:41
#148
pixiedustgiftshop avatar

pixiedustgiftshop

New Zenner

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

Re: Ultimate Cross Sell [Support Thread]

weljkodj:

Hi,
Is there a way to display related products on a product page just below the current product info?

I have set up option Display Ultimate Cross Sells on Product Page to 3 (related products) and I dont see any changes.

If I turn on left related.php sidebox, it works fine, but I would like to have it below product info.

I am having the same problem. I did a back up and re-installed it all...then installed the add on again. I have checked everything (to the best of my ability) yet...i still cant get to show centre boxes on product page.

I would appreciate it if someone could help me with this problem...or ..god forbid...tell me where i have gone wrong :blink:

my website is: http://jewellery-fashion-online.co.uk

22 Nov 2011, 01:49
#149
wizer avatar

wizer

Zen Follower

Join Date:
Jul 2010
Location:
London, UK
Posts:
135
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

Hi, I have installed this module but for some reason I don't get and option to pick 1,2 or 3 in the drop down on the config screen?

22 Nov 2011, 02:34
#150
nolsowski avatar

nolsowski

Inactive

Join Date:
Aug 2010
Posts:
324
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

pixiedustgiftshop:

I am having the same problem. I did a back up and re-installed it all...then installed the add on again. I have checked everything (to the best of my ability) yet...i still cant get to show centre boxes on product page.

I would appreciate it if someone could help me with this problem...or ..god forbid...tell me where i have gone wrong :blink:

my website is: http://jewellery-fashion-online.co.uk

Did you add this code ```php

<!-- 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 -->
to your ncludes\templates\YOUR_TEMPLATE\templates\tpl_product_info_display.php? It's in the readme step #6. That's the only thing I can think of for why it's not showing up.
26 Nov 2011, 18:40
#151
wizer avatar

wizer

Zen Follower

Join Date:
Jul 2010
Location:
London, UK
Posts:
135
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

Hi

I have just realised that on product pages that have related products in the centre box, when you click 'Add to cart' for the main product, it adds one of the related products to the cart?

Re

27 Nov 2011, 15:32
#152
pixiedustgiftshop avatar

pixiedustgiftshop

New Zenner

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

Re: Ultimate Cross Sell [Support Thread]

nolsowski:

Did you add this code ```php

<!-- 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 -->
> to your ncludes\templates\YOUR_TEMPLATE\templates\tpl_product_info_display.php? It's in the readme step #6. That's the only thing I can think of for why it's not showing up.

Thank you for your help nolsowski. I have just double checked the tpl_product_info_display.php file.  And the code is there.

I really dont know what I have done wrong.

At the moment, I am just leaving it as a sidebar.

If anyone else has had the same problem and knows how to fix it....I would appreciate how you did it.
27 Nov 2011, 16:38
#153
ultimate_zc avatar

ultimate_zc

Zen Follower

Join Date:
Jun 2008
Location:
Osprey, Florida
Posts:
147
Plugin Contributions:
7

Re: Ultimate Cross Sell [Support Thread]

wizer:

Hi

when you click 'Add to cart' for the main product, it adds one of the related products to the cart

Re

The reason I assume your related products are being added to the cart when customers add the main product to the cart is because the code to include the tpl_modules_ultimate_cross_sells.php is inside the <form></form> tags.

Make sure to add the following code

<!-- 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 -->

above the last div tag AND below

<!--bof Form close-->
</form>
<!--bof Form close-->

it should look like

<!--bof Form close-->
</form>
<!--bof Form close-->

<!-- 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 -->

</div>
27 Nov 2011, 16:41
#154
wizer avatar

wizer

Zen Follower

Join Date:
Jul 2010
Location:
London, UK
Posts:
135
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

Thanks for that

18 Dec 2011, 13:48
#155
yaseent avatar

yaseent

Zen Follower

Join Date:
Mar 2009
Posts:
169
Plugin Contributions:
1

Re: Ultimate Cross Sell [Support Thread]

Hi, I may need some assistance with slight tweaking.

I've installed the Ultimate Cross Sell mod. Great functionality, variety, and most of all ease of use.

However, I decided to make the mod more...accessible to customers, not as a means to force additional sales, but simply to let them know, there's an easier way to find the products on the website. So what I did was, changed the Buy Now buttons on my product listing pages, to More Info links. So, customer clicks more info, finds himself on the product page, and then sees Related products, for insrance, accessories, all via the Cross Sell mod. Now the problem is, the related products ALSO, instead of showing Buy Now buttons, have More Info buttons, so instead of adding the additional accessory to their cart, it directs them to the product info page of the accessory, away from the main product that they wanted to buy in the first place. Is there an way to keep More Info links in the product listing pages, but have the cross sell mod use the Buy Now buttons? Thank you!

18 Dec 2011, 21:22
#156
yaseent avatar

yaseent

Zen Follower

Join Date:
Mar 2009
Posts:
169
Plugin Contributions:
1

Re: Ultimate Cross Sell [Support Thread]

ahehe, nevermind folks, using my brains a little bit I found a solution. :clap:

Opened Modules/MY_TEMPLATE/ultimate_cross_sell_products.php

Replaced the following:

$lc_button = '<br /><a href="' . zen_href_link(zen_get_info_page((int)$cross_sell_query->fields['products_id']),  '&products_id=' . (int)$cross_sell_query->fields['products_id']) . '">' . MORE_INFO_TEXT . '</a><br />';

with the following:

 $lc_button = '<br class="clearBoth">' . zen_draw_form('cart_quantity', zen_href_link(zen_get_info_page($cross_sell_query->fields['products_id']), zen_get_all_get_params(array('action')) . 'action=add_product', $request_type), 'post', 'enctype="multipart/form-data"') . '<input type="hidden" name="cart_quantity" value="1" />' . zen_draw_hidden_field('products_id', (int)$cross_sell_query->fields['products_id']) . zen_image_submit(BUTTON_IMAGE_BUY_NOW, BUTTON_BUY_NOW_ALT) . '</form>';

Thanks for the great mod!!

yaseent:

Hi, I may need some assistance with slight tweaking.

I've installed the Ultimate Cross Sell mod. Great functionality, variety, and most of all ease of use.

However, I decided to make the mod more...accessible to customers, not as a means to force additional sales, but simply to let them know, there's an easier way to find the products on the website. So what I did was, changed the Buy Now buttons on my product listing pages, to More Info links. So, customer clicks more info, finds himself on the product page, and then sees Related products, for insrance, accessories, all via the Cross Sell mod. Now the problem is, the related products ALSO, instead of showing Buy Now buttons, have More Info buttons, so instead of adding the additional accessory to their cart, it directs them to the product info page of the accessory, away from the main product that they wanted to buy in the first place. Is there an way to keep More Info links in the product listing pages, but have the cross sell mod use the Buy Now buttons? Thank you!

10 Jan 2012, 22:17
#157
thebigkick avatar

thebigkick

New Zenner

Join Date:
Jan 2012
Location:
Montreal
Posts:
84
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

I've installed all of the files and cannot see anything in

ADMIN > CATALOG >
ADMIN > CONFIG >

Although I do see the files in ADMIN > TOOLS > Layout Boxes Controller

I've double checked and the files are all in the right places. Please help this looks like a great plugin.

Thanks

10 Jan 2012, 22:39
#158
yaseent avatar

yaseent

Zen Follower

Join Date:
Mar 2009
Posts:
169
Plugin Contributions:
1

Re: Ultimate Cross Sell [Support Thread]

thebigkick:

I've installed all of the files and cannot see anything in

ADMIN > CATALOG >
ADMIN > CONFIG >

Although I do see the files in ADMIN > TOOLS > Layout Boxes Controller

I've double checked and the files are all in the right places. Please help this looks like a great plugin.

Thanks

Are you sure you renamed YOUR_ADMIN_FOLDER to the name of what your admin folder is called?

Check that there is a ultimate_cross_sell.php in the root of your admin folder, ie.

/public_html/YourStoreFolder/YourAdminFolder/ultimate_cross_sell.php

You got that?

10 Jan 2012, 22:48
#159
thebigkick avatar

thebigkick

New Zenner

Join Date:
Jan 2012
Location:
Montreal
Posts:
84
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

yaseent:

Are you sure you renamed YOUR_ADMIN_FOLDER to the name of what your admin folder is called?

Check that there is a ultimate_cross_sell.php in the root of your admin folder, ie.

/public_html/YourStoreFolder/YourAdminFolder/ultimate_cross_sell.php

You got that?

Here's the thing. I didn't rename anything. I didn't want to overwrite the files that were already on the server when dropping them onto the server. What I did was drag and dropped the files into the appropriate folders on my FTP program and uploaded them to the server. I checked the files on the server and the are all correct.

yes, ultimate_cross_sell.php is installed at the root of my admin folder.

10 Jan 2012, 23:20
#160
yaseent avatar

yaseent

Zen Follower

Join Date:
Mar 2009
Posts:
169
Plugin Contributions:
1

Re: Ultimate Cross Sell [Support Thread]

thebigkick:

Here's the thing. I didn't rename anything. I didn't want to overwrite the files that were already on the server when dropping them onto the server. What I did was drag and dropped the files into the appropriate folders on my FTP program and uploaded them to the server. I checked the files on the server and the are all correct.

yes, ultimate_cross_sell.php is installed at the root of my admin folder.

Lol, well what I usually do with a mod that doesn't include so many files is browse through each folder in the mod, and make sure each file is unique to the module in question, in this case most of the files are named and you can see they're not native filenames to zencart. After which I say cool, unzip everything, if I do get an overwrite prompt, I take the filename down and check later to make comparisons etc etc. In any case, most mods tell you that they're overwriting files if they are - but nowadays it's copy paste parts of code instead of overwrite. Anyhow no harm done.

Do yourself a favour, unzip the contents all together without separately dragging. Just make sure you rename the YOUR_TEMPLATE within the ultimate cross sell archive to whatever your template is called.

And then test whether this fixed the issue...

Also check the permissions for the file in your admin root, mine is sitting at 644 (not that I think this would make a difference) - bust just maybe.