Search found 5 matches

by ritesh
28 Feb 2022, 11:15
Forum: Laravel package
Topic: Remove "/shop"
Replies: 3
Views: 1223

Re: Remove "/shop"

"/about-us" is basically a static page with a custom route that is already on the top of the routes on routes/web.php file. Or am I missing something?
by ritesh
28 Feb 2022, 07:26
Forum: Laravel package
Topic: Issue after updating from 2021.07 to 2021.10
Replies: 3
Views: 873

Re: Issue after updating from 2021.07 to 2021.10

Is there an aimeos configuration or any other option to set the site code so I don't have to add the query parameters to the URL? Client doesn't want the ?site=default hanging on the end of the URL.


Laravel 8 with Aimeos 2021.10 + Marketplace. Setup via composer. Mac with Valet and MySql 8.0.25
by ritesh
25 Feb 2022, 11:31
Forum: Laravel package
Topic: Issue after updating from 2021.07 to 2021.10
Replies: 3
Views: 873

Issue after updating from 2021.07 to 2021.10

Hi, I recently updated the aimeos laravel from 2021.07 to 2021.10, and on home page + other pages that doesn't have {site} parameter on the URL throws and exception: Illuminate\Routing\Exceptions\UrlGenerationException Missing required parameter for [Route: aimeos_shop_jsonapi_options] [URI: {site}/...
by ritesh
25 Feb 2022, 11:02
Forum: Laravel package
Topic: Remove "/shop"
Replies: 3
Views: 1223

Remove "/shop"

Hi, I want to remove the " /shop " path from the routes " /{site}/shop " and make it just " /{site} "; which works perfectly if I remove it from routes in shop config. But I also have other pages for example: " /about-us " which throws an exception -- about-us...
by ritesh
08 Nov 2021, 08:22
Forum: Laravel package
Topic: How to edit order item (add/edit/remove products, chanage services, add/remove coupons?
Replies: 2
Views: 5521

Re: How to edit order item (add/edit/remove products, chanage services, add/remove coupons?

laravel/framework v7.30 aimeos/laravel 2020.10.6 I want to edit an stored order like as add/edit/remove products, change delivery/payment service provider and add or remove coupons similar to the basket process so that order price and costs update after edit, for example change delivery service pro...