
Search In
For Remove Shipping Methods you need to change its function
This code is working for me in 1.7.0.2 but you can try this for older version also
A) Open Mage/checkout/controllers/Onepagecontroller.php
In this File Go to on “function saveBillingA
In OpenERP first we create custom module and module name is account_demo and then create four file like as __init__.py, __openerp__.py, account_demo.py, account_demo.xml file in your module and create function and function name like accoutss_residual


IDE stands for Integrated Development Environment. An IDE is a software application used by programmers for code development and debugging. It increases programmer productivity. The best IDE comes with a number of features and services to develop a c
To install joomla following steps needed to follow:
Download the Joomla installation package from the Joomla.org.
Once downloaded you will get a zip file. Unzip the file and upload the joomla files to your server.
Next you need to create a mysql da
Hello Readers,
Hope you are doing good today.
Today we will discuss multilingual functionality on the website. The main question is that Why You Need A Multilingual Website For Your Business? Nowadays you see, times are changing with the growing nu
First include the sqlite file in your project. Then copy that file from bundle to documents directory as below and create Database method.
-(void)createDatabase{
NSString *pathForDocumentDirectory =[self databasePath]; //define new path and put


Hi Friends,
Today I will tell you about using Code First approach using entity framework. There are some situations where you need to create the table(when it does not exist in the database). So to do this we will
use entity framework 6.0.0.0
In OpenERP first create custom module and inherits the hr module in your existing module.
Follow these step given below
Step1- First create existing module like as test and than create .py file in your own module like as a test.py file and
A common dilemma is making the mistake of categorizing WordPress as just a blogging platform, where newbies to the blogging world usually question Why the need for WordPress? Why not the old website which I currently make use of. What’s the urg
Hello Friends,
If you are looking to set paging and listing in CodeIgniter. Please review the below example code and make your changes accordingly.
Controller Code
Open your controller file and make the changes as below:
<?php
defined
