Search found 12 matches

by oliwin4
29 Aug 2022, 21:23
Forum: Laravel package
Topic: How to add sorting by rating?
Replies: 1
Views: 494

How to add sorting by rating?

How to add sorting by rating?
by oliwin4
29 Aug 2022, 21:21
Forum: Laravel package
Topic: Where and how change controller logic of modules?
Replies: 1
Views: 467

Where and how change controller logic of modules?

Where and how to change logic of modules (controllers)? For example catalog/lists? I tried to create an extentions then I copied the exist core controller into a new extention directory: \sumka\myshop\packages\sumka\src\CatalogController.php Inside method of controller I have added the following: pu...
by oliwin4
29 Aug 2022, 21:16
Forum: Laravel package
Topic: How to configurate catalog/lists in home page?
Replies: 1
Views: 510

How to configurate catalog/lists in home page?

How to configurate catalog/lists in home page? For exmaple to display different number of products or set another product category?
by oliwin4
29 Aug 2022, 21:07
Forum: Laravel package
Topic: How to display filter based on category of product?
Replies: 3
Views: 789

Re: How to display filter based on category of product?

Could I manage it in Admin panel? For example create a custom filter for tree categories?
by oliwin4
24 Aug 2022, 20:37
Forum: Help
Topic: Whts is types in Admin panel?
Replies: 1
Views: 601

Whts is types in Admin panel?

Whts is types section in Admin panel? What is different between Price lists and Prices?
by oliwin4
24 Aug 2022, 20:18
Forum: Laravel package
Topic: How to display filter based on category of product?
Replies: 3
Views: 789

How to display filter based on category of product?

How to display filter based on category of product?
I need to show dinamic filters based current category of product. How do do that and manage it?
by oliwin4
24 Aug 2022, 19:54
Forum: Laravel package
Topic: How to hide buy button in catalog list?
Replies: 1
Views: 433

How to hide buy button in catalog list?

How to hide buy button in catalog list that I reused in home page?
by oliwin4
21 Aug 2022, 19:39
Forum: Laravel package
Topic: How to resuse a catalog/list component in another page?
Replies: 2
Views: 564

How to resuse a catalog/list component in another page?

How to resuse a catalog/list component in another page (catalog home page)? Is it enought to specify the the component in shop.php config?
by oliwin4
21 Aug 2022, 19:37
Forum: Laravel package
Topic: Where to place logic of a custom component?
Replies: 1
Views: 641

Where to place logic of a custom component?

I try to create a custom component. I can not find in docs where to place the logic of a new component and how to register it in core?