This week I was working to a customer that needs to add a category order by views and stock.
I modified the layout for use my own custom Toolbar block and rewrite the setCollection() function;
Read MoreThis week I was working to a customer that needs to add a category order by views and stock.
I modified the layout for use my own custom Toolbar block and rewrite the setCollection() function;
Read MoreSometimes after develop a Magento store and we want to go live we need to delete our test orders and related invoices, credit memos and shippings.
I found a great script in magentobooker.com but I want to update a bit with adding debug option and the possibility for delete all orders in the store instead only one.
Read MoreSome times we have issues whith Magento reindex, the page shows reindex processing and we can´t run again:
This are 3 steps to resolve.
Read MoreI find a frequently error when working on Mangeto sites with high volume of transactions, a big catalog (ex. >20000 products) or a lot of cron jobs updating database with direct queries.
Exception SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transactionRead More
In this article I will try to help to implement in an easy way a cookie notice bar for your site.
Read MoreSometimes when we are in the programming of our magento modules, we need to access data from a store in question,
in this article we show basic methods for retrieve this information.
Read More