Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart - reBOOT - Responsive Template

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #1251  
Old 06-08-2017, 09:52 AM
 
floracal floracal is offline
 

Advanced Member
  
Join Date: Aug 2005
Posts: 45
 

Default 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
__________________
X-Cart GoldPlus v4.7.12 PHP 7.4
X-Cart reBOOT (reDUX) Responsive Template
BCSE Paypal-DPM - BCSE Smooth Checkout
Reply With Quote
  #1252  
Old 06-08-2017, 09:57 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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;
__________________
xcartmods.co.uk
Reply With Quote
  #1253  
Old 06-12-2017, 01:52 PM
 
floracal floracal is offline
 

Advanced Member
  
Join Date: Aug 2005
Posts: 45
 

Default Re: X-Cart - reBOOT - Responsive Template

Great looking forward to the update
__________________
X-Cart GoldPlus v4.7.12 PHP 7.4
X-Cart reBOOT (reDUX) Responsive Template
BCSE Paypal-DPM - BCSE Smooth Checkout
Reply With Quote
  #1254  
Old 06-13-2017, 11:59 AM
 
jo_Z13 jo_Z13 is offline
 

Member
  
Join Date: Aug 2006
Posts: 26
 

Default 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
__________________
josie

ver. 4.7.7
ReBoot
CDSEO Pro
Reply With Quote
  #1255  
Old 06-13-2017, 12:20 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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
__________________
xcartmods.co.uk
Reply With Quote
  #1256  
Old 06-21-2017, 12:13 PM
 
floracal floracal is offline
 

Advanced Member
  
Join Date: Aug 2005
Posts: 45
 

Default Re: X-Cart - reBOOT - Responsive Template

Any update on reBOOT v 4.7.8? thanks
__________________
X-Cart GoldPlus v4.7.12 PHP 7.4
X-Cart reBOOT (reDUX) Responsive Template
BCSE Paypal-DPM - BCSE Smooth Checkout
Reply With Quote
  #1257  
Old 06-23-2017, 02:29 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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.
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (06-23-2017)
  #1258  
Old 06-26-2017, 02:12 PM
 
floracal floracal is offline
 

Advanced Member
  
Join Date: Aug 2005
Posts: 45
 

Default Re: X-Cart - reBOOT - Responsive Template

Thanks Phil, Looking forward to trying out reDUX when its ready.
__________________
X-Cart GoldPlus v4.7.12 PHP 7.4
X-Cart reBOOT (reDUX) Responsive Template
BCSE Paypal-DPM - BCSE Smooth Checkout
Reply With Quote
  #1259  
Old 07-20-2017, 06:15 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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.
__________________
xcartmods.co.uk
Reply With Quote

The following 3 users thank PhilJ for this useful post:
dpcompany (07-21-2017), elmirage001 (07-21-2017), ITVV (07-20-2017)
  #1260  
Old 07-24-2017, 01:02 PM
 
Eyeglasses Expert Eyeglasses Expert is online now
 

eXpert
  
Join Date: May 2010
Posts: 307
 

Default 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.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 07:15 AM.

   

 
X-Cart forums © 2001-2020