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

Ultimate Cross Sell [Support Thread]

Views: 50,265

Results 81 to 100 of 240
12 May 2011, 9:52 AM
#81
snowdance125 avatar

snowdance125

New Zenner

Join Date:
Mar 2011
Posts:
9
Plugin Contributions:
0

Ultimate Cross Sell [Support Thread]

I found a BIG BUG in ultimate_cross_sells addons.....
In my product info display , when I click "Add to Cart" button, another product which is "up sell" product is added to the cart,.

the only thing I can do is to set "Upsell - Display Buy Now Button / More Info Link?" to false.

How can I fix it? Thanks !

12 May 2011, 10:32 AM
#82
snowdance125 avatar

snowdance125

New Zenner

Join Date:
Mar 2011
Posts:
9
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

snowdance125:

I found a BIG BUG in ultimate_cross_sells addons.....
In my product info display , when I click "Add to Cart" button, another product which is "up sell" product is added to the cart,.

the only thing I can do is to set "Upsell - Display Buy Now Button / More Info Link?" to false.

How can I fix it? Thanks !

I'm sure I would have found the problem. The PHP code must be below the tag "</form> ",
just like this

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

However , I move the code below the code "<!--eof free ship icon -->" , How can I fix it? Thanks a lot.

13 May 2011, 7:32 PM
#83
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]

A link to the website would prove to be helpful in order to see the source code however, I will assume that the problem you are experiencing is due to inserting a form between another form in the html.

Let's take** tpl_product_info_display.php** for example. When you add an additional form above the code

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

found on lines 236 to 238, a conflict in the html is created since the two forms will utilize the same id.

What I normally do when modifying the file tpl_product_info_display.php is move the following

<!--bof Form start-->
<?php echo zen_draw_form('cart_quantity', zen_href_link(zen_get_info_page($_GET['products_id']), zen_get_all_get_params(array('action')) . 'action=add_product', $request_type), 'post', 'enctype="multipart/form-data"') . "\n"; ?>
<!--eof Form start-->

found on lines 18 to 20 to immediately above

<!--bof Add to Cart Box -->

found on line 88 and also move the code

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

immediately below

<!--eof Quantity Discounts table -->

found on line 155.

In this manner, any cross sell form within your html will have its unique id as well as the Add to Cart form for the main product.

14 May 2011, 5:28 PM
#84
commdiver avatar

commdiver

Zen Follower

Join Date:
May 2010
Posts:
222
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

Is there a way to fix random products to being shown on the checkout page? I have set the programs in the admin area, but the products I linked are not being showed.

16 May 2011, 8:57 AM
#85
parisbubbler avatar

parisbubbler

New Zenner

Join Date:
Dec 2009
Posts:
37
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

kamelion0927:

:blush: My fault - I didn't read your question in it's entirety. I looked through the mod and it didn't look like there was a way to specify which mod goes first on the product page (although, I am not a coder so I probably overlooked something). Hopefully the person who put this together will get some free time and be able to answer your question.

Thank you for your reply. much appreciated.

I'll have to wait and see if i get an answer in the near future.

19 May 2011, 3:49 PM
#86
novastar avatar

novastar

Zen Follower

Join Date:
Jul 2009
Posts:
127
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

I am very pleased with this mod, the one thing I can't seem to figure out is when I make a purchase and navigate to the product afterwards it shows the other items that it was purchased with, however when I go to the shopping-cart page it only ever shows one product at a time. I've looked and can't find a setting to change this. I would like for it to consider ALL the items in my cart and make suggestions off of those. Any help?

19 May 2011, 3:54 PM
#87
novastar avatar

novastar

Zen Follower

Join Date:
Jul 2009
Posts:
127
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

novastar:

I am very pleased with this mod, the one thing I can't seem to figure out is when I make a purchase and navigate to the product afterwards it shows the other items that it was purchased with, however when I go to the shopping-cart page it only ever shows one product at a time. I've looked and can't find a setting to change this. I would like for it to consider ALL the items in my cart and make suggestions off of those. Any help?

I'm talking about the also purchased box i.e. "Customers who purchased these items also purshased..."

19 May 2011, 4:18 PM
#88
novastar avatar

novastar

Zen Follower

Join Date:
Jul 2009
Posts:
127
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

novastar:

I'm talking about the also purchased box i.e. "Customers who purchased these items also purshased..."

Disregard my comments, I dont think it has anything to do with this mod.

But for anyone who wants to know the value I was looking for was in Admin>Configuration>Minimum Values, the lase option.

19 May 2011, 4:24 PM
#89
novastar avatar

novastar

Zen Follower

Join Date:
Jul 2009
Posts:
127
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

Alright legitimate issue, the box titled "To go with the items in your cart, May we also suggest..." on the shopping cart, how do you change the number of products per row?

19 May 2011, 5:07 PM
#90
novastar avatar

novastar

Zen Follower

Join Date:
Jul 2009
Posts:
127
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

Forgive me forum users, but on the UCS page in the dropdown list used to select which table you wish to edit, there are no numbers showing up. Has anyone else experienced or resolved this?

27 May 2011, 4:03 PM
#91
atemp avatar

atemp

New Zenner

Join Date:
May 2011
Location:
Harrogate, UK
Posts:
33
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

Please help. I have the following error on my checkout screen. I have seen similar but not this one.

1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(select p.products_id, p.products_image from ultimate_cross_sell_1 xp, produ' at line 7
in:
[(select p.products_id, p.products_image from ultimate_cross_sell_1 xp, products p, products_description pd where xp.products_id = '341' and xp.cross_sell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 order by rand() limit 6)(select p.products_id, p.products_image from ultimate_cross_sell_1 xp, products p, products_description pd where xp.products_id = '341' and xp.cross_sell_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and p.products_status = 1 order by rand() limit 6)]

4 Jun 2011, 12:08 PM
#92
dkunev avatar

dkunev

Zen Follower

Join Date:
May 2011
Posts:
117
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

I get this error when i try to install the module in Admin > Catalog > Ultimate Cross Sell

1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 7
in:
[CREATE TABLE IF NOT EXISTS ultimate_cross_sell_1 ( ID int(10) NOT NULL auto_increment, products_id int(10) unsigned NOT NULL default '1', cross_sell_id int(10) unsigned NOT NULL default '1', sort_order int(10) unsigned NOT NULL default '1', PRIMARY KEY (ID), KEY idx_products_id_cross_sell (products_id) ) TYPE=MyISAM]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

Why is that?

5 Jun 2011, 1:04 AM
#93
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

novastar:

Forgive me forum users, but on the UCS page in the dropdown list used to select which table you wish to edit, there are no numbers showing up. Has anyone else experienced or resolved this?

Anyone have a solution for this?

Thanks!

Tina

6 Jun 2011, 7:25 AM
#94
kamelion0927 avatar

kamelion0927

Zen Follower

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

Re: Ultimate Cross Sell [Support Thread]

charmedbytina2:

Anyone have a solution for this?

Thanks!

Tina

I don't have this problem - I see and can navigate the tables using the drop down...

(I'm not trying to be rude, I just hate it when I have an issue that no one else has brought up and nobody bothers to tell me that they aren't experiencing the same issue so I know for sure if it's me or the mod.)

Sorry I can't be of more help :(

6 Jun 2011, 8:55 PM
#95
willie_bee avatar

willie_bee

Zen Follower

Join Date:
Mar 2011
Posts:
386
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

I have installed this and tested it with two products to cross sell.

Once I get to the shopping cart I get this error and I did not see any fix for it in the previous posts.

1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
in:
[select * from upsell limit ]

also my footer and right hand side boxes disappear. This ONLY happens which you go to the shopping cart.

7 Jun 2011, 11:17 PM
#96
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

I just finished upgrading to 1.3.9h and consider switching from Cross Sell - Just Another Cross Sell Mod to this Ultimate Cross Sell.

I've tried to just modify the said files and upload all the stuff. Admin would just be blank after ftp all files. Removed them all and all is good again. So there are conflicts if previously Cross Sell - Just Another Cross Sell Mod was installed. What would be the correct procedure? I suspect all Cross Sell - Just Another Cross Sell Mod files need to be removed. Just don't want to loose all cross sells that are in place now.

I have had also cart_upsell installed. How does this mod handle the previous versions? Does everything have to be removed before installing this one?

8 Jun 2011, 1:04 AM
#97
willie_bee avatar

willie_bee

Zen Follower

Join Date:
Mar 2011
Posts:
386
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

mydanilo:

I just finished upgrading to 1.3.9h and consider switching from Cross Sell - Just Another Cross Sell Mod to this Ultimate Cross Sell.

I've tried to just modify the said files and upload all the stuff. Admin would just be blank after ftp all files. Removed them all and all is good again. So there are conflicts if previously Cross Sell - Just Another Cross Sell Mod was installed. What would be the correct procedure? I suspect all Cross Sell - Just Another Cross Sell Mod files need to be removed. Just don't want to loose all cross sells that are in place now.

I have had also cart_upsell installed. How does this mod handle the previous versions? Does everything have to be removed before installing this one?

I believe in the HTML instruction file there should be specific instructions on how not to loose your other cross sells.

8 Jun 2011, 1:04 AM
#98
willie_bee avatar

willie_bee

Zen Follower

Join Date:
Mar 2011
Posts:
386
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

I have installed this and tested it with two products to cross sell.

Once I get to the shopping cart I get this error and I did not see any fix for it in the previous posts.

1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
in:
[select * from upsell limit ]

also my footer and right hand side boxes disappear. This ONLY happens which you go to the shopping cart.

8 Jun 2011, 11:59 AM
#99
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

Re: Ultimate Cross Sell [Support Thread]

willie bee:
Did you check if this step was done right?

Using your favorite Text Editor, add the following code to the bottom of  includes\templates\YOUR_TEMPLATE\templates\tpl_shopping_cart_default.php immediately above the last </div> tag.
<!-- bof Ultimate Cross Sell Combo --> <?php require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_CART_UPSELL)); ?> <?php require($template->get_template_dir('tpl_modules_also_purchased.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_also_purchased.php'); ?> <!-- eof Ultimate Cross Sell Combo -->

You could test if the problem is with this file by just deleting it from your template folder and see it the error goes away. If yes, I suspect you have a mistake in the code above.

8 Jun 2011, 12:14 PM
#100
kamelion0927 avatar

kamelion0927

Zen Follower

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

Re: Ultimate Cross Sell [Support Thread]

willie bee:

I have installed this and tested it with two products to cross sell.

Once I get to the shopping cart I get this error and I did not see any fix for it in the previous posts.

1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
in:
[select * from upsell limit ]

also my footer and right hand side boxes disappear. This ONLY happens which you go to the shopping cart.

Footers and sideboxes usually disappear when there is some kind of code error - and with this mod, it's probably because the cross sell mod code is being put within the shopping cart form.

Check your debugging utility errors (in shop/cache). You can usually find out about where the error is there.