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
  #1231  
Old 10-27-2016, 09:44 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Michael, in skin/reboot/customer/main/search_sort_by.tpl

Replace...
Code:
<option{if $name eq $selected && $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 $name eq $selected && $sort_direction eq 1} selected="selected"{/if} value="{$url}&amp;sort={$name|amp}&amp;sort_direction=1" class="sort_desc">{$field} &darr;</option>
With...
Code:
<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>
This works for me, try the demo. Thanks for reporting.
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
dpcompany (10-27-2016), elmirage001 (12-14-2016)
  #1232  
Old 10-27-2016, 10:44 AM
 
dpcompany dpcompany is online now
 

eXpert
  
Join Date: Oct 2008
Posts: 315
 

Default Re: X-Cart - reBOOT - Responsive Template

Phil,

Works for me too, thanks for the quick fix!
__________________
Michael

Development
X-Cart Gold Plus v4.7.12
- php 7.3
- reBOOT reDUX
- other goodies

X-Cart Gold v4.7.7
- reBOOT Template
- XPayments 3.0.2
- Abandoned Cart Reminder
- BCSE Reward Points
- BCSE Stock Notify
- XPDF Invoices
Reply With Quote

The following user thanks dpcompany for this useful post:
PhilJ (10-27-2016)
  #1233  
Old 12-13-2016, 08:08 AM
 
TA TA is offline
 

eXpert
  
Join Date: Apr 2006
Posts: 303
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
If your store is not passing the Google 'Mobile Friendliness' test, ensure this setting is unchecked...

Misc > "Allow zoom / pinch on mobile devices"

Thanks Phil!
__________________
v4.7.12
v5.4.x (In Dev)
Reply With Quote

The following user thanks TA for this useful post:
PhilJ (12-14-2016)
  #1234  
Old 01-31-2017, 05:37 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

31st January 2017 - v4.7.7
  • Updated for X-Cart v4.7.7
  • Blog addon tested with Wordpress v4.7.2
  • Smarty code can now be added to the blog sidebar
  • Minor tweaks and improvements
__________________
xcartmods.co.uk
Reply With Quote

The following 3 users thank PhilJ for this useful post:
chamberinternet (01-31-2017), elmirage001 (01-31-2017), ITVV (01-31-2017)
  #1235  
Old 04-05-2017, 10:52 AM
 
dpcompany dpcompany is online now
 

eXpert
  
Join Date: Oct 2008
Posts: 315
 

Default Re: X-Cart - reBOOT - Responsive Template

Quick question regarding the Tabs on the homepage for "New Arrivals", "Featured Products", etc... I was wanting to add a tab for "Bestsellers" and have the products be displayed in the products_t.tpl like the other products in that tab group. However, whenever I try to do this, there are no "add to cart" buttons. Does anybody know how to have the bestsellers included in this tab group and have them display like the other products in the tab group?

Thank you!
__________________
Michael

Development
X-Cart Gold Plus v4.7.12
- php 7.3
- reBOOT reDUX
- other goodies

X-Cart Gold v4.7.7
- reBOOT Template
- XPayments 3.0.2
- Abandoned Cart Reminder
- BCSE Reward Points
- BCSE Stock Notify
- XPDF Invoices
Reply With Quote
  #1236  
Old 04-05-2017, 11:31 AM
 
dpcompany dpcompany is online now
 

eXpert
  
Join Date: Oct 2008
Posts: 315
 

Default Re: X-Cart - reBOOT - Responsive Template

One other thing, accordions that are open will only allow you to fully collapse them once. If you reopen the accordion, you can no longer collapse it. You can see this at http://xcartmods.com/reboot477/Widgets.html#*. In addition, the shortcodes page has something wrong with it that is causing it automatically scroll to the bottom.

Thanks!
__________________
Michael

Development
X-Cart Gold Plus v4.7.12
- php 7.3
- reBOOT reDUX
- other goodies

X-Cart Gold v4.7.7
- reBOOT Template
- XPayments 3.0.2
- Abandoned Cart Reminder
- BCSE Reward Points
- BCSE Stock Notify
- XPDF Invoices
Reply With Quote
  #1237  
Old 04-11-2017, 07:51 AM
  Raptor's Avatar 
Raptor Raptor is offline
 

Senior Member
  
Join Date: Jan 2006
Posts: 131
 

Default Re: X-Cart - reBOOT - Responsive Template

I need to upgrade my template
__________________
X-Cart Gold Plus v4.7.12
ReBOOT ReDUX Theme
Reply With Quote
  #1238  
Old 04-12-2017, 05:37 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Quick question regarding the Tabs on the homepage for "New Arrivals", "Featured Products", etc... I was wanting to add a tab for "Bestsellers" and have the products be displayed in the products_t.tpl like the other products in that tab group. However, whenever I try to do this, there are no "add to cart" buttons.
$bestsellers array doesn't contain all the data that $products / $new_arrivals / $on_sale does (bestsellers are usually just meant for the sidebar).

It would require some SQL query mods to get working, but you could hard-code an add to cart button for now.

Or, put a 'Quick View' button... Get in touch and I'll help.
Quote:
One other thing, accordions that are open will only allow you to fully collapse them once. If you reopen the accordion, you can no longer collapse it. You can see this at http://xcartmods.com/reboot477/Widgets.html#*. In addition, the shortcodes page has something wrong with it that is causing it automatically scroll to the bottom.
I don't see accordions on that page, but there's some here (Toggle Panel Groups). There's more info about Bootstrap accordions here.
Quote:
I need to upgrade my template
Get in touch Paul !
__________________
xcartmods.co.uk
Reply With Quote
  #1239  
Old 04-13-2017, 06:11 AM
 
dpcompany dpcompany is online now
 

eXpert
  
Join Date: Oct 2008
Posts: 315
 

Default Re: X-Cart - reBOOT - Responsive Template

Phil,

I'll get in touch with you about the $bestsellers array, thank you for this.

I should have been more specific about the accordions I am talking about. They are actually the responsive tabs on your http://xcartmods.com/reboot477/Widgets.html#* page, but when viewed on a mobile device, or by shrinking your screen under the breakpoint that changes responsive tabs to the accordions. Once you look at them, you will see what I am talking about. For instance, the "Tab 1" will initially be open. So, you can click on it to close it. Once it is opened again however, it will not be able to be closed by just clicking on it. From that point forward, at least 1 tab has to be open, all of them cannot be closed.

Thanks Phil!
__________________
Michael

Development
X-Cart Gold Plus v4.7.12
- php 7.3
- reBOOT reDUX
- other goodies

X-Cart Gold v4.7.7
- reBOOT Template
- XPayments 3.0.2
- Abandoned Cart Reminder
- BCSE Reward Points
- BCSE Stock Notify
- XPDF Invoices
Reply With Quote
  #1240  
Old 04-17-2017, 05:06 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

OK, reBOOT is due for an update.

Let me know what you want...
__________________
xcartmods.co.uk
Reply With Quote

The following 2 users thank PhilJ for this useful post:
elmirage001 (04-17-2017), ITVV (04-17-2017)
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 08:35 AM.

   

 
X-Cart forums © 2001-2020