Search found 57 matches

by GülsümAkça
29 Mar 2021, 22:57
Forum: Laravel package
Topic: about stock level
Replies: 1
Views: 890

about stock level

I want to get stock level of the product in the catalog/detail/body-standard.php, how can i do that

thank you :)
by GülsümAkça
21 Mar 2021, 12:44
Forum: Laravel package
Topic: About Promotion Products
Replies: 1
Views: 867

About Promotion Products

I put the "view all" button with the promotion products on the home page and I want to create a link to list only promotion products. How can I do?
thanks!
by GülsümAkça
20 Mar 2021, 19:47
Forum: Laravel package
Topic: Develop admin privileges
Replies: 2
Views: 1328

Develop admin privileges

Hello!
We want the administrator to be able to view the list of user accounts (admins) and to view, create, enable, disable and edit the other user account.
Can you help me?
Thank you ,
by GülsümAkça
02 Mar 2021, 15:20
Forum: Laravel package
Topic: category names in search result
Replies: 3
Views: 1194

Re: category names in search result

thank you for your help, But I guess I couldn't express myself correctly. sorry If I search for a word, I can see the suggest products under the search bar without clicking the search button or press the enter. just like this, if I search for a category name, I want to show the category as suggestio...
by GülsümAkça
27 Feb 2021, 12:44
Forum: Laravel package
Topic: category names in search result
Replies: 3
Views: 1194

category names in search result

How can I show category names in search result?
Thank you
by GülsümAkça
13 Feb 2021, 14:15
Forum: Laravel package
Topic: property in filter
Replies: 3
Views: 1184

Re: property in filter

How can I get the max value of the property in addData() function
by GülsümAkça
11 Feb 2021, 11:11
Forum: Laravel package
Topic: property in filter
Replies: 3
Views: 1184

property in filter

Can I show the properties of the product in filter? eg products under or over 5 kg.
thank you:)
by GülsümAkça
09 Feb 2021, 15:21
Forum: Laravel package
Topic: min value for basket
Replies: 1
Views: 671

min value for basket

How can I check the minimum basket value before checkout?
Thank you.
by GülsümAkça
07 Feb 2021, 20:11
Forum: Laravel package
Topic: price filter under category
Replies: 2
Views: 1027

Re: price filter under category

I solved the problem by adding this line to the catalog/ filter/body-standard.php page. Thankyou for your help. <?php if ($this->param('f_catid')) : ?> <input type="hidden" name="f_catid" value="<?=$this->param('f_catid')?>" > <?php endif; ?>
by GülsümAkça
05 Feb 2021, 19:45
Forum: Laravel package
Topic: price filter under category
Replies: 2
Views: 1027

price filter under category

I want to use the price filter only under a certain category. For example, just list products under $ 100 in the women's category. can you help me.
thanks