Magento extension: bxgy 0.1.1 is released

Bxgy 0.1.0 is reported fail to work when raising orders from backend. It is because of


$quote = Mage::getSingleton('checkout/cart')->getQuote();

Now


$quote = $item->getQuote();

for bxgy rule to process regardless whether quote is frontend or backend.

Download bxgy 0.1.1BuyXGetY.tar.gz

2011/02/21 Update: please checkout a newer release. Always leave comments on the newest release post. The comment on this post is closed.