Search found 64 matches

by
12 Jul 2019, 10:58
Forum: Laravel package
Topic: Weird image behaviour in product detail
Replies: 10
Views: 2806

Re: Weird image behaviour in product detail

I confirm a behaviour I already encoutered before :

The job "media/scale" works and just after it all images are big as expected (the same for a newly created product)
Then, if I go back to the admin panel and save the product, the small preview images are back (only one url in srcset, 1w)
by
12 Jul 2019, 10:29
Forum: Laravel package
Topic: Weird image behaviour in product detail
Replies: 10
Views: 2806

Re: Weird image behaviour in product detail

I confirm that the job "media/scale" did the trick. Thank you very much.

Please let me know when you get a clue for images accumulating in the preview folder.

Best regards
by
12 Jul 2019, 10:13
Forum: Laravel package
Topic: Weird image behaviour in product detail
Replies: 10
Views: 2806

Re: Weird image behaviour in product detail

Here is the img tag for the small image (only one url in srcset, 1w) :
Image

the big one (3 urls, 240w / 780w / 1000w) :
Image
by
11 Jul 2019, 17:52
Forum: Laravel package
Topic: Weird image behaviour in product detail
Replies: 10
Views: 2806

Re: Weird image behaviour in product detail

Aimeos 2019.07.x-dev ai-vatcheck 2019.07.x-dev Laravel 5.5 PHP 7.2 Hello, I have 3 products in my shop, each one has less than 3 media files After a few deletions/additions, I have about 500 files in my preview folder, some with the same resolution as the ones I uploaded, and others scaled down to a...
by
11 Jul 2019, 13:22
Forum: Help
Topic: VatCheck checkVies() fail + log fail because of 'Undefined variable'
Replies: 1
Views: 1273

VatCheck checkVies() fail + log fail because of 'Undefined variable'

Aimeos 2019.07.x-dev ai-vatcheck 2019.07.x-dev Laravel 5.5 PHP 7.2 Hello, When using the vatcheck extension, I get an 'Unable to check the VAT ID against the VIES service' error and unfortunatly I can't get more information about this VIES error from the log because the variable $response is unknown...
by
11 Jul 2019, 07:17
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 10754

Re: mshop/price/taxflag set to 0, VAT not added to total

May you please tell me what should my composer.json file look like to be sure I am working with the same files as your test installation ?

Currently, I have ai-vatcheck, ai-client-html, ai-controller-html, and aimeos-laravel in 2019.07.x-dev version. Do I have to add something else ?

Best regards
by
10 Jul 2019, 17:36
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 10754

Re: mshop/price/taxflag set to 0, VAT not added to total

Maybe it is a misunderstanding of accounting rules from me, but I would like everything (products + shipping) to be subject to the same tax rules
by
10 Jul 2019, 17:23
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 10754

Re: mshop/price/taxflag set to 0, VAT not added to total

Hello, Here are the screenshots with addVat installed and enabled 1/ summary from France http://aimeos.unimi.fr/img/storage/aimeos_france.jpg 2/ summary from EU without VAT ID http://aimeos.unimi.fr/img/storage/aimeos_eu_novat.jpg 3/ summary from EU with VAT ID http://aimeos.unimi.fr/img/storage/aim...
by
09 Jul 2019, 12:06
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 10754

Re: mshop/price/taxflag set to 0, VAT not added to total

I won't be able to do it today, maybe tomorrow.

This morning, I saw the -dev update and the mention to the '*´ in the readme file, I tried it and still had the VAT on shipping for countries outside France and EU.

I'll come back tomorrow with the screenshots. Thanks for your help
by
09 Jul 2019, 10:43
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 10754

Re: mshop/price/taxflag set to 0, VAT not added to total

As I said, the aspect of the images changed after a modification of the bundle, I don't understand why the css would handle the images in a different maner before and after an action on the products in the admin panel. But regarding my other issues, I consider it is a minor one (not one which preven...