Search found 64 matches

by
08 Jul 2019, 18:37
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 10756

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

Shipping costs are back, thanks ! I updated the css file, cleared the cache and see no change at all for the images. Another strange behaviour : I deleted the 2 assiociated products inside the bundle, and then added them again -> every preview image (for the 3 products) have been scaled down to a wi...
by
08 Jul 2019, 15:23
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 10756

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

I did as you suggest and the delivery costs don't show up in the summary anymore but they do in the product detail. Does it work on your side ? Does your Laravel Demo Site run the 2019.07 version ? https://aimeos.unimi.fr/img/storage/aimeos_deliverycosts.jpg _________________________________________...
by
08 Jul 2019, 13:50
Forum: Laravel package
Topic: Product type Selection, language issue ?
Replies: 2
Views: 935

Re: Product type Selection, language issue ?

Done.

I wish it could explain why the creation of the selection failed the first time, but it must have been something else.

Regards
by
08 Jul 2019, 13:31
Forum: Laravel package
Topic: Weird image behaviour in product detail
Replies: 10
Views: 2806

Re: Weird image behaviour in product detail

Thanks,

I will use the same ratio everywhere.

What about the images for the bundle products ?
by
08 Jul 2019, 13:10
Forum: Laravel package
Topic: Product type Selection, language issue ?
Replies: 2
Views: 935

Product type Selection, language issue ?

Aimeos 2019.07 Laravel 5.5 PHP 7.2 Hello, When i switch the language to french in the admin panel, instead of Variants i get "statut:-1". I think it might be more than a display issue because when I tried to set variants with the admin panel set in french, it failed (the selection + the va...
by
08 Jul 2019, 13:00
Forum: Laravel package
Topic: Weird image behaviour in product detail
Replies: 10
Views: 2806

Weird image behaviour in product detail

Aimeos 2019.07 Laravel 5.5 PHP 7.2 Hello, There is something wrong with the images, it can be observed on landscape previews cf. here : https://unimi.fr/shop/Kit_Prise_de_mesures https://aimeos.unimi.fr/img/storage/aimeos_detail_images.jpg Please let me know where I have to look to fix this. Best re...
by
08 Jul 2019, 10:14
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 10756

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

I was using the "Shipping/Payment costs" and the delivery cost didn't show up. Setting "Actual current price", which appeared as mandatory in admin panel fixed it (I have really done my best these last days to try getting fundamental features to work...) Did you have a look at ht...
by
07 Jul 2019, 16:59
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 10756

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

Yes the VAT issue is solved, now remains 'delivery' for the payment row

https://github.com/aimeos/ai-client-htm ... d.php#L307
by
07 Jul 2019, 16:11
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 10756

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

In my delivery service, only the "Shipping/Payment costs" field was filled out and "Actual current price" was zero (I think I did it to avoid the xx.xx + 00,00 € format and it worked with 2019_04). Now that the "Actual current price" has a value, I can see the result of...
by
07 Jul 2019, 14:31
Forum: Laravel package
Topic: Emails : link to product detail leads to 404
Replies: 7
Views: 1937

Re: [SOLVED] Emails : link to product detail leads to 404

Maybe it's the use of array_diff_key() on an associative array ( $this->param() )and and another one with plain values ($detailFilter) ?
(comparing ['d_xxx'] with [index] )