X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Admin Quick Find Togglable Panel (https://forum.x-cart.com/showthread.php?t=71112)

PhilJ 03-22-2015 08:32 AM

Re: Admin Quick Find Togglable Panel
 
Have you got Webmaster mode enabled? Perhaps that's why.

anandat 03-22-2015 09:06 AM

Re: Admin Quick Find Togglable Panel
 
Quote:

Originally Posted by PhilJ
Have you got Webmaster mode enabled? Perhaps that's why.

No webmaster mode is disabled.

PhilJ 03-22-2015 01:00 PM

Re: Admin Quick Find Togglable Panel
 
Not sure what's going on there then, ought to work fine on your live site...

anandat 04-01-2015 08:26 PM

Re: Admin Quick Find Togglable Panel
 
Quote:

Originally Posted by PhilJ
Not sure what's going on there then, ought to work fine on your live site...

Same error on live server ! :(
No idea exactly

Also can you please tell me how to display quick find toggle panel only Admin page & not on every pages ?
Bcoz I have around 2500+ manufactures so I don't want to load them on each and every page every time. Just need to use toggle panel from admin's home only. ;-)

PhilJ 04-01-2015 08:52 PM

Re: Admin Quick Find Togglable Panel
 
Re. your error, I would check the error logs in var/log

If you want to display it on admin homepage only, in step 2, I think you can use...
Code:

{* Quick Find Admin Panel *}
{if $main eq "top_info"}
{include file="quick_find.tpl"}
{/if}
{* / Quick Find Admin Panel *}


anandat 04-01-2015 09:59 PM

Re: Admin Quick Find Togglable Panel
 
Quote:

Originally Posted by PhilJ

If you want to display it on admin homepage only, in step 2, I think you can use...
Code:

{* Quick Find Admin Panel *}
{if $main eq "top_info"}
{include file="quick_find.tpl"}
{/if}
{* / Quick Find Admin Panel *}



Thanks it worked perfectly :D/

Quote:

Re. your error, I would check the error logs in var/log
var/log file display the same error as shown in admin log error

PHP Warning: Unexpected character in input: ' in /home/user/public_html/store/var/templates_c/bb2137ca057b8814db40b23a8d677d43/%%8B^8B4^8B45DCD5%%orders_list.tpl.php on line 126

which tpl/php file I should trace to find "character in input" error ? Any idea ?

PhilJ 04-01-2015 10:02 PM

Re: Admin Quick Find Togglable Panel
 
skin/common_files/main/orders_list.tpl

anandat 04-02-2015 07:54 PM

Re: Admin Quick Find Togglable Panel
 
1 Attachment(s)
Quote:

Originally Posted by PhilJ
skin/common_files/main/orders_list.tpl

Please find my attached orders_list.tpl

I checked the code & could not find anything suspicious:(

PhilJ 03-08-2017 08:20 PM

Re: Admin Quick Find Togglable Panel
 
1 Attachment(s)
New version that remembers the quick view panel state with a cookie... just replace skin/common_files/quick_find.tpl with attached.

georgewf 04-09-2017 01:33 PM

Re: Admin Quick Find Togglable Panel
 
really nice!

Just one thing, on my site the Products pulldown triggers a search which returns all items.


All times are GMT -8. The time now is 02:11 PM.

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