Tuesday, 30 October 2012
JQuery library for Magento
jQuery is a cross-browser JavaScript library designed to simplify the client-side scripting of HTML
http://www.magentocommerce.com/magento-connect/utilities/developer-tools/mygento-jquery-library-and-powerful-plugins.html
http://www.magentocommerce.com/magento-connect/utilities/developer-tools/mygento-jquery-library-and-powerful-plugins.html
Friday, 26 October 2012
Magento Custom Admin Theme
http://inchoo.net/ecommerce/magento/custom-admin-theme-in-magento/
Just create new theme and place modified files and new files only instead of all the stuff from default theme.
Just create new theme and place modified files and new files only instead of all the stuff from default theme.
Tuesday, 23 October 2012
Monday, 22 October 2012
Magento: Programtically Cancel the coupon code on the shopping cart
$quote = Mage::getSingleton('checkout/session')->getQuote();
$oldCouponCode = $quote->getCouponCode();
if (strlen($oldCouponCode)) {
$quote->setCouponCode('')->collectTotals()->save();
}
$oldCouponCode = $quote->getCouponCode();
if (strlen($oldCouponCode)) {
$quote->setCouponCode('')->collectTotals()->save();
}
Friday, 19 October 2012
Delete Test data from Magento
Delete Test Products from Magento:
http://www.sonassi.com/knowledge-base/magento-kb/mass-delete-products-in-magento/
Delete Test Orders from Magento:
http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/
Magento Database Diagram and tables:
http://www.magentocommerce.com/wiki/2_-_magento_concepts_and_architecture/magento_database_diagram
http://www.magereverse.com/
Delete all products:
http://www.magentocommerce.com/boards/viewthread/20553/
http://www.sonassi.com/knowledge-base/magento-kb/mass-delete-products-in-magento/
Delete Test Orders from Magento:
http://inchoo.net/ecommerce/magento/delete-test-orders-in-magento/
Magento Database Diagram and tables:
http://www.magentocommerce.com/wiki/2_-_magento_concepts_and_architecture/magento_database_diagram
http://www.magereverse.com/
Delete all products:
http://www.magentocommerce.com/boards/viewthread/20553/
Subscribe to:
Posts (Atom)