Category Archives: Magento 2

Magento 2 Raw SQL Query- Revenue by Customer

While Magento 2 has a much better reports interface than Magento 1 ever had, there are times when you really need information that’s not available in the standard reports. For example, what if you are looking for the top 500 … Continue reading

Posted in Magento 2 | Leave a comment

Magento 2 Youtube Video in Modal Window

Adding youtube videos to Magento 2 is fairly easy. If you are adding a video to a cms page, you’ll need three elements: The link that opens the video, the div that holds the modal window(and video ), and the … Continue reading

Posted in Magento 2, Uncategorized | Leave a comment

Magento 2 Change Category Title

There are times when you want to change the title of a category page. For example, the client may want to add a disclaimer, like – NOTE : These products are perishable and must be shipped via UPS Next Day … Continue reading

Posted in Magento 2 | Leave a comment

Austin, TX Magento Developer

Austin TX is home to many ecommerce companies, but the one that most closely mimics Austin’s vibe is Bearbrand. Beardbrand was started in 2012 with a blog, youtube channel and an online magazine and has been featured in many publications. … Continue reading

Posted in Magento, Magento 2 | Leave a comment

Magento 1 End of Life

Magento has announced that Magento 1 software security patches will only be available thru June of 2020. This means Magento 1 stores will be obsolete and un-secure after July 1st. This has huge implications for PCI compliance, as technology that … Continue reading

Posted in Magento, Magento 2, Usability | Leave a comment

Magento 2 Configurable Products Remove Price from Dropdown

Magento by default shows an As Low As price on configurable product pages. This price is the lowest price configurable option on a product. This can be confusing to customers when there are options that have different prices. In this … Continue reading

Posted in Magento 2, Usability | Leave a comment

Magento 2 Add Sidebar with Rotating Images

I recently had a request to add a sidebar block to a Magento 2 store, with randomly loaded images. This would mean that each different page would feature a different image, based on which image was loaded when the page … Continue reading

Posted in Magento, Magento 2 | Leave a comment

Magento 2 Promotional Banner

One frequently requested addition to the header area in any Magento 2 store is a block that advertises the current promotional offering. Many times that’s free shipping (see image below). In order to add this block, I’ll first need to … Continue reading

Posted in Magento 2 | Leave a comment

Adding a Facebook Plugin to Magento 2 home page

Facebook has a handy little chunk of code that add’s a widget to any website. By filling in some basic information in Facebook page plugin page, you can create a customized widget that you can embed on the home page … Continue reading

Posted in Internet Marketing, Magento 2 | Leave a comment

Magento 2 Deploy Static View Files

Depending on which mode your Magento store is in, Static View files (also known as static content) will either be generated on demand (only in Default and Developer modes) or deployed via command line. You can also force magento to … Continue reading

Posted in Magento 2 | Leave a comment