Magento 1.4.1 – deleting all orders

In Magento on August 5th, 2011

Deleting orders from Magento is little difficult. You have to use SQL, I have deleted all SQL form pilot site when we lunch site to live.

Read more...

Django 1.2.3 – for what I loving it

In Django, Publisy on June 28th, 2011

Why I love Django 1.2.3, colors at console

Read more...

Magento – Discount Coupon in quick checkout review step

In Magento on June 15th, 2011

For Magento 1.4.1 ———– If you configure onepage checkout in Magento store, buyers will have no chance to use discount coupon. However, there’s way to do so with little customization. I have implemented coupon in review step of onepage checkout. 1. Override Onepage checkout model – core/Mage/Checkout/controllers/OnepageController.php. Here mainly you have to override _getReviewHTML() function [...]

Read more...

NetBeans 7.0 and Python plugin

In Programming on June 7th, 2011

Currently there is no official release of the python plugin for NetBeans 7 but support can be enabled by adding the Developer Plugin listings to your NetBeans 7 install. To do this: Start NetBeans 7 Click on Tools > Plugins When the Plugins window opens click the Settings Tab In the Settings tab click the [...]

Read more...

TCPDF – HTML to PDF conversion, encoding problem for extended chars

In PHP on May 26th, 2011

TCPDF is a-little-great HTML to PDF conversion PHP library. One of main problem, I (and lot others) had encountered displaying extended characters (like European). To resolve this, you need set $unicode parameter false and pass $encoding parameter other character set. Most of given example comes with, $unicode=true and $encoding=’UTF-8′. Below different examples: Default for UTF-8 [...]

Read more...

Categories

Archives