Advanced Search Item Is Not On The Page "product Search"

Hello,



The “Advanced Search” item is not on the page “product search”

I think the advanced search is an important part of the page “Product Search.”



I compared the template search.tpl for page “Product Search” version 4.2 and version 4.3.1

var/www/vhosts/websiteskin.com/html/design/themes/responsive/templates/views/products



I made a change the template for the page “Product Search” to return the item “Advanced Search.”



Open the template - search.tpl

address:

var/www/vhosts/websiteskin.com/html/design/themes/responsive/templates/views/products



Then, add the strings:

{if $search}
{assign var="_title" value=__("search_results")}
{assign var="_collapse" value=true}
{else}
{assign var="_title" value=__("advanced_search")}
{assign var="_collapse" value=false}
{/if}

{include file="views/products/components/products_search_form.tpl" dispatch="products.search" collapse=$_collapse}




After string:





Now “Advanced Search” item is on my the page “product search” !



And do not forget to clear the cache for the changes to work.

Thanks for the tip. One issue I face is before upgrade advanced search was showing also product features now only product name, price and weight but not my custom features. Do you know how to add these?

Thank you



[color=#000088][/color]

[color=#000088][/color][color=#000000]Advanced Search[/color][color=#000088][/color]

[color=#000088][/color]

[quote name='Katrin Kopytina' timestamp='1431230920' post='213855']

Hello,



The “Advanced Search” item is not on the page “product search”

I think the advanced search is an important part of the page “Product Search.”



I compared the template search.tpl for page “Product Search” version 4.2 and version 4.3.1

var/www/vhosts/websiteskin.com/html/design/themes/responsive/templates/views/products



I made a change the template for the page “Product Search” to return the item “Advanced Search.”



Open the template - search.tpl

address:

var/www/vhosts/websiteskin.com/html/design/themes/responsive/templates/views/products



Then, add the strings:

{if $search}
{assign var="_title" value=__("search_results")}
{assign var="_collapse" value=true}
{else}
{assign var="_title" value=__("advanced_search")}
{assign var="_collapse" value=false}
{/if}

{include file="views/products/components/products_search_form.tpl" dispatch="products.search" collapse=$_collapse}




After string:





Now “Advanced Search” item is on my the page “product search” !



And do not forget to clear the cache for the changes to work.

[/quote]

[quote name='truvakitap' timestamp='1433970496' post='218311']

Thanks for the tip. One issue I face is before upgrade advanced search was showing also product features now only product name, price and weight but not my custom features. Do you know how to add these?

[/quote]



Please check the following thread:



How To Add Advanced Search Link To Homepage Near By Search Box - General Questions - CS-Cart Community Forums



It should solve your problem

Hi for 4.3.1 version it does not worked

[quote name='eComLabs' timestamp='1434100747' post='218513']

Please check the following thread:



http://forum.cs-cart…r-by-search-box



It should solve your problem

[/quote]

Please do not forget to clear the cache after the changes are applied. The solution should work on 4.3.x versions

Hi ecomlabs although I deleted cache my features (author, publisher) are not shown but only price , category etc.

[quote name='eComLabs' timestamp='1435222336' post='220298']

Please do not forget to clear the cache after the changes are applied. The solution should work on 4.3.x versions

[/quote]

Do you mean the advanced search form?

Yes I mean advanced search form. It only shows category, price, weight, product code which are mostly useless.

Product features are not shown. Cs-cart team responded that this feature is removed in 4.3.x

[quote name='eComLabs' timestamp='1435310945' post='220476']

Do you mean the advanced search form?

[/quote]

hi,


[quote][color=#282828][font=arial, verdana, tahoma, sans-serif]Yes I mean advanced search form. It only shows category, price, weight, product code which are mostly useless.[/font][/color]

[color=#282828][font=arial, verdana, tahoma, sans-serif]Product features are not shown. Cs-cart team responded that this feature is removed in 4.3.x[/font][/color][/quote]



Our specialists can restore this feature for your store so please don't hesitate to contact us.



best regards,

WSA team

Our team can also add the necessary search conditions to the advanced search form

We also at your service. Thank you.

Hello i have the 4.3.3 version and it still shows only the price as filter nothing else is there any other place i have to change?

Do not forget to clear templates cache after the changes are made

Ok it worked my mistake how can add now the characteristics which are simple text is there any solution to that?

I am afraid there is no way to show them without additional code modifications