magepsycho

Results 23 comments of magepsycho

@kestraly With your fix, it also skips the `` to `` conversion. Theoretically, it looks like it should do the job.

> There is a CLI of the NextGenImages, with commands like `next-gen-images:convert`. But this is more for testing and not so good for performance. If you would try to convert...

That's great news! Waiting for it.

@celorodovalho This issue is fixed now. Please pull the latest code.

Yes you can. In Magento 1, you can do it simply by replacing the condition with `if (!$this->getConfigFlag('active') || !Mage::app()->getStore()->isAdmin()) {` from https://github.com/MagePsycho/magento2-custom-shipping/blob/master/Model/Carrier/Customshipping.php#L65 So try to find the `Mage::app()->getStore()->isAdmin()` equivalent...

Hi there, OK, if you need my assistance on this will work on this and update you. But you have wait for a day or so. Regards On Wed, Jan...

You need to edit the module name and carrier code.

@srenon Any updates on OAuth authentication for Gmail?

@stkrelax Note that `controller_action_predispatch` is not executed for the next time when the page is served via FPC.

@bap14 Yeah, you are correct. Despite having these errors, I can run the containers. Thanks for your confirmation.