Search found 7597 matches
- 20 Nov 2023, 16:59
- Forum: Laravel package
- Topic: How to access user groups from a laravel controller?
- Replies: 8
- Views: 6677
Re: How to access user groups from a laravel controller?
Which of the alternatives did you use?
- 17 Nov 2023, 16:11
- Forum: Laravel package
- Topic: How to display custom media in basket view?
- Replies: 4
- Views: 1592
Re: How to display custom media in basket view?
Two mistakes: 1.) The function wasn't bound to the order product item object so $this referred to the AppServiceProvider where you've added the closure. This is now fixed and you need to execute: composer req aimeos/aimeos-core:2023.10.x-dev 2.) You are missing one line in your function: $values = $...
- 17 Nov 2023, 12:20
- Forum: TYPO3 extension
- Topic: Images deleted during scaling
- Replies: 3
- Views: 220
Re: Images deleted during scaling
Shared image files in different media items are causing that issue. If you want to share files, you must assign the same media item to all products. How do you import the products?
- 17 Nov 2023, 12:15
- Forum: Help
- Topic: Saving Basket Issue
- Replies: 1
- Views: 71
Re: Saving Basket Issue
Form for saving the basket:
https://github.com/aimeos/ai-client-htm ... hp#L26-L33
JS method to handle basket submits:
https://github.com/aimeos/ai-client-htm ... js#L25-L43
https://github.com/aimeos/ai-client-htm ... hp#L26-L33
JS method to handle basket submits:
https://github.com/aimeos/ai-client-htm ... js#L25-L43
- 17 Nov 2023, 12:12
- Forum: Help
- Topic: How can we set the price range for threshold plugin
- Replies: 2
- Views: 107
Re: How can we set the price range for threshold plugin
You can add the BasketValues decorator to the delivery option with FreeShipping configured to limit it to a certain value:
https://aimeos.org/docs/latest/manual/s ... sketvalues
https://aimeos.org/docs/latest/manual/s ... sketvalues
- 15 Nov 2023, 07:08
- Forum: TYPO3 extension
- Topic: Images deleted during scaling
- Replies: 3
- Views: 220
Re: Images deleted during scaling
Seems like you've used shared media files. Did you copy the products whose preview images have been deleted?
- 14 Nov 2023, 08:00
- Forum: Help
- Topic: [SOLVED] Where can I find the Customer tables on DB?
- Replies: 4
- Views: 394
Re: Where can I find the Customer tables on DB?
Most likely your siteid value doesn't match. The site ID (e.g. "1.") must be the one of the site code (e.g. "default") which you use in your URL (because of "{site}/..."). If you want customers to be available in all sites, you can also use an empty string as site ID va...
- 14 Nov 2023, 07:57
- Forum: Laravel package
- Topic: PropertyAdd data missing in basket
- Replies: 1
- Views: 87
Re: PropertyAdd data missing in basket
The properties (if there are any for that product) will be available in the "attributes" array of the products. Keep in mind that the configuration has to be added before you put anything into the basket.
- 14 Nov 2023, 07:54
- Forum: Laravel package
- Topic: How to get basket data in a Laravel Controller?
- Replies: 1
- Views: 96
Re: How to get basket data in a Laravel Controller?
The code is correct, so the problem must be somewhere else.
- 14 Nov 2023, 07:53
- Forum: TYPO3 extension
- Topic: No uploaded images displayed
- Replies: 4
- Views: 468