catgento.com
  • Blog
  • Magento Events / variables and modules
  • Magento functions cheatsheet
  • About
  • Github

Pau

Extensions

My favourite GitHub Magento 2[.4] (and Luma) modules

It’s been almost 4 years of Magento 2 development now. GitHub has been a great place to find modules off all types: sometimes the modules were great by themselves, sometimes they were just useful, and sometimes they helped me understanding how to do (or not to do) things. I would Read more…

By Pau, 1 yearNovember 27, 2021 ago
Uncategorized

Create multiselect customer attribute with options in Magento 2

After looking for a proper solution on how to create programmatically a multiselect customer attribute along with its entensible options, I haven’t found anything that was good for me: In many places it is proposed to create a custom class with the options. That’s not good for me because I Read more…

By Pau, 1 yearNovember 5, 2021 ago
Development

[Magento 2] Create Datetime Product Attribute Programmatically

I recently needed to create a datetime product attribute programatically in Magento 2. When looking for it on the Internet, all the information I found was outdated. It’s really easy to do so. Use this for the attribute creation and it will be displayed as datetime in the backoffice right Read more…

By Pau, 1 yearOctober 18, 2021 ago
Extensions

[Magento 2] GDPR – Cookie Consent for Europe Extension

Default Magento 2 cookie consent functionality has a couple of issues: First of all: it is not compatible with the European Law. This law actually asks for validation regarding all the type of cookies a website has. We need to differentiate which cookies are mandatory for the website functionality and Read more…

By Pau, 2 yearsJune 10, 2021 ago
Uncategorized

Shopify shops Scam

I’m writing this because I’ve been stupid enough to buy some clothes in a shopify store after an ad I saw on Facebook. Basically: I saw the ad on Facebook, there was a beautiful and warm legging I wanted to buy for my wife I entered the site and I Read more…

By Pau, 2 yearsJanuary 4, 2021 ago
Uncategorized

[MySQL] Live ProcessList

Are you tired of clicking enter and enter to see the mysql processlist from command line? Now you can use watch to see the live processlist:

By Pau, 3 yearsMay 18, 2020 ago
Uncategorized

Catalog URL Indexing Issues in Magento 2

If you develop for Magento 2, you might have run into Catalog URL indexing issues like duplicated urls and constraints. There are many posts and answers about it on the net. After trying many free modules, this was the good one: https://github.com/karliuka/m2.IndexerUrlRewrite It adds Product, Category and Catalog reindex to Read more…

By Pau, 3 yearsMay 13, 2020 ago
Development

[Magento 2] Move billing address to shipping step (Magento >= 2.3)

I’ve been looking for a solution that works fine in Magento 2.3 to move billing address to shipping step in Magento 2.3. There aren’t many available solution online but I’ve found one that works fine with a couple of modifications. Pull request haven’t been accepted in the original repo, but Read more…

By Pau, 3 yearsApril 25, 2020 ago
Development

[Magento 2] Error: Uncaught TypeError: Argument 1 passed to Magento\Catalog\Model\ProductRepository::prepareSku()

The error: Is related to a product which doesn’t have a SKU. This might cause different issues: Indexation problems ยป URL Rewrites not created Product Grid sorting issues: can’t sort by sku The solution should be easy. Go to your database and check which products don’t have an SKU: Once Read more…

By Pau, 3 yearsApril 17, 2020 ago
Development

[Magento 2] Migration errors: unserialize

One of the trickiest errors I’ve found when Migrating Magento 1 to Magento 2 (2.3) has been an issue related to unserialization. There are 2 types of messages I received: Reason: in both cases, the reason is that some data that was stored serialized in the Magento 1 database, had Read more…

By Pau, 3 yearsApril 16, 2020 ago

Posts navigation

1 2 … 9 Next
  • My page about yoga, Yoga Alacant
  • Magento Events / variables and modules
  • Magento functions cheatsheet
Hestia | Developed by ThemeIsle
 

Loading Comments...