PurgeCSS

Hi. Does anyone have successfully integrated purgecss.com into Magento 2? What’s the impact on the speed? submitted by /u/NecessaryPrimary2231 [link] [comments]

Magento 2 Migration Services – Seven Webepower

Magento 2 introduced on Model, View, and View Model pattern to speed up the eCommerce Store performance. Magento 2 is considerably faster as compare to Magento1 or any other platform. It also supports all the latest PHP module SEO-friendly features. submitted by /u/webepower [link] [comments]

Magento 1 End of Life – Braintree and Paypal Taking Action by End of Month. Is migration the only option?

Hi, I have a site that is still running Magento 1.9. I put a lot of time into the current website and have been putting off migrating to another platform. If I have to, I focus heavily on migrating off Magento to Shopify over the next few days, but I was wondering if it’s really …

magento2 errors (plz help to solve this)

1 exception(s): Exception #0 (Exception): Deprecated Functionality: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in C:xamphtdocsprojectmagento2libinternalMagentoFrameworkViewElementTemplateFileValidator.php on line 141 Exception #0 (Exception): Deprecated Functionality: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to …

Target tablet size (768px – 1023px) in Magento 2

Hi, I’m trying to target tablet size. Official doc says to target tablet (768px – 1023px) we need to use ​ // // Tablet // _____________________________________________ // This will add styles for tablet devices. When using native media-queries, we recommend wrapping your media-queries with media-width Magento mixins or media-target & when (@media-target = ‘desktop’), (@media-target …

Saving custom attribute in observer for checkout success

Hi, Since the $order->save() method is deprecated, would it be enough just to do this in my observer: <?php namespace MyVendorMyModuleObserver; class SetOrderAttribute implements MagentoFrameworkEventObserverInterface { /** * @param MagentoFrameworkEventObserver $observer * @return $this */ public function execute(MagentoFrameworkEventObserver $observer) { /** @var MagentoSalesModelOrder $order */ $order = $observer->getEvent()->getOrder(); if($order->getMustValidate() == 1) { $order->setStatus(‘validate’)->setState(‘processing’); //$order-save() – …

How to find what is the controller responsible?

I am using the Amasty store locator module, in the backend, i am filled with all values and click the save button, how to find which controller is responsible for saving all the values. After clicking the save button i want to do some customization, What is the controller responsible? submitted by /u/aveeva7 [link] [comments]

Footer content

Guys do you have any ideas why my footer content on another store view doesn’t show? Everything is set up exactly as the default one but it still doesn’t show submitted by /u/nunissh [link] [comments]

m2devbox – easily create modules with pre-configured Magento 2 Docker environments

Hi Magento 2 folks, I have created a CLI tool that helps me starting fully pre-configured Magento 2 setups for local development. It is called m2devbox and takes care of downloading, installing and configuring Magento 2 inside Docker containers. You can use every Magento 2 version starting from 2.3.4 (released early 2020). To make things …

PWA for Magento 2

https://hopin.com/events/scandipwa-summer-meetup-2021 We are working on a quarterly PWA community meetup, talking about the latest updates in the PWA scene, and inviting companies to talk about their experience in adopting PWA for their online presence portfolio. We are keen to know would you have an interest in such an event and what other topics would you …