Contributor

Contributor

8 Best WordPress Themes for 2021

Salient is a great option for corporate business. It comes with a high concept minimalistic design that’s great for professional websites. It’s also highly responsive in its design, meaning it works well across all device types. It’s a solid theme…

What is Geolocation and How To Use It

The Map Routes Manager PluginPlugin (also called an extension or add-on) is a software component with a specific feature that can be added to a software or web application. Plugins allow the user to customize the application further to enhance…

Introducing the Upgrade Compatibility Tool

We know the importance of upgrading to the latest version of Magento Commerce to get the most value out of the platform and maintain a secure store. Keeping your Magento Commerce environment up to date is key to meeting your business needs. We recognize, however, that upgrades take planning and investment from…

9 Ways to Overhaul Magento Stores UX

Using high-quality images is also a good idea for SEOSearch engine optimization (SEO) is the process of affecting the visibility of a website or a web page in a search engine’s "natural" or un-paid ("organic") search results. In general, the…

Looking Back to Get Ahead in the New Year

Which offers and seasonal promotions converted most and least  When customers get this kind of experience, they are more likely to buy, recommend, and refer your products. A survey by Accenture found that 91% of consumers are more likely to shop with brands…

Magento PWA Plugins – Beginner’s How-to

Magento PWA Plugins – Beginner’s How-to

// packages module.exports = targets => { const peregrineTargets = targets.of(‘@magento/peregrine’); const buildPackTargets = targets.of(‘@magento/pwa-buildpack’); const talonsTarget = peregrineTargets.talons; buildPackTargets.specialFeatures.tap(features => { features[targets.name] = { esModule: true }; }); talonsTarget.tap(talonWrapperConfig => { talonWrapperConfig.Cms.useCmsPage.wrapWith( ‘@atwix/venia-extend-cms-meta/plugins/addStoreNameToMetaTitle’ ); }) }; At first, the…