Search found 14 matches

by cjr
18 Feb 2021, 14:26
Forum: Laravel package
Topic: Best way to implement backup SMTP connection
Replies: 3
Views: 893

Re: Best way to implement backup SMTP connection

Thank you, So far I extended: vendor\aimeos\aimeos-laravel\src\Aimeos\Shop\Base\Context.php vendor\aimeos\aimeos-core\lib\mshoplib\src\MShop\Context\Item\Iface.php vendor\aimeos\aimeos-core\lib\mshoplib\src\MShop\Context\Item\Standard.php to have a getMailBackup() and SetMailBackup(). The entire sit...
by cjr
16 Feb 2021, 19:08
Forum: Laravel package
Topic: Best way to implement backup SMTP connection
Replies: 3
Views: 893

Best way to implement backup SMTP connection

We have had issues with our SMPT provider failing and want to establish a backup account to send emails when needed. What would be the best way to implement it? I'm looking in to extending the SwiftMailer classes, but have run in to issues with passing the message in. Argument 1 passed to Swift_Tran...
by cjr
19 Oct 2020, 17:47
Forum: Laravel package
Topic: Basket Plugin Performance
Replies: 9
Views: 1772

Re: Basket Plugin Performance

We bought the extension ai-sites extension from Aimeos. I'm not sure about the second part.

What I'm wondering is say I have only 1 Coupon plugin active, will it run regardless of what siteid the product's selected belong to?
by cjr
19 Oct 2020, 17:39
Forum: Laravel package
Topic: Basket Plugin Performance
Replies: 9
Views: 1772

Re: Basket Plugin Performance

Looking at the Logs made me realize I have the plugin activated for every site (I have the multi site package). Will it run it or every site? They each have a row in mshop_plugin. If that is the case, is having one row for the provider of Coupon enough? or do I need a version for each site because i...
by cjr
19 Oct 2020, 16:11
Forum: Laravel package
Topic: Basket Plugin Performance
Replies: 9
Views: 1772

Re: Basket Plugin Performance

I have it set at 7 locally to troubleshoot, and I experience performance issues when I do that.

Production code has it set to 3. When production was set to 6 the issues were much worse, setting it to 3 helped a little.
by cjr
19 Oct 2020, 15:55
Forum: Laravel package
Topic: Basket Plugin Performance
Replies: 9
Views: 1772

Re: Basket Plugin Performance

2020.04 My config/plugin.php file looks the same as your example. All actions from addProduct.after to deleteCoupon.after are running around 12 times. For some reason the performance only became an issue after introducing the Coupons. I looked into the coupons, and how my custom functions are workin...
by cjr
19 Oct 2020, 15:36
Forum: Laravel package
Topic: Basket Plugin Performance
Replies: 9
Views: 1772

Basket Plugin Performance

After activating the Coupon plugin and release coupons to customers, the performance of our site plummeted. It takes about 60-120 seconds for the add coupon input to return. Log debugging on the back end, I see the addCoupon.after action is called about 12 times a coupon is added to the basket. This...
by cjr
07 Aug 2020, 12:33
Forum: Laravel package
Topic: Avoid Skipping to Summary on Checkout
Replies: 3
Views: 1007

Re: Avoid Skipping to Summary on Checkout

Thanks for the answer. I have the "Payment" header set up properly. How can I manually remove the payment option from the basket whenever a customer leaves the checkout section?
I want them to have to fill out the form each time they hit the checkout process.
by cjr
06 Aug 2020, 14:26
Forum: Laravel package
Topic: Avoid Skipping to Summary on Checkout
Replies: 3
Views: 1007

Re: Avoid Skipping to Summary on Checkout

I was able to set up the checkout flow as I wanted by using the onepage, and subpart config settings for the checkout. I still have the skipping to summary issue for logged in users.
by cjr
05 Aug 2020, 19:27
Forum: Laravel package
Topic: Avoid Skipping to Summary on Checkout
Replies: 3
Views: 1007

Avoid Skipping to Summary on Checkout

Hi, For logged in users, when clicking "checkout", it bring you straight to the Summary step of the checkout process, skipping the payment options. I disabled the Autofill plugin for all vendors but that didn't seem to help. I was able to combine the Delivery and payment step of the checko...