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)

PhilJ 03-06-2014 04:00 AM

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>

PhilJ 03-06-2014 04:53 AM

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

costanza 03-06-2014 02:35 PM

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)

PhilJ 03-06-2014 02:38 PM

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

costanza 03-06-2014 03:14 PM

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!

OpheliaPayne 03-06-2014 08:04 PM

Re: X-Cart - reBOOT - Responsive Template
 
I am still waiting on replies to my 3 tickets please. Thank you.

xtech 03-07-2014 12:27 AM

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

OpheliaPayne 03-07-2014 06:14 PM

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.

PhilJ 03-10-2014 05:17 AM

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.

PhilJ 03-10-2014 05:18 AM

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.


All times are GMT -8. The time now is 11:16 AM.

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