X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart - reBOOT - Responsive Template (https://forum.x-cart.com/showthread.php?t=66570)

xtech 04-20-2015 12:44 AM

Re: X-Cart - reBOOT - Responsive Template
 
when I put this for ($i = 24; 576 >= $i; $i = $i + 24) {
$perPageValues[] = $i;
}
it is displaying 24,48,72 and 96 only.Have there any upper limit set to 96?
If we display from 24 to 576 then will it create any issue?

Thanks,
xtech

PhilJ 04-20-2015 01:00 AM

Re: X-Cart - reBOOT - Responsive Template
 
Well, if you have people viewing that many products at once, a) it may lock up their browser (especially if on a mobile device) b) it may slow your store right down.

xtech 04-20-2015 01:13 AM

Re: X-Cart - reBOOT - Responsive Template
 
Thank you for your logic.So what is best?

I have again revert back to

for ($i = 24; 96 >= $i; $i = $i + 24) {
$perPageValues[] = $i;
}

Is it ok now?
Thanks,
xtech

PhilJ 04-20-2015 01:28 AM

Re: X-Cart - reBOOT - Responsive Template
 
Yes, although even 96 per page seems a lot to me...

xtech 04-20-2015 02:15 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

Originally Posted by PhilJ
Yes, although even 96 per page seems a lot to me...


What is best practice?

PhilJ 04-20-2015 03:45 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

What is best practice?
Personally, I'd limit to around 50 per page max. Any further questions on this matter, please take to a ticket, thanks.

elmirage001 04-28-2015 12:20 PM

Re: X-Cart - reBOOT - Responsive Template
 
Untill Phil posts...

In x-cart v4.6.6 it looks like the security update affected 2 reBOOT files which will have to be manually patched.

\skin\reboot\modules\Customer_Reviews\vote_reviews .tpl
\skin\reboot\customer\main\address_box.tpl

Compare the original x-cart version vs the security version to see what changes took place and then manually patch the reBOOT version of the files.

Use a file comparison tool like Beyond Compare http://www.scootersoftware.com/

PhilJ 04-29-2015 04:05 AM

Re: X-Cart - reBOOT - Responsive Template
 
Quote:

In x-cart v4.6.6 it looks like the security update affected 2 reBOOT files which will have to be manually patched.
I have the patched files available for reBOOT 3.41 / 3.50. So if anyone wants them, PM me and I'll send you details.

In addition, reBOOT will be updated for v4.7.2 shortly.

elmirage001 04-29-2015 05:44 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil, Thank you very much for sending the file and also for adding the additional reBOOT file that needed the 'escape' !

Very much appreciated!!

Paul

PhilJ 04-29-2015 07:02 AM

Re: X-Cart - reBOOT - Responsive Template
 
reBOOT v3.51 released (X-Cart v4.7.2). Get in touch for updated files. Demo


All times are GMT -8. The time now is 06:02 AM.

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