Search found 64 matches

by
07 Jul 2019, 14:04
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 10761

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

Now VAT is added to the total, shipping costs are missing evrywhere (except confirmation email). I spotted something in ai-client-html\client\html\templates\common\summary\detail-standard.php::291 : you iterate $this->summaryBasket->getService( 'delivery' ) for both delivery and payment Then I guess...
by
07 Jul 2019, 13:57
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

I updated, set my config/shop.php file, cleared the cache and get this format : baseurl/shop/Label//?site=default&locale=fr&currency=EUR
by
07 Jul 2019, 11:00
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 10761

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

Aimeos 2019.07 Laravel 5.5 PHP 7.2 Hello, In my config/shop.php file, I set net prices 'mshop' => [ 'price' => [ 'taxflag' => 0 ] ] The vat rate field of the products is filled out. The +20,00% text shows up and the tax amount is calculated but not added to the total. Where could that come from ? ht...
by
07 Jul 2019, 10:26
Forum: Laravel package
Topic: Emails : link to product detail leads to 404
Replies: 7
Views: 1937

Re: Emails : link to product detail leads to 404

I added {locale?} to the route, and then the next parameter (site) was processed as d_pos.

So I added {locale?}/{site?}/{currency?} to the route. Now the url looks like baseurl/shop/Label//id/fr/default/EUR. No more 404 error and everything works fine.

Thanks again !
by
07 Jul 2019, 07:58
Forum: Laravel package
Topic: Emails : link to product detail leads to 404
Replies: 7
Views: 1937

Emails : link to product detail leads to 404

Aimeos 2019.07 Laravel 5.5 PHP 7.2 Hello, The links to the product details in emails have this format : baseurl/shop/Label/ fr /id where fr is my locale (or my language ?) It leads to an error 404 and I don't know if the locale (or language) is expected for the optional {d_pos?} parameter of the 'ai...
by
06 Jul 2019, 17:26
Forum: Laravel package
Topic: [SOLVED] Job order/email/payment : "Undefined variable: taxRate"
Replies: 11
Views: 3173

Re: Job order/email/payment : "Undefined variable: taxRate"

Everything seems alright after this last update. Thank you very much for your help !
(something tells me that I'll be back soon with something else ;) )
by
06 Jul 2019, 17:07
Forum: Laravel package
Topic: [SOLVED] Job order/email/payment : "Undefined variable: taxRate"
Replies: 11
Views: 3173

Re: Job order/email/payment : "Undefined variable: taxRate"

Other file, same issue : ai-client-html\client\html\templates\email\payment\html-body-standard.php #0 /ext/ai-client-html/client/html/templates/email/payment/html-body-standard.php(171): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8, 'Undefined varia...', '/home/clients/1...', 171,...
by
06 Jul 2019, 16:53
Forum: Laravel package
Topic: [SOLVED] Job order/email/payment : "Undefined variable: taxRate"
Replies: 11
Views: 3173

Re: Job order/email/payment : "Undefined variable: taxRate"

I didn't override any email template in my extension. I just checked the new text-summary-partial.php file and he has no more $taxRate out of nowhere, so I am confused. I will investigate and let you know what i find.

Thanks for your help
by
06 Jul 2019, 16:23
Forum: Laravel package
Topic: [SOLVED] Job order/email/payment : "Undefined variable: taxRate"
Replies: 11
Views: 3173

Re: Job order/email/payment : "Undefined variable: taxRate"

The -dev didn't help, still the same message in logs about Undefined variable: taxRate
by
06 Jul 2019, 16:10
Forum: Laravel package
Topic: [SOLVED] Job order/email/payment : "Undefined variable: taxRate"
Replies: 11
Views: 3173

Re: Job order/email/payment : "Undefined variable: taxRate"

Ok I will and let you know. I think my issues are maybe the result of a bad upgrade, here is an other example : in my project (after many "composer update" today) the file ai-controller-frontend/.../Frontend/Customer/Standard.php still doesn't store the password in database for newly creat...