Search found 26 matches

by IOU42
20 Oct 2020, 10:31
Forum: Laravel package
Topic: Multiple downloads after checkout
Replies: 2
Views: 972

Multiple downloads after checkout

Good Day,

I would like to ask if it is possible to add more than 1 download (available after check out) for a virtual product.
The download tab only allows for one correct?

Thanks!

installed versions:
Laravel: 7.28.3
Aimeos: 2020.07
PHP: 7.2.29
by IOU42
02 Oct 2020, 07:11
Forum: Laravel package
Topic: downloadlink in email for digital products
Replies: 4
Views: 1509

Re: downloadlink in email for digital products

Thanks you very much. Problem solved.
by IOU42
01 Oct 2020, 14:56
Forum: Laravel package
Topic: downloadlink in email for digital products
Replies: 4
Views: 1509

Re: downloadlink in email for digital products

You have to change the APP_URL setting in your .env file. Thanks, but that does not work somehow. In ENV file APP_URL was already set at "localaimeos", but in the email localhost is prefixed to the downloadlink, resulting in "http://localhost/localaimeos/". installed versions: L...
by IOU42
30 Sep 2020, 10:03
Forum: Laravel package
Topic: downloadlink in email for digital products
Replies: 4
Views: 1509

downloadlink in email for digital products

Hi, I am a bit stuck with below two points regarding the downloadlink for digital products. Hopefully you can guide me in the right direction again. Question 1: I have multiple testsites on my local Xampp installation. This includes an Aimeos webshop with hostname "localaimeos".. When a cu...
by IOU42
19 Oct 2016, 15:09
Forum: Laravel package
Topic: upload media in product window
Replies: 1
Views: 1391

upload media in product window

Good afternoon,

When trying to upload a picture in the product form (media tab), I receive below message:
'Could not upload file. Please notify your administrator'
Not sure where to look as this had worked in the past.
Any guidance on how to solve/where to look would be very helpful.

Cheers!
by IOU42
31 Aug 2016, 14:49
Forum: Laravel package
Topic: Changing translation of country name
Replies: 3
Views: 2145

Changing translation of country name

Hi, I am trying to change the translation of the country 'Netherlands' (for the check out). It is currently just showing 'NL' instead of 'Netherlands'. I think this results from the 'nl.po' file which shows: msgid "NL" msgstr "" . I have tried to overwrite the translation in the ...
by IOU42
25 Aug 2016, 21:02
Forum: Laravel package
Topic: virtual product - register customers
Replies: 2
Views: 2324

Re: virtual product - register customers

Thanks it works well now!
by IOU42
29 Jul 2016, 18:41
Forum: Laravel package
Topic: virtual product - register customers
Replies: 2
Views: 2324

virtual product - register customers

We have some downloadable products and have added them to the catalogue. The checkout process works well, except for user not being 'forced' to register during the check out. As the download link in the email requires login, I would expect a required registration at check out. This is not showing as...
by IOU42
18 Jul 2016, 08:54
Forum: Laravel package
Topic: Email confirmation after payment
Replies: 4
Views: 3722

Re: Email confirmation after payment

OK, will go for the cron job and align to the new best practices ;)

Cheers!
by IOU42
17 Jul 2016, 18:07
Forum: Laravel package
Topic: Email confirmation after payment
Replies: 4
Views: 3722

Re: Email confirmation after payment

Thanks, ok yes that could be a way to handle it, but can the order itself not trigger the email. I would prefer not to run cron jobs every minute on the server.