Hello, I am working with PHP and would like to know which books do you recommend for reading about PHP. I know and have worked with frameworks and have a good base of PHP programming. But would like to know more about the language. So which books do you recommend […]
Blog
when issuing a refund from the braintree or paypal panel the orders in Magento 2.3.4 are not set to “closed” and no credit memo is being created. Is there any setting I need to adjust? Payments work great otherwise. Any help appreciated.
Receiving the following error when trying to access/edit Products through the admin panel using Magento 2.3.3: [DOM] Found 2 elements with non-unique id #fulltext The page times out and does not display products – only a blank grid. This has occurred after an Akeneo import. There are no errors in […]
I am brand new to Magento and am a WordPress developer and am trying to get my bearings on something that seems like it should be simple to accomplish. I am trying to simply add a data-attribute to my product title on the product details page. I want to do […]
In Magento 2, is there anyway to add a CSS class to the body tag of a category page IF that category has no children? I want to apply some design changes to only final-depth categories while avoiding having to assign each of those categories with a new layout. The […]
Chromium alike browsers have embedded tool for visual performance profiling on about:tracing (chrome://tracing for Chrome), which uses specially crafted json file as input. The thing I liked about it, is that it has very simple, yet flexible input format, and it wasn’t hard to build a profiler upon it. I […]