Search found 49 matches
- 30 Aug 2024, 14:57
- Forum: Help
- Topic: Grapesjs traits Not Displayed After Reloading Editor for Custom Component
- Replies: 1
- Views: 3416
Grapesjs traits Not Displayed After Reloading Editor for Custom Component
https://i.ibb.co/1Mx9VjZ/image.png Describe the bug I'm encountering an issue with GrapesJS where traits defined for a custom component are not being displayed after reloading the editor. The traits work correctly when the component is first added, but upon reloading the editor (e.g., refreshing th...
- 08 Jul 2024, 09:22
- Forum: Help
- Topic: How to Restore Guest Basket After User Login in Aimeos
- Replies: 3
- Views: 23946
Re: How to Restore Guest Basket After User Login in Aimeos
Thanks , I confirmed that it doesn't have any negative impact. AuthenticatedSessionController.php > create(Request $request) public function create(Request $request): View{ ..... // $request->session()->invalidate(); $request->session()->regenerateToken(); return view('auth.shop-login', ['logo' => $...
- 04 Jul 2024, 10:10
- Forum: Help
- Topic: How to Restore Guest Basket After User Login in Aimeos
- Replies: 3
- Views: 23946
Re: How to Restore Guest Basket After User Login in Aimeos
I commented this line
Now the basket works as expected.
I hope this does not break anything else?
Code: Select all
// $request->session()->invalidate();
I hope this does not break anything else?
- 04 Jul 2024, 09:43
- Forum: Help
- Topic: How to Restore Guest Basket After User Login in Aimeos
- Replies: 3
- Views: 23946
How to Restore Guest Basket After User Login in Aimeos
Hi everyone, I am currently working on an Aimeos Laravel and I'm facing an issue with handling user baskets. Specifically, I want to restore the basket of a guest user after they log in to their account. Here's the scenario: * A guest user adds items to their basket. * The user then decides to log i...
- 08 Jun 2024, 09:05
- Forum: Laravel package
- Topic: Order.id not found
- Replies: 4
- Views: 39280
Re: Order.id not found
Is there a way to force $context to set a specific site ID so I can limit my search to orders within that site or all sites? i try to make reset order SiteID on $context by this line $context->setLocale( app( 'aimeos.locale' )->getBackend( $context, $siteID ) ); but still showing Item with ID "...
- 06 Jun 2024, 10:38
- Forum: Laravel package
- Topic: Order.id not found
- Replies: 4
- Views: 39280
Re: Order.id not found
{ //in webhook contraller $context = app('aimeos.context')->get(); $manager = \Aimeos\MShop::create($context, 'order'); $order = $manager->get($orderId); } i still got "order.id" not found ( even id is exsit ) Is it possible to retrieve an order without requiring user login? , Because it'...
- 05 Jun 2024, 17:05
- Forum: Help
- Topic: Is Aimeos Fully Ready for Multiple Instances?
- Replies: 1
- Views: 27439
Is Aimeos Fully Ready for Multiple Instances?
Hello, I am considering deploying multiple instances of Aimeos for a project. I wanted to know if Aimeos is fully prepared to handle multiple instances out of the box, or if there are certain logical code parts that I need to modify to ensure proper functionality. Any insights or experiences with th...
- 26 May 2024, 14:45
- Forum: TYPO3 extension
- Topic: Product Image Ratio 1:1 not working proberly
- Replies: 4
- Views: 91748
Re: Product Image Ratio 1:1 not working proberly
links not working
- 21 Apr 2024, 08:24
- Forum: Laravel package
- Topic: Extend php artisan aimeos:setup <site code> [<template site>]
- Replies: 3
- Views: 19933
Re: Extend php artisan aimeos:setup <site code> [<template site>]
The link is no longer working (404 - page not found). Is there an alternative link?
- 20 Feb 2024, 10:43
- Forum: Help
- Topic: Restricting Users from Signing Up Across Multiple Stores
- Replies: 6
- Views: 32384