Search found 12 matches

by arcandoak
23 Aug 2019, 03:46
Forum: Help
Topic: 2019.07 update - all images not loading
Replies: 3
Views: 1951

Re: 2019.07 update - all images not loading

Ok, thanks. Removing the lazyload fixed the images.
Yes, some of the images have transparent backgrounds, didnt think of that
by arcandoak
22 Aug 2019, 02:41
Forum: Help
Topic: 2019.07 update - all images not loading
Replies: 3
Views: 1951

2019.07 update - all images not loading

Aimeos 2019.07 Laravel 5.8 PHP 7.1.3 Ever since the 2019 update where lazy loading was introduced, I have images that don't load. It's not all images and it's not the same images that don't load every time. I can refresh the page several times and it's usually different images that don't get past th...
by arcandoak
14 Apr 2019, 15:13
Forum: Laravel package
Topic: Cannot get email after Creating new customer account
Replies: 9
Views: 3501

Re: Cannot get email after Creating new customer account

aimeos wrote:It's "email_payment" (value=5) a for order confirmationnd "email_delivery" (value=2) for shipping in progress
But I'm wanting to resend the new account email.
by arcandoak
12 Apr 2019, 20:56
Forum: Laravel package
Topic: New User - Allow them to choose their own password
Replies: 1
Views: 1023

New User - Allow them to choose their own password

During checkout, the user has the option to create an account. They are not given the option to set a password, but instead get an email with a password we've created for them. Yes, they can then change their password, but I would like to give them that option during checkout and not send the passwo...
by arcandoak
12 Apr 2019, 15:15
Forum: Laravel package
Topic: Cannot get email after Creating new customer account
Replies: 9
Views: 3501

Re: Cannot get email after Creating new customer account

Currently not from the admin interface, this is on the roadmap for one of the next versions. Up to now, you have to remove the "email_sent" record in the mshop_order_status table for the order ID. I'm not seeing any "email_sent" types in mshop_order_status, but I know new accoun...
by arcandoak
11 Apr 2019, 18:59
Forum: Laravel package
Topic: Cannot get email after Creating new customer account
Replies: 9
Views: 3501

Re: Cannot get email after Creating new customer account

Is there anyway to resend a customer account email if it failed the first time for whatever reason?
by arcandoak
29 Oct 2018, 13:53
Forum: Help
Topic: Invalid name "index.catalog:position()"
Replies: 2
Views: 1672

Re: Invalid name "index.catalog:position()"

Seems you have a mix of package versions. You can check with "composer show" and you should either have all "2018.07.*" or all "2018.10.*" packages. As 2018.07 isn't supported any more, you should upgrade to 2018.10 nevertheless. "composer show" came back wit...
by arcandoak
28 Oct 2018, 17:25
Forum: Help
Topic: Invalid name "index.catalog:position()"
Replies: 2
Views: 1672

Invalid name "index.catalog:position()"

Laravel: 5.6 PHP: 7.1.3 Aimeos: ~2018.07 On my dev PC, /list and /detail load up fine for all my products. When I pushed the code to my server if I go to /list or a detail page, I get a "non-recoverable error occurred" message. The list shows no products at all. The detail page shows the e...
by arcandoak
23 Sep 2018, 00:07
Forum: Help
Topic: Digital Products - attachment
Replies: 1
Views: 1207

Digital Products - attachment

Is there a way to email a digital product as an attachment instead of download link?
by arcandoak
21 Sep 2018, 15:02
Forum: Help
Topic: Tax based on state
Replies: 3
Views: 1619

Re: Tax based on state

You have to set the tax rates of the products to 0.00 and delete/add the products from/to the basket again. You also have to restore the tax rates if the customer changes the country again, so it gets a bit more complicated. The Aimeos company is offering an extension that handles all the edge-case...