X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   add to cart popup - more than 3 related products (https://forum.x-cart.com/showthread.php?t=74671)

Bishmos 11-16-2016 02:26 AM

add to cart popup - more than 3 related products
 
Hi

does anyone know how I can make the add to cart popup (xcart one 4.7.5) show more than 3 related products? I would like to be able to have more showing and make it scrollable (the scrollable bit I can do).

thanks
Martin

BCSE 11-16-2016 06:27 AM

Re: add to cart popup - more than 3 related products
 
Hi Martin,

Open up your modules/Add_to_cart_popup/func.php and look for this line:
$limit2 = 3; // Final limit for func_search_products

And change the 3 to something else.

I hope that helps.

Thanks,

Carrie

Bishmos 11-16-2016 06:37 AM

Re: add to cart popup - more than 3 related products
 
amazing...thanks very much! :-)

cflsystems 11-16-2016 08:40 AM

Re: add to cart popup - more than 3 related products
 
However you should really avoid using this. In a lot of cases it's annoying to customers. If you really want to upsell it is way better to use the multi-page checkout and incorporate upselling items on one of the pages.
Not to mention it is really annoying on mobile.


All times are GMT -8. The time now is 05:28 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.