Magento 2 Warden Aliases

Warden is a CLI utility for orchestrating Docker-based developer environments. I am going to share some aliases that make your warden-based development life easier (how? see below). Category Warden Command Alias Command Magento 2 warden shell -c “bin/magento <action>” wm2 <action> MageRun warden shell -c “n98-magerun <action>” wmr <action> Redis warden redis <action> wrd <action> …

Magento 2 Paypal Express and Analytics conversions

Our marketing team is trying to better track conversion traffic, but all paypal express orders (we think) are showing the traffic source landing page as /checkout/cart because the user gets redirected off site to do the transaction. It’s the third highest landing page in our analytics. Any idea how to correct this? submitted by /u/J_ron …

How To Import Orders From Magento 1 To Magento 2

Does anyone here know if this article by Aitoc about exporting M1 orders and importing them into M2 is legit and will work? https://www.aitoc.com/blog/import-orders-from-magento-1-to-magento-2/ More specifically, I’m focused on the import behavior options for bringing the M1 orders into M2. The import behavior option for replacing complex data is intriguing and what initially caught my …

Follow Up Email Extension Mirasvit or Mageplaza?

I’ve been trying to decide between the many follow up email extensions available and have narrowed it down to these, can anyone help me reach a conclusion? Here are the links to each one Mirasvit: https://mirasvit.com/magento-2-extensions/follow-up-email.html Mageplaza:https://www.mageplaza.com/magento-2-follow-up-email/ I think Mirasvit offers better value and also has way more reviews, but my boss questioned me about …

Importance Of Magento Development

In today’s era, online business has become more important for growing larger sales volumes over physical business. For promoting these online business portals many Ecommerce frameworks and solutions are being evolved. These frameworks are basically evolved to improve the overall look of the website and its functionality so that a user find it convenient while …

Is it possible to set a temporary price of a product to be rendered in email ?

Hi, I would like to ask if it is possible to override the current price of the product on the email that is being sent to the customer? I tried using $productParent->setPrice($product->getPrice()); but it doesn’t seem to work. I really appreciate any help from anyone right now, I’m still new with Magento and I still …