Search found 7872 matches

by aimeos
18 Nov 2020, 08:17
Forum: Help
Topic: Upload New Images in Products is not working
Replies: 3
Views: 1432

Re: Upload New Images in Products is not working

Please make sure, the APP_URL value in your .env file matches the first part of the URL you are using, e.g.
URL: http://127.0.0.1:8000/shop -> http://127.0.0.1:8000
URL: https://mydomain.com/shop -> https://mydomain.com
by aimeos
18 Nov 2020, 08:06
Forum: Laravel package
Topic: setup b2b
Replies: 5
Views: 1182

Re: setup b2b

Please ask the Aimeos company for details about their extensions:
https://aimeos.com/aimeos-gmbh/contact
by aimeos
18 Nov 2020, 08:05
Forum: Help
Topic: favorite icon
Replies: 9
Views: 3457

Re: favorite icon

You may use the JSON REST API to check if the product is in the customers favorite list:
https://aimeos.org/docs/latest/frontend ... relations/
by aimeos
17 Nov 2020, 09:33
Forum: Laravel package
Topic: pricing structure
Replies: 1
Views: 671

Re: pricing structure

Not out of the box but maybe you can extend it using the configuration that can be stored in the local site item.
by aimeos
17 Nov 2020, 09:30
Forum: Help
Topic: not able to see the list of categories or able to choose them for particular products
Replies: 7
Views: 2106

Re: not able to see the list of categories or able to choose them for particular products

Most likely, your web server doesn't return a response for the HTTP OPTIONS request. Please open the network console in your browser and check what is returned by the web server.
by aimeos
16 Nov 2020, 13:18
Forum: TYPO3 extension
Topic: Second Site: Access rights for BE users
Replies: 8
Views: 3277

Re: Second Site: Access rights for BE users

Access to a site can be now granted for BE users and the patch will be part of the next 2020.10 LTS release:
https://github.com/aimeos/aimeos-typo3/ ... 6a16cdeab9
by aimeos
16 Nov 2020, 13:13
Forum: Laravel package
Topic: Stripe no longer working
Replies: 12
Views: 5506

Re: Stripe no longer working

Thank you, your response was very helpful!

We've added a check for the optional getPaymentIntentReference() method now so it should work with "Stripe" again when using aimeos/ai-payments:2020.10.x-dev
by aimeos
16 Nov 2020, 10:41
Forum: Help
Topic: favorite icon
Replies: 9
Views: 3457

Re: favorite icon

You can enable/disable them using this configuration:
https://aimeos.org/docs/2020.x/config/c ... ions/#list

Add new ones in your own version of this template:
https://github.com/aimeos/ai-client-htm ... andard.php
by aimeos
16 Nov 2020, 10:35
Forum: TYPO3 extension
Topic: [Solved] How to delete a once added coupon again?
Replies: 2
Views: 1239

Re: How to delete a once added coupon again?

There's a button for deleting the added coupons in the basket standard component if a coupon has already been added. Check for the HTML code in the original template if you've overwritten that part already in your own template.
by aimeos
16 Nov 2020, 09:43
Forum: TYPO3 extension
Topic: [Solved] FE basket does not recognize, when images were deleted in BE (Services)
Replies: 2
Views: 1203

Re: FE basket does not recognize, when images were deleted in BE (Services)

The basket is cached and only updated if you change something in the basket, so if you delete the delivery/payment images in the backend, the URLs are still in the cached baskets. Add a product to the basket and the problem should go away.