Search found 52 matches

by flomo
18 Nov 2020, 10:06
Forum: Laravel package
Topic: Inconsistent rebate value
Replies: 5
Views: 1259

Re: Inconsistent rebate value

With this setting, the rebate is shown on the product detail page, but not on the list page. If I change the order or remove the first (regular) price, the rebate shows on both pages.
_aimeos_prices.jpg
_aimeos_prices.jpg (161.08 KiB) Viewed 1209 times
by flomo
17 Nov 2020, 09:21
Forum: Laravel package
Topic: Inconsistent rebate value
Replies: 5
Views: 1259

Re: Inconsistent rebate value

php artisan aimeos:cache Did you mean php artisan aimeos:clear ? I tried that. Also cleared the Laravel views and cache, but the problem persists. I found out, that changing the order of the prices (first the temporary sale, that overwrites the normal price for a few days) works. But it still looks...
by flomo
13 Nov 2020, 17:03
Forum: Laravel package
Topic: Inconsistent rebate value
Replies: 5
Views: 1259

Inconsistent rebate value

I'm using Aimeos\MShop\Price\Item\Standard::getRebate() to get the rebate amount of a product. When there is only one single price, this works fine, it shows the rebate amount. However, when I add a second price (say for a special sale that ends tomorrow), things are getting weird. On the product de...
by flomo
13 Nov 2020, 09:35
Forum: Laravel package
Topic: Stripe no longer working
Replies: 12
Views: 5495

Re: Stripe no longer working

I had to install a completely new instance of aimeos/aimeos-laravel, aimeos/ai-payments and omnipay/stripe to find the issue: the service "type" for Stripe payments has changed from "Stripe" to "Stripe_PaymentIntents".

Just changing this resolved the issue for me.
by flomo
27 Oct 2020, 08:48
Forum: Laravel package
Topic: Stripe no longer working
Replies: 12
Views: 5495

Re: Stripe no longer working

I downloaded your fork as zip file and replaced all files of /vendor/omnipay/stripe, then ran "composer dump-autoload".

But still the same issue: "Call to undefined method Omnipay\Stripe\Message\Response::getPaymentIntentReference() "
by flomo
26 Oct 2020, 19:49
Forum: Laravel package
Topic: Stripe no longer working
Replies: 12
Views: 5495

Re: Stripe no longer working

Not sure which fork you mean. Your link points to the official aimeos/ai-payments package, which I have already installed.

I switched to dev-master for aimeos/aimeos-laravel and aimeos/ai-payments, but that didn't help. Still the same error.
by flomo
24 Oct 2020, 09:16
Forum: Laravel package
Topic: Stripe no longer working
Replies: 12
Views: 5495

Re: Stripe no longer working

Here's the installed components: academe/omnipay-datatrans 3.0.5 Datatrans Gateway for the Omnipay payment processing library aimeos/ai-admin-jqadm 2020.10.2 Aimeos Vue.js+Bootstrap admin interface aimeos/ai-admin-jsonadm 2020.10.1 Aimeos ai-admin-jsonadm extension aimeos/ai-client-html 2020.10.5 Ai...
by flomo
22 Oct 2020, 14:45
Forum: Laravel package
Topic: Stripe no longer working
Replies: 12
Views: 5495

Re: Stripe no longer working

The code is the same in 2020.10 and this was not related to getPaymentIntentReference(): Exactly. But back then I also got the same error message, when paying with Stripe. In contrast to the error back then, however, the response from Stripe looks ok this time. What is the exact error message and t...
by flomo
22 Oct 2020, 14:17
Forum: Laravel package
Topic: Stripe no longer working
Replies: 12
Views: 5495

Re: Stripe no longer working

I'm now on omnipay/stripe dev-master fbf57b3, but I still have the same issues. I even reset the config/shop.php file and removed my custom extension.

By the way, the same error was already thrown some months ago (see this post), so the issue might not be with omnipay/stripe.
by flomo
21 Oct 2020, 13:06
Forum: Laravel package
Topic: Stripe no longer working
Replies: 12
Views: 5495

Stripe no longer working

I just updated my shop from 2020.4 to 2020.10. Now the checkout no longer works with Stripe. After submitting the card number, I get the error "Call to undefined method Omnipay\Stripe\Message\Response::getPaymentIntentReference() ". This may be similar to this issue: https://aimeos.org/hel...