Search found 12 matches
- 29 Aug 2022, 21:23
- Forum: Laravel package
- Topic: How to add sorting by rating?
- Replies: 1
- Views: 1763
How to add sorting by rating?
How to add sorting by rating?
- 29 Aug 2022, 21:21
- Forum: Laravel package
- Topic: Where and how change controller logic of modules?
- Replies: 1
- Views: 1817
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 ...
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 ...
- 29 Aug 2022, 21:16
- Forum: Laravel package
- Topic: How to configurate catalog/lists in home page?
- Replies: 1
- Views: 1901
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?
- 29 Aug 2022, 21:07
- Forum: Laravel package
- Topic: How to display filter based on category of product?
- Replies: 3
- Views: 3006
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?
- 24 Aug 2022, 20:37
- Forum: Help
- Topic: Whts is types in Admin panel?
- Replies: 1
- Views: 2364
Whts is types in Admin panel?
Whts is types section in Admin panel? What is different between Price lists and Prices?
- 24 Aug 2022, 20:18
- Forum: Laravel package
- Topic: How to display filter based on category of product?
- Replies: 3
- Views: 3006
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?
I need to show dinamic filters based current category of product. How do do that and manage it?
- 24 Aug 2022, 19:54
- Forum: Laravel package
- Topic: How to hide buy button in catalog list?
- Replies: 1
- Views: 1788
How to hide buy button in catalog list?
How to hide buy button in catalog list that I reused in home page?
- 24 Aug 2022, 19:35
- Forum: Laravel package
- Topic: How to resuse a catalog/list component in another page?
- Replies: 2
- Views: 2450
- 21 Aug 2022, 19:39
- Forum: Laravel package
- Topic: How to resuse a catalog/list component in another page?
- Replies: 2
- Views: 2450
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?
- 21 Aug 2022, 19:37
- Forum: Laravel package
- Topic: Where to place logic of a custom component?
- Replies: 1
- Views: 2036
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?