Magento 2

Solving Magento Content Challenges with Advanced Content Manager
Solving Magento Content Challenges with Advanced Content Manager
Elliot Toman

1. Introduction to Advanced Content Manager Developed and supported by the Blackbird agency in Strasbourg, France, Advanced Content Manager (ACM) is an extension designed to expand Magento’s CMS capabilities so that a variety of content types can be hosted and administered directly from the Magento admin. Blackbird offers fairly comprehensive documentation for ACM that is well worth the time to peruse, […]

Setting Up Amazon (AWS) Cloudfront CDN for Magento 2
Setting Up Amazon (AWS) Cloudfront CDN for Magento 2
James Aindow

To speed up a Magento 2 website is of utmost importance for your website’s static content and images to load fast. To solve this problem, and provide a seamless experience, most eCommerce websites use a CDN (content delivery network). A CDN allows users to download static content from a source that is the closest to […]

Creating a Custom Product Attributes Tab in Magento 2
Creating a Custom Product Attributes Tab in Magento 2
Elliot Toman

By default, the Magento product page includes a tab of product data called “Additional Details.” This data is taken from any Product Attributes in the product’s assigned Attribute Set that are filled in. These attributes are displayed as tabular data in the order to which they are assigned to their Attribute Set. Attribute sets can […]

How to use third-party Javascript Plugins in Magento 2
How to use third-party Javascript Plugins in Magento 2
Yun Liu

When we customize a Magento theme, we sometimes want to use third-party Javascript plugins. To add a JS library in Magento 2 is quite different from what we are used to doing in Magento 1. Magento 2 uses RequireJs library for nearly every JavaScript feature it has. Among other benefits, it improves the page loads by […]

Ultimate Magento 2 Coupons, Promos, and Sales Configuration Guide
Ultimate Magento 2 Coupons, Promos, and Sales Configuration Guide
Alyssa Schaad

Magento 2 offers several options for pricing and discounts, including special price, tiered price, group price, and MAP (minimum advertised price). It can also utilize rule-based discounts across your product catalog or in your shopping cart, with or without the use of coupon code. We’re going to focus on rule-based promotions for Catalog and Cart […]

A Technical Overview On How To Customize  The Magento 2 Checkout
A Technical Overview On How To Customize The Magento 2 Checkout
Dejvid Haxhiu

Compared to Magento 1, the checkout in Magento 2 has a number of fundamental improvements and changes to its visual appeal and general flow. The Magento 2 checkout is implemented using the UI components and out of the box, the checkout consists of two steps; shipping information and order review and payment. Depending on the […]

How To Configure Advanced Pricing in Magento 2
How To Configure Advanced Pricing in Magento 2
Alyssa Schaad

Magento 2 offers Advanced Pricing settings that allow you to give your customers special pricing based on sales, customer groups or quantity. Setting up Advanced Pricing is one of the options that you will be able to set up on the products setting page in the Magento admin. The following are different types of Advanced […]

Magento 2 Birthday Month Banner Set Up For Logged-in Users
Magento 2 Birthday Month Banner Set Up For Logged-in Users
Elliot Toman

What better way to make a return customer feel appreciated than a birthday present? In this tutorial, we will demonstrate how to use Magento 2 Enterprise Edition to create a special banner that will display during the birth month of a logged-in user. The banner can be combined with promotions to, for example, offer a special discount […]

Creating and Customizing a Magento 2 404 Page
Creating and Customizing a Magento 2 404 Page
Joan Papajani

Configuring and coming up with a creative 404 page for your Magento 2 store can help with conversions, SEO, and assist users who land on non-existent or broken pages. Generally, a Magento 2 404 page can be caused by a bad link, missing 301 redirects, or a misconfigured Apache/Nginx server.  Let’s assume for a moment that […]