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
  #461  
Old 03-06-2014, 04:00 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
I would like to comment out the "sort by" and "view all" options on the product grid page. Can you please point me in the right direction?

1) Edit include/search.php

Replace...
Code:
$perPageValues[9999] = '9999';
With...
Code:
//$perPageValues[9999] = '9999';

2) Edit skin/reboot/customer/search_sort_by.tpl

Comment out this line...
Code:
<option value="" selected="selected">{$lng.lbl_sort_by}</option>
__________________
xcartmods.co.uk
Reply With Quote
  #462  
Old 03-06-2014, 04:53 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

For those wondering about v4.6.3 compatibility, the demo has been updated here...

http://www.xcartmods.co.uk/reboot/463
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
elmirage001 (03-06-2014)
  #463  
Old 03-06-2014, 02:35 PM
 
costanza costanza is offline
 

Senior Member
  
Join Date: Apr 2011
Location: Canada
Posts: 152
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
1) Edit include/search.php

Replace...
Code:
$perPageValues[9999] = '9999';
With...
Code:
//$perPageValues[9999] = '9999';

2) Edit skin/reboot/customer/search_sort_by.tpl

Comment out this line...
Code:
<option value="" selected="selected">{$lng.lbl_sort_by}</option>

Thanks for the quick reply Phil. I tried what you mentioned & it didn't work. I'm not sure if you understood me.

I was referring to the category pages (products listed in grid view). There is a drop down menu "sort by" price, sku etc & number of products listed per page. These drop down menus are at the top and bottom of the category pages, and I want to remove these.

(using V2 Reboot on 4.6.2 on this site)
__________________
X-Cart Business 5.4.1.49
Reply With Quote
  #464  
Old 03-06-2014, 02:38 PM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Yes, if you make those two changes, it'll remove 'view all' option and the sort by label. Did you clear your template cache afterwards?

But if you want to remove the dropdowns altogether, comment out the code from skin/reboot/customer/main/navigation.tpl
__________________
xcartmods.co.uk
Reply With Quote

The following user thanks PhilJ for this useful post:
costanza (03-06-2014)
  #465  
Old 03-06-2014, 03:14 PM
 
costanza costanza is offline
 

Senior Member
  
Join Date: Apr 2011
Location: Canada
Posts: 152
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
Yes, if you make those two changes, it'll remove 'view all' option and the sort by label. Did you clear your template cache afterwards?

But if you want to remove the dropdowns altogether, comment out the code from skin/reboot/customer/main/navigation.tpl

Thanks again for all your help - great customer service and great template!!

Yes, I wanted to completely remove the dropdowns (sorry for the confusion). I commented out all the code from navigation.tpl and it works exactly as I wanted!
__________________
X-Cart Business 5.4.1.49
Reply With Quote

The following user thanks costanza for this useful post:
PhilJ (03-07-2014)
  #466  
Old 03-06-2014, 08:04 PM
 
OpheliaPayne OpheliaPayne is offline
 

Senior Member
  
Join Date: Aug 2007
Posts: 130
 

Default Re: X-Cart - reBOOT - Responsive Template

I am still waiting on replies to my 3 tickets please. Thank you.
__________________
xCart 4.6.1
Reply With Quote
  #467  
Old 03-07-2014, 12:27 AM
 
xtech xtech is offline
 

X-Adept
  
Join Date: Jun 2010
Posts: 605
 

Default Re: X-Cart - reBOOT - Responsive Template

Hello Phil,
Have you any chances to see Abandoned cart Module to make it compatible with reboot.

Also I have added Rich google search results module in my reboot but got no results from google.What is happening I cannot understand !!!

Can you please help me for these two modules?

Thanks,
xtech
__________________
X-cart Platinum
4.6.1
Reboot template
Reply With Quote
  #468  
Old 03-07-2014, 06:14 PM
 
OpheliaPayne OpheliaPayne is offline
 

Senior Member
  
Join Date: Aug 2007
Posts: 130
 

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Originally Posted by PhilJ
Ophelia, please update one of your tickets detailing all your current issues and I will address them tomorrow morning. I do apologise for you having to wait for a response.

I have updated the ticket, even submitted a new one, and unfortunately, I still have not gotten a reply. I would love to have these issues resolved.
__________________
xCart 4.6.1
Reply With Quote
  #469  
Old 03-10-2014, 05:17 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
I have updated the ticket, even submitted a new one, and unfortunately, I still have not gotten a reply. I would love to have these issues resolved.
I have replied to your three tickets.
__________________
xcartmods.co.uk
Reply With Quote
  #470  
Old 03-10-2014, 05:18 AM
 
PhilJ PhilJ is offline
 

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

Default Re: X-Cart - reBOOT - Responsive Template

Quote:
Have you any chances to see Abandoned cart Module to make it compatible with reboot.
I have installed it on the v4.6.3 demo, feel free to test it out. For testing purposes, I have set it to send out a reminder email after 1 hour.

If you get a patch error when installing, in the patch file, x-abandoned-cart-reminder.sql try replacing...
Quote:
INSERT INTO
With...
Quote:
REPLACE INTO

If using X-Cart Platinum, ensure you're in 'Simple Mode' or logged in as a provider, or else you won't see the abandoned carts links in the admin > orders menu.

Quote:
I have added Rich google search results module in my reboot but got no results from google.What is happening I cannot understand !!!
Most likely you will need to wait a short while before Google reindexes your site. Maybe try resubmitting your XML sitemap.
__________________
xcartmods.co.uk
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

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 02:42 AM.

   

 
X-Cart forums © 2001-2020