Search found 41 matches

by TGergo
31 Jan 2023, 08:33
Forum: Help
Topic: Unique Main page without CMS
Replies: 2
Views: 1529

Unique Main page without CMS

Aimeos 2022.10.4 PHP version 8.1 Windows 10 Hello! I would like to create a '/' page. I tried to create a route and a controller, Because I have unique contents like News, which it does not support by CMS class HomeController extends Controller { public function indexAction() { . ... .... return Vie...
by TGergo
27 Jan 2023, 11:12
Forum: Laravel package
Topic: Get products by category id
Replies: 6
Views: 5729

Re: Get products by category id

I have a simple route, controller and view on the main page. How can I get products by category id? I want to make carousel. Or I can partial render CMS Cataloglist? update: $products = \Aimeos\Controller\Frontend::create( app( 'aimeos.context' )->get(), 'product' ) ->category( [10] ) ->slice( 0, 3 ...
by TGergo
24 Jan 2023, 09:39
Forum: Laravel package
Topic: Custom Payment Provider
Replies: 5
Views: 2145

Re: Custom Payment Provider

OK, Thank You!

My redirect URL from the Payment gateway is: https://www.mywebsite.com/shop/confirm/ ... t_provider

And it will enter to public function updateSync.
by TGergo
19 Jan 2023, 14:11
Forum: Laravel package
Topic: 2022.04 csv import media missing
Replies: 6
Views: 1612

Re: 2022.04 csv import media missing

Thank You! My shop.php 'fs-mimeicon' => [] settings was wrong.
by TGergo
19 Jan 2023, 09:52
Forum: Laravel package
Topic: 2022.04 csv import media missing
Replies: 6
Views: 1612

Re: 2022.04 csv import media missing

I import files.
Everything is alright, but one field incorrect.

mshop_media.fsname = fs-mimeicon

I don't now why, beacuse the file is .pdf, mimetype correct: application/pdf

I think mshop_media.fsname = fs-media should be
by TGergo
18 Jan 2023, 15:18
Forum: Laravel package
Topic: Custom Payment Provider
Replies: 5
Views: 2145

Re: Custom Payment Provider

I have a custom payment provider. In function process() i can send data to payment gateway by cURL communication and receive an URL, I redirect user to url. She/He can make the payment. If I understand correctly, I need a webroute, a controller which receive payment status. And I need to change the ...
by TGergo
09 Jan 2023, 14:27
Forum: Help
Topic: Product filter
Replies: 3
Views: 1821

Re: Product filter

I have two questions:

There is a product attribute called Author with many names.
The promblem is, filter dropdown does not include all names.

And other.
Can I list the suppliers by number DESC?
Thank You!
by TGergo
06 Jan 2023, 15:01
Forum: Help
Topic: Supplier filter does not work
Replies: 4
Views: 1646

Re: Supplier filter does not work

Oh, Thank You!!!
by TGergo
06 Jan 2023, 14:34
Forum: Help
Topic: Supplier filter does not work
Replies: 4
Views: 1646

Re: Supplier filter does not work

I look at the products of supplier, the list is no longer empty. Thank You! Filtering still does not work for me, with CSV imported data. But when I upload a product by manual, it works. The problem, CSV import does not insert to the mshop_index_supplier table. I think admin works by mshop_product_l...
by TGergo
06 Jan 2023, 10:51
Forum: Help
Topic: Sort products
Replies: 8
Views: 12505

Re: Sort products

Small bug:

Sort by Rating works well.
But It won't be bold, when selected.