Search found 64 matches

by
17 Jul 2019, 09:27
Forum: Laravel package
Topic: ai-payments / Stripe
Replies: 27
Views: 6603

Re: ai-payments / Stripe

I did, and I seem to have an issue with the form loading :

Image
Image



Image
by
17 Jul 2019, 08:36
Forum: Laravel package
Topic: PayPal error "Line items missing"
Replies: 2
Views: 1028

PayPal error "Line items missing"

Aimeos 2019.07 Laravel 5.5 PHP 7.2 Hello, I am trying to use PayPal, right after the order validation, the request to PayPal fails with this error message : Line items missing; line items are required when you specify a callback URL for flat-rate shipping options. I have no idea what it does mean. M...
by
17 Jul 2019, 07:49
Forum: Laravel package
Topic: ai-payments / Stripe
Replies: 27
Views: 6603

ai-payments / Stripe

Aimeos 2019.07 Laravel 5.5 PHP 7.2 Hello, I would like to use Stripe, so I installed ai-payments and omnipay/stripe. When I want to add the Stripe payment service, the default fields are not the ones from the doc https://aimeos.org/docs/User_Manual/Administration_Interface/Service_list#Stripe https:...
by
16 Jul 2019, 10:49
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 9932

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

ServicesUpdate enabled

Code: Select all

return $basket->setModified();
instead of

Code: Select all

return $basket->setProducts( $products )->setServices( $services );
And it works fine
by
16 Jul 2019, 08:50
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 9932

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

I just uncommented the line, disabled the ServicesUpdate plugin and the summary looks fine
Image
by
16 Jul 2019, 08:27
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 9932

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

Hello Norbert, I tried to comment the line with setServices() and now the total is zero https://aimeos.unimi.fr/img/storage/aimeos_addVat_setServices.png I hope it helps, Also, may you please confirm that the first change, form "price.tax" unset to "price.tax" => "0.0000&quo...
by
15 Jul 2019, 10:21
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 9932

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

Hello Norbert, Before I invest more time in debugging this commercial extension, may you please confirm that this issue is only on my side and that the same scenario (use of addVat plugin + order with shipping fees + VAT exempt customer ) works fine on your 2019.07.x-dev test installation ? Best reg...
by
14 Jul 2019, 16:31
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 9932

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

Hello, Here is the plugin list : https://aimeos.unimi.fr/img/storage/aimeos_plugins.jpg I only disabled ProductPrice because I had random warning messages. Also, it seems that there is a first change occuring on the delivery service and not on the product ("price.tax" unset to "price....
by
13 Jul 2019, 14:14
Forum: Laravel package
Topic: Hide all products in 'list' page
Replies: 2
Views: 1044

Re: Hide all products in 'list' page

Hello,

Maybe you can try setting an empty root category as default :
https://aimeos.org/docs/Configuration/C ... id-default

+ levels set to 1 :
https://aimeos.org/docs/Configuration/C ... sts/levels
by
12 Jul 2019, 19:07
Forum: Laravel package
Topic: mshop/price/taxflag set to 0, VAT not added to total
Replies: 31
Views: 9932

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

Hello, I have not been able to understand where my issue with the remaining VAT on delivery come from. I made some tests tonight and I noticed a difference of behaviour between the price of the delivery service and the price of the product when they are processed in AddVat.modifyVat() For the delive...