1st class mod, simple to install & modify with details.
Thanks
1st class mod, simple to install & modify with details.
Thanks
The Upsell "Customers who bought this also bought" module on the product page shows the correct number of columns per row, but the same module on the shopping cart page does not. How can I fix/change the number of items displayed in the module that appears on the shopping cart page?
is there a relatively easy way to add in a product description field to the display?
i got as far as adding this to ultimate_cross_sell_products.php before i wasn't sure what else i would need to add where to make it work::) thanks.PHP Code:(constant(CROSS_SELL.$cross_sell._DISPLAY_DESCRIPTION)=='true'? '<tr><td colspan="4"><div class="description">' zen_get_products_description($cross_sell_query->fields['products_id']). '</div></td></tr></table>':'')
How do I change the number of lines columns in the "To go with the items in your cart we also suggest.." box? Thanks
Is there a way, on any given product page, to display any item from that products category as a related products, without having to manually enter each individual product's Model or ID # under catalog/Ultimate Cross sell.
I guess what I'm asking: Is there a way to have related products automatically generated from products within the same category ?
Thanks,
Kathleen
help guys please..after uploading all the files i went to install
and i get this
Warning: define() expects at least 2 parameters, 1 given in ........................NeW/admin/includes/functions/extra_functions/ultimate_cross_sell.php on line 281
and this is on line 281 of that file
if ($num_cross_sell == '1') define($mxs_selected_table = 'Cross Sell');
Thank you
Change the 3 lines to:
if ($num_cross_sell == '1') define($mxs_selected_table = 'Cross Sell', '');
if ($num_cross_sell == '2') define($mxs_selected_table = 'Upsell', '');
if ($num_cross_sell == '3') define($mxs_selected_table = 'Related', '');
I've literally just fixed this problem and it worked for me.
Bob
I am running Ultimate Cross Sell on a local site which is an EXACT ############## of a live site. The Cross Sell Mod works fine locally but when I put it live nothing shows.
All I have is related products on the product detail page.
The only thing that is different is that Simple SEO is enabled on LIVE but not locally as it won't work on my Windows server but when I disable this on live the related products still won't show.
There is no markup being written to the page at all.
Any ideas what I am missing. I have uploaded the files 3 times to make sure I didn't miss anything.
Thanks
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!
Been looking around all the forums and no one seems to have an answer for this![]()