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)

floracal 06-08-2017 09:52 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Phil I just upgraded to 4.7.8 reboot is working fine except for "Amazon Pay" the link shows but non-clickable?

Amazon Pay Link does work when using any of the x-cart templates.

any ideas thanks
Mark

PhilJ 06-08-2017 09:57 AM

Re: X-Cart - reBOOT - Responsive Template
 
Hi Mark, reBOOT for v4.7.8 should be available tomorrow.
Quote:

Pay with Amazon updated and renamed to Amazon Pay;

floracal 06-12-2017 01:52 PM

Re: X-Cart - reBOOT - Responsive Template
 
Great looking forward to the update

jo_Z13 06-13-2017 11:59 AM

Re: X-Cart - reBOOT - Responsive Template
 
How/Where can I edit the pulldown menu for number of products per page? While I'm at it, where can I edit the Sort by pulldown menu as well? I want to change the number of products per page options and remove a few of the sort by options.

Thanks,
Josie

PhilJ 06-13-2017 12:20 PM

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

How/Where can I edit the pulldown menu for number of products per page?

In include/search.php find...
Code:

            for ($i = 3; 30 >= $i; $i = $i + 3) {
                $perPageValues[] = $i;
            }

and replace with...
Code:

            $pp = $config['Appearance']['products_per_page'];
            $pp_max = $pp * 8; // # of Steps
            for ($i = $pp; $pp_max >= $i; $i = $i + $pp) {
                $perPageValues[] = $i;
            }

So if products per page = 10 (see admin/configuration.php?option=Appearance), it'll display 10/20/30/40/50/60/70/80 per page in the dropdown.

If you want to remove the 'View All' option, in reBOOT settings > Search

Uncheck...

Enable 'View All' products option in results per page dropdown

Quote:

I want to remove a few of the sort by options
For the live sorters, see skin/reboot/customer/main/sorters.tpl

For the others, see skin/reboot/customer/main/search_sort_by.tpl
Code:

  {foreach from=$sort_fields key=name item=field}
    <option{if $smarty.get.sort eq $name && $smarty.get.sort_direction eq 0} selected="selected"{/if} value="{$url}&amp;sort={$name|amp}&amp;sort_direction=0" class="sort_asc">{$field} &uarr;</option>
    <option{if $smarty.get.sort eq $name && $smarty.get.sort_direction eq 1} selected="selected"{/if} value="{$url}&amp;sort={$name|amp}&amp;sort_direction=1" class="sort_desc">{$field} &darr;</option>
  {/foreach}

If you wanted to remove certain options, you can put an IF statement within that foreach.
Eg.
Code:

{if $name ne "title"}...{/if}
or
Code:

{if $name ne "title" && $name ne "review_rating"}...{/if}
Available field names...

title
price
orderby
sales_stats
review_rating

HTH

floracal 06-21-2017 12:13 PM

Re: X-Cart - reBOOT - Responsive Template
 
Any update on reBOOT v 4.7.8? thanks

PhilJ 06-23-2017 02:29 AM

Re: X-Cart - reBOOT - Responsive Template
 
reBOOT v4.7.8 is now available to download.

reBOOT 'reDUX' is in development and I'll announce here when it's available.

floracal 06-26-2017 02:12 PM

Re: X-Cart - reBOOT - Responsive Template
 
Thanks Phil, Looking forward to trying out reDUX when its ready.

PhilJ 07-20-2017 06:15 PM

Re: X-Cart - reBOOT - Responsive Template
 
Just a FYI.



reBOOT 'reDUX' is in development, which is a total rewrite of reBOOT, modernised and based on Bootstrap 4 (chances are, Bootstrap 4 Beta).

This template will be ideal for those who still like working with X-Cart Classic and enjoy the easy life...

Bootswatch skins will probably not be included, but it'll have many colour themes to choose from, plus some kind of theme designer.

It'll have some features taken out, but a bunch of new features brought in.

It'll be priced at $149.
Existing reBOOT Template owners will be able to upgrade for $49
Existing Ultra Template owners will be able to purchase for $49

Feature requests are welcome. ETA around Sept-Oct.

Eyeglasses Expert 07-24-2017 01:02 PM

Re: X-Cart - reBOOT - Responsive Template
 
http://www.eyebuynow.com/
Bestsellers:
how to add the left and right arrows for best sellers under mobile phone, pls?


how to add multity category templates?
how to add multity product template?
how to add upload different images for different screen size equipment?
how to add related produts, say same product style with different color?

when i Enable Wordpress blog addon, the homepage will not display products.

http://www.eyebuynow.com/blog/ Recently Viewed product image is not responsive, too wide.


All times are GMT -8. The time now is 04:51 AM.

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