Jump to content
  • 0

Wyszukiwanie: wszystkie wyniki dla pustego zapytania


alano3city

Question

1 answer to this question

Recommended Posts

  • 0

trzeba przebudować search controller

 

w lini 79 (ps. 1.6.1.1)

dodać warunek który sprawdzi ile produktów jest w $search['total']
jeżeli 0 - pobierze produkty i przekaże je do zmiennej $result za pomocą obiektu $Product, tj

Product::getProducts($this->context->language->id, 0, 25, 'name', 'asc');

dodatkowo konieczne będzie dodanie do zmiennej "search_tag" w lini 127 jakiegoś tekstu, lub usunięcie z search.tpl warunku wywalającego prośbę o podanie słowa

tj

		{else}
			{l s='Please enter a search keyword'}
		{/if}
Edited by vekia (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...