Why every eCommerce site must use OpenERP ?
World has witnessed a huge increase in number of eCommerce stores . Every corner of world have lots of player in eCommerce . there is huge competition among eCommerce stores to capture the market ....
View ArticleNode.js connection with database (mysql)
Here are few steps to connect node.js with mysql. You must have node.js installed in your environment. If not then visit http://webkul.com/blog/install-node-js-on-ubuntu/ 1) install mysql on your...
View ArticleModule Development on PrestaShop
1. Directory structure of prestashop :- Prestashop work on MVC pattern M = MODEL(In prestashop classes folder is model) V = View (Themes folder is view ) C = Controller ( and...
View ArticleAutoload your classes
While writing object oriented applications we creates class files that we include at the top of our page before creating objects of them.We could have have tens of class files for even a single...
View ArticleInstallation of OpenERP 7.0 on Ubuntu
Step 1. Build your server install the openssh-server package (so we can connect to it remotely) and denyhosts to add a degree of brute-force attack protection sudo apt-get install openssh-server...
View ArticleOpenERP Security and permissions
OpenERP Security and permissions: In OpenERP, Security is a major concern when any application is considered. Security is an important factor and it is easy to provide security in module basis....
View ArticleHow to export an APK file from eclipse
In order to publish an application at the Android Market, the app must be ‘signed’ with your own ’certificate’. This tutorial explains how to export an apk file of your Android project from Eclipse....
View ArticleHow to make Your Module Compatible for “All Languages”
To change Your Prestashop Language You have to select it at the time of installation. 1. Use $this->l(‘’) for the element you want to change in other languages in .php files. Example: Suppose we...
View ArticleOpenERP 7.0 connection with PHP using XML-RPC
In order to connect with openerp first of all we need XML-RPC for PHP, download the latest stable release from http://phpxmlrpc.sourceforge.net/. now extract it and get the file i.e inside lib folder...
View Articlesetting configuration value in prestashop
Prestashop provide to store configuration value. A configuration value contain only one value at the time. You can just update its. with the configuration value we can set some variable example we we...
View ArticleJoomla Content Modal Box
Joomla Content Modal Box - Joomla content modal window plugin is a brilliant module and very rich in UI / UX experience . Some of the silent features of the module are as follows 1 – admin driven 2 –...
View ArticleShowing custom message in prestashop 1.5
Prestashop provide many way to show custom message . Some of the message which we generally see 1. “update successfully” 2. “Deletion successful” etc. the upper message you got in...
View Articleinstalling express failed:unknown symlink ‘../express/bin/express
This happens when I am using a virtual VMwarePlayer Ubuntu OS, and install express in a “Shared Folder” pointing to a location on my hard drive external to Ubuntu. When using a location on a folder...
View ArticleJoomla Paper Fold Modal Box
Joomla Paper Fold Modal Box Module will display your joomla article content in beautiful paper folding box with folding effect . Features 1 - All browser working (CSS3 Support is required) 2 -...
View ArticlePrestashop Showing custom buttons in toolbar
Prestashop Provide many buttons Like Save,Add,Back To list etc button in toolbar, we also add some of your custome button to in toolbar some step to create custom button in toolbar 1 . Create the...
View ArticleHow to create New tabs in Prestashop
In Database Table ps_tab 1. create a parent class with id_parent =0 ,classname = parentclass , position=0, active=1 and as id_tab is auto Increment let id_tab=100. 2. Now create a child class width...
View ArticleTop Magento MarketPlace Module
Top Magento MarketPlace Module - Magento is the best e-commerce platform in the planet with almost every functionality you can imagine and with a better community support true open source product ....
View ArticleOpenerp7.0 with PHP using xml-rpc(read,search and write method)
In previous blog i have discussed about the xml-rpc connection using PHP. now i am going to discuss about read, write and search methods. 1) read method $dbname = 'dbname'; $user = 'admin'; $pwd =...
View ArticleMagento Re-seller Discount Marketplace
Magento Reseller Discount Marketplace – This module is very useful for creating marketplace of existing product e.g Seller will be able to upload the product in existing product category .This module...
View ArticleUse Observer In Magento
In magento Observer catch magento events and run your function after that event. Magento events like checkout_cart_product_add_after,checkout_cart_save_after etc you can get more magento events from...
View Article