Posted on Nov 17, 2017
A Robofirm Black Friday Guide You Have to…Checkout: https://t.co/70tUnupIJq
I had a bit of trouble figuring out a scalable way to set up multiple Redis instances on a single Magento server.
git-svn is awesome, but I recently realized that it does not automatically create all tags and branches in Git that are present in SVN. It really just pulls the all into remote branches and leaves them there. This is the full process I used to carry all branches and tags over from an SVN repository into a Git repository.
Related to the issue in my previous post about log cleaning, I would like to take some time to discuss customer and visitor logging in a little more detail.
We had a cron job running at 3am that synchronized inventory that started failing a couple of weeks ago. We recognized the issue only this last week. I determined the cause and the solution and wanted to share to help others in the community.
Here is an easy way to view Magento's module tree after dependency sorting has been applied.
So you've made a few commits to the development branch and now realize that you need to make a feature branch for this and revert your commits to development.
Here's how:
* This assumes you are currently working within the development branch and may have uncommitted work
DevInc_DailyDeal version 1.1 has a bug which causes an infinite loop. This occurs when a customer
Quote items collection is loaded
checkData is called on each item
This tests the quantity by running it through a setQty method.
setQty fires the sales_quote_item_qty_set_after event.
Dailydeals calls getAllItems from the quote again