Search found 10 matches

by unnimaya-seeroo
11 Dec 2023, 09:33
Forum: Help
Topic: How can we create new manager for newly added table
Replies: 4
Views: 4508

Re: How can we create new manager for newly added table

Once done the composer update, it shows
Class "\Aimeos\MShop\Customer\Manager\Childbuyer\Laravel" does not implement "\Aimeos\MShop\Customer\Manager\Childbuyer\Iface"
by unnimaya-seeroo
11 Dec 2023, 07:36
Forum: Help
Topic: How can we create new manager for newly added table
Replies: 4
Views: 4508

Re: How can we create new manager for newly added table

Thanks for your reply. After adding the child_buyer in the above config we got Class "\Aimeos\MShop\Customer\Manager\Childbuyer\Laravel" not found. As per the doc https://aimeos.org/docs/latest/models/create-managers/#existing-domain i have create a new file in <ext>/src/MShop/Product/Mana...
by unnimaya-seeroo
09 Dec 2023, 04:57
Forum: Help
Topic: How can we create new manager for newly added table
Replies: 4
Views: 4508

How can we create new manager for newly added table

Aimeos : 2023.04 Windows PHP : 8.2 Laravel 10 I have added new table in the database, how can I create the manager and include in front end controller? I have made some changes in config/mshop/customer.php to accomadating new table, included the below in in standard.php \Aimeos\MShop::create( $this-...
by unnimaya-seeroo
07 Dec 2023, 14:38
Forum: Help
Topic: How can we identify the user group for a particular user in front end profile page
Replies: 2
Views: 2691

How can we identify the user group for a particular user in front end profile page

Environment:
Aimeos 2023.04
Laravel 10
Windows
How can we identify the user group for a particular user in front end profile page?
by unnimaya-seeroo
16 Nov 2023, 03:22
Forum: Help
Topic: How can we set the price range for threshold plugin
Replies: 2
Views: 1203

Re: How can we set the price range for threshold plugin

Hi,

Can I have the suggestion for the above?
@aimeos
by unnimaya-seeroo
15 Nov 2023, 05:54
Forum: Help
Topic: How can we set the price range for threshold plugin
Replies: 2
Views: 1203

How can we set the price range for threshold plugin

Environment: Laravel - 10 Aimeos -2023.04 We need to find if it is possible to set a range of price for the free shipping in Free shipping above threshold plugin. For example, could Free Shipping be made to show as an option if the purchase price is between $50 and $300, with Free Shipping not avail...
by unnimaya-seeroo
14 Nov 2023, 08:14
Forum: Help
Topic: How do we turn off the related products feature in basket page
Replies: 2
Views: 1016

Re: How do we turn off the related products feature in basket page

Thanks Aimeos, Could you please explain the criteria of products appeared there.we found scenario like, the purchased products within a period of time and also can able to customise the number of products displayed there (default 6), But not able understand the confident value and its calculation. W...
by unnimaya-seeroo
13 Nov 2023, 12:56
Forum: Help
Topic: How do we turn off the related products feature in basket page
Replies: 2
Views: 1016

How do we turn off the related products feature in basket page

Environment
Laravel : 10
Aimeos : 2023.04

Would it be possible to turn off related products in the basket page (Products you might be also interested in)?
What is the criteria for that list?
Is it possible to manage that from the admin side?
by unnimaya-seeroo
02 Nov 2023, 04:19
Forum: Help
Topic: Permit checkout only for authenticated uers/Ask login before check out step
Replies: 1
Views: 918

Permit checkout only for authenticated uers/Ask login before check out step

Environment : Laravel 10, aimeos 2023.04 How can we check login before the checkout step, we need to permit checkout only for authenticated uers. We found an article which says to manage in config/shop.php like 'default' => ['prefix' => $prefix . 'shop', 'middleware' => ['web','auth']] But this will...