Search found 8 matches

by Rafeel
04 Oct 2021, 11:31
Forum: Laravel package
Topic: Currency Auto Conversion
Replies: 1
Views: 563

Currency Auto Conversion

Hi , Aimeos version: "aimeos/aimeos-laravel": "2021.07.*" Currently we are using USD as default currency. Also using 3 more currencies. Based on our requirement we need to provide the price for only default currency. For remaining currencies price need to be display based on auto...
by Rafeel
04 Oct 2021, 06:19
Forum: Laravel package
Topic: Category based Product Filter
Replies: 6
Views: 1373

Re: Category based Product Filter

Thanks a lot...
by Rafeel
01 Oct 2021, 09:28
Forum: Laravel package
Topic: Category based Product Filter
Replies: 6
Views: 1373

Re: Category based Product Filter

Thanks. Could you please suggest an approach or ideas to give some solution for the same?.
by Rafeel
29 Sep 2021, 05:34
Forum: Laravel package
Topic: Category based Product Filter
Replies: 6
Views: 1373

Re: Category based Product Filter

Aimeos version: "aimeos/aimeos-laravel": "2021.07.*" Yes. I am able to replicate the same at https://laravel.demo.aimeos.org/ and https://themes.demo.aimeos.org/ For example here https://themes.demo.aimeos.org/ select the Best sellers category and apply the filter price 0 to 25. ...
by Rafeel
24 Sep 2021, 11:09
Forum: Laravel package
Topic: Category based Product Filter
Replies: 6
Views: 1373

Category based Product Filter

Hi,

While filter with in specific category result getting displayed products from all categories.
by Rafeel
24 Sep 2021, 11:05
Forum: Laravel package
Topic: Product Filter (Currency Reset Issue)
Replies: 4
Views: 1054

Re: Product Filter (Currency Reset Issue)

Thank you. Issue got resolved
by Rafeel
22 Sep 2021, 07:40
Forum: Laravel package
Topic: Product Filter (Currency Reset Issue)
Replies: 4
Views: 1054

Re: Product Filter (Currency Reset Issue)

Thank you. Added the below routes with shop.php 'default' => ['prefix' => 'shop/{currency}', 'middleware' => ['web'] ], Now filter is working as expected. But homepage getting the below error while try to access with direct domain (Ex: www.example.com). Earlier the same loaded with default currency....
by Rafeel
21 Sep 2021, 07:48
Forum: Laravel package
Topic: Product Filter (Currency Reset Issue)
Replies: 4
Views: 1054

Product Filter (Currency Reset Issue)

Hi,

Frontend - While apply the product filter on shop page, results loading with the default currency instead of the selected one.