RusNN Posted September 27, 2010 Share Posted September 27, 2010 Hi Jason I am afraid I can't find solution to your issue too. Everithing's looks OK. Seems like I should dance around laptop with my tambourine :wacko: Quote Link to comment Share on other sites More sharing options...
sourpickles Posted September 27, 2010 Share Posted September 27, 2010 Hi Jason I am afraid I can't find solution to your issue too. Everithing's looks OK. Seems like I should dance around laptop with my tambourine :wacko: hmm...I'm hoping I can find some reason for it. I'll let you know if I do I guess... Quote Link to comment Share on other sites More sharing options...
metalice Posted October 3, 2010 Share Posted October 3, 2010 hi, i have a problem with this add-on. i installed it, everything works well, but i have problem in the design. look in here: http://oritjudaic.com/catalog/product_info.php?cPath=18&products_id=55 how can i fix it? make it look like its a part of the design? like its in the white box? TNX Matan Quote Link to comment Share on other sites More sharing options...
RusNN Posted October 3, 2010 Share Posted October 3, 2010 hi, i have a problem with this add-on. i installed it, everything works well, but i have problem in the design. look in here: http://oritjudaic.com/catalog/product_info.php?cPath=18&products_id=55 how can i fix it? make it look like its a part of the design? like its in the white box? TNX Matan You have the same problem sourpickles have. I cound not understand what's wrong with it for now. Everything seems OK: stylesheet, used box class, module xsell_products.php... but something is going incorrect. Quote Link to comment Share on other sites More sharing options...
metalice Posted October 3, 2010 Share Posted October 3, 2010 You have the same problem sourpickles have. I cound not understand what's wrong with it for now. Everything seems OK: stylesheet, used box class, module xsell_products.php... but something is going incorrect. is there a way to cancel the box of crossell? and move the 2 items to the lower section of the box of the products? TNX Matan Quote Link to comment Share on other sites More sharing options...
RusNN Posted October 3, 2010 Share Posted October 3, 2010 (edited) is there a way to cancel the box of crossell? and move the 2 items to the lower section of the box of the products? TNX Matan You may comment out or delete code echo tep_cache_xsell_products(3600); //added for Xsell and include(DIR_WS_MODULES . FILENAME_XSELL_PRODUCTS); //added for Xsell from catalog\product_info.php. This will remove XSell box from product pages. To add xsells to the product section you need a query to XSell table and a code to show xsells. In other words you need to rewrite some part of xsell box, but have more problems. It is better try to solve the problem with background in XSell box. Something in your design is going wronng and prevent XSell box shown its background. I'm appretiate if you found a solution. Edited October 3, 2010 by RusNN Quote Link to comment Share on other sites More sharing options...
HowellJ Posted November 3, 2010 Share Posted November 3, 2010 It's amazing what a little read can do. I loaded 2.7 (the latest posted) and racked my brain. It wouldn't work at all. I read the article and followed the instruction to load 2.6. It worked like a charm. Thanks for this contrib. Why don't you simply remove 2.7? I read on about randomizing the output. And this works too. That's cool but what I'm looking for is a random output if no products are linked for cross-sell. This is a lot of work to go through 100's of products and manually link them. If not, no cross-selling occurs. If no products are linked for cross-sell, is there a way for the store to automatically and randomly pull other products from atleast the same category? My store is located at http://www.erobony.com to see this mod. You'll need to search for "clone". This will bring up products that are linked. Quote Link to comment Share on other sites More sharing options...
DawnG Posted December 30, 2010 Share Posted December 30, 2010 (edited) I've got this error on my product listing page: 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 'MAX_DISPLAY_XSELL' at line 7 select distinct p.products_id, p.products_image, pd.products_name, p.products_tax_class_id, products_price, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, specials_new_products_price from products_xsell xp left join products p on xp.xsell_id = p.products_id left join products_description pd on p.products_id = pd.products_id and pd.language_id = '1' left join specials s on p.products_id = s.products_id where xp.products_id = '12089' and p.products_status = '1' order by sort_order asc limit MAX_DISPLAY_XSELL [TEP STOP] Please could someone tell me how to fix it - many thanks Edited December 30, 2010 by DawnG Quote Link to comment Share on other sites More sharing options...
DawnG Posted January 5, 2011 Share Posted January 5, 2011 I don't like to bump topics as a rule, but I could really do with some help on the XSell 1064 error Quote Link to comment Share on other sites More sharing options...
lilpenny1316 Posted January 5, 2011 Share Posted January 5, 2011 Is there a way to place the Cross Sell module on the shopping cart or checkout pages? I need a way to cross sell, or upsell, on those pages, not the product info pages. Thanks! Quote Link to comment Share on other sites More sharing options...
snights Posted January 25, 2011 Share Posted January 25, 2011 Anyone got x-sell to work on osc 2.3.1? I got so far that its working in admin and i can create a cross sale. But it wont show up on products_info Any one that have succeeded? Quote Link to comment Share on other sites More sharing options...
Guest Posted March 16, 2011 Share Posted March 16, 2011 Hallo to everybody, I have installed the xsell 2.7.3 and everything goes well...just one problem: the xsell box show the price and ALSO the special offer price, but the offer it's not available! The is a offer about that product, but in the admin the state is red. please see: http://www.elzapoppin.it/store/blik-wall-decals-keith-haring-keith-haring-dancers-p-31.html?language=en if you clik on this product you see that there isn't the offer... please help me! Quote Link to comment Share on other sites More sharing options...
Guest Posted March 22, 2011 Share Posted March 22, 2011 I try to make some changes and this work about the problem above (show special price also when special price is off) in catalog/includes/includes modules/xsell_products.php find: if (tep_not_null($xsell['specials_new_products_price'])) { $xsell_price = '<s>' . $currencies->display_price($xsell['products_price'], tep_get_tax_rate($xsell['products_tax_class_id'])) . '</s><br>'; $xsell_price .= '<span class="productSpecialPrice">' . $currencies->display_price($xsell['specials_new_products_price'], tep_get_tax_rate($xsell['products_tax_class_id'])) . '</span>'; } else { $xsell_price = $currencies->display_price($xsell['products_price'], tep_get_tax_rate($xsell['products_tax_class_id'])); } and replace with: if ($xsell_price = tep_get_products_special_price($xsell['products_id'])) { $xsell_price = '<s>' . $currencies->display_price($xsell['products_price'], tep_get_tax_rate($xsell['products_tax_class_id'])) . '</s> <span class="productSpecialPrice">' . $currencies->display_price($xsell['specials_new_products_price'], tep_get_tax_rate($xsell['products_tax_class_id'])) . '</span>'; } else { $xsell_price = $currencies->display_price($xsell['products_price'], tep_get_tax_rate($xsell['products_tax_class_id'])); } ;) Quote Link to comment Share on other sites More sharing options...
Benjjj6 Posted March 22, 2011 Share Posted March 22, 2011 Great contribution. But if you have selected to only show 3 xselled products but have 6 associated it will only ever show the same 3, it seems to list them in a specific order. Is there a way we can randomise what products it displays, or maybe be able to give priority to some and randomise the others? Quote Link to comment Share on other sites More sharing options...
porrier Posted April 15, 2011 Share Posted April 15, 2011 Hello! I have the problem that "Search Model Number" does not work to add a product to an already choosen Cross-Sell product. I get a line on the top of the screen saying "Sortierung wurde erfolgreich hinzugefuegt zu Art. #5154" but the searched product is not shown. We have 2000 articles in our shop and searching by hand is a pain. Searching works for a product to add for cross-selling. But adding a product to this article fails with the message above. Any help on this? Andreas Quote Link to comment Share on other sites More sharing options...
porrier Posted April 17, 2011 Share Posted April 17, 2011 Hello! I have the problem that "Search Model Number" does not work to add a product to an already choosen Cross-Sell product. I get a line on the top of the screen saying "Sortierung wurde erfolgreich hinzugefuegt zu Art. #5154" but the searched product is not shown. We have 2000 articles in our shop and searching by hand is a pain. Searching works for a product to add for cross-selling. But adding a product to this article fails with the message above. Any help on this? Andreas Please, I cannot believe nobody else has this problem with a specitic product not shown as search result. Somebody tells me it is so and there is no solution for this problem. Andreas Quote Link to comment Share on other sites More sharing options...
porrier Posted April 23, 2011 Share Posted April 23, 2011 You may comment out or delete code echo tep_cache_xsell_products(3600); //added for Xsell and include(DIR_WS_MODULES . FILENAME_XSELL_PRODUCTS); //added for Xsell from catalog\product_info.php. This will remove XSell box from product pages. To add xsells to the product section you need a query to XSell table and a code to show xsells. In other words you need to rewrite some part of xsell box, but have more problems. It is better try to solve the problem with background in XSell box. Something in your design is going wronng and prevent XSell box shown its background. I'm appretiate if you found a solution. Please, where can I change the background of the shown xsell-products? In the source of the page these lines are shown: <!-- xsell_products //--> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_left.gif" border="0" alt="" width="8" height="24"></td> <td height="14" class="infoBoxHeading" width="100%">Zu diesem Produkt empfehlen wir:</td> <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="8" height="24"></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="4" class="infoBoxContents"> <tr> <td align="center" class="smallText" width="33%" valign="top"><a href="http://www.myshop.de/............></a></td> </tr> </table> </td> </tr> </table> <!-- xsell_products_eof //--> but where are this html-code and the tables generated? For the xsell-products I want to add a new class like class="infoBoxContents2", but where do I do that? Neither in the product_info.php nor in the xsell_products.php I am able to add a working code which does that. Can somebody help? Andreas Quote Link to comment Share on other sites More sharing options...
douglaswalker Posted May 16, 2011 Share Posted May 16, 2011 Hi there this is a great contribution.. thank you I have a small bug and that is the sort order in admin to control what order the products appear in the box on product_info.php is not working it just seems to reset itself. All help appreciated. Warm regards Doug Quote Link to comment Share on other sites More sharing options...
Backcountry_Surfer Posted July 20, 2011 Share Posted July 20, 2011 Does this work with v2.2rc2a or does anyone know which version does? Thanks Loud Look 1 Quote Link to comment Share on other sites More sharing options...
af2p Posted August 8, 2011 Share Posted August 8, 2011 Hello! I have the problem that "Search Model Number" does not work to add a product to an already choosen Cross-Sell product. I get a line on the top of the screen saying "Sortierung wurde erfolgreich hinzugefuegt zu Art. #5154" but the searched product is not shown. We have 2000 articles in our shop and searching by hand is a pain. Searching works for a product to add for cross-selling. But adding a product to this article fails with the message above. Any help on this? Andreas I have the same problem. Anyone solved it? Does anyone still looks here? Quote Link to comment Share on other sites More sharing options...
sunrise99 Posted November 28, 2011 Share Posted November 28, 2011 Hi, we install the lastest module. we find : The search box is not working from admin. Do you have any suggestion? Best Regards, Quote Link to comment Share on other sites More sharing options...
twindaddy Posted December 3, 2011 Share Posted December 3, 2011 Hello, I think this is a really great Contribution. I used it on oscommerce 2.2 and no problems, now i upgraded to 2.3.1 and i have some problems. When i modified all files my right colum is gone, no crass sell box is visible and i get an error below the page. This is only when i upload the catalog/product_info file. Can anybody help me with this? Thank you Quote Link to comment Share on other sites More sharing options...
danicer Posted January 28, 2012 Share Posted January 28, 2012 (edited) You miss STEP 3 of installation instruction. I have a similar problem In product_info.php say: Warning: include(includes/modules/xsell_products.php) [function.include]: failed to open stream: No such file or directory in /htdocs/catalog/product_info.php on line 245 Warning: include() [function.include]: Failed opening 'includes/modules/xsell_products.php' for inclusion (include_path='.:/usr/lib/php5') in /path_to/catalog/product_info.php on line 245 Edited January 28, 2012 by Jan Zonjee Quote Link to comment Share on other sites More sharing options...
Jan Zonjee Posted January 28, 2012 Share Posted January 28, 2012 Is that file (xsell_products.php) actually there in catalog/includes/modules/ ? Quote Link to comment Share on other sites More sharing options...
Guest Posted January 31, 2012 Share Posted January 31, 2012 I have (nearly) successfully installed xsell on the first go. All works but on the admin section of xsell the left navigation has no accordion style. It is just plain text with all sub categories visible. I have had a look at the admin/xsell.php but cannot see where I have gone wrong. As I said all else is good and I am pleased and thankful for this contribrution. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.