Quantcast
Channel: Webkul Blog
Browsing all 5535 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

Node.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 Article


Image may be NSFW.
Clik here to view.

Module 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 Article

Image may be NSFW.
Clik here to view.

Autoload 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 Article

Image may be NSFW.
Clik here to view.

Installation 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 Article


Image may be NSFW.
Clik here to view.

OpenERP 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article


Image may be NSFW.
Clik here to view.

OpenERP 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 Article


Image may be NSFW.
Clik here to view.

setting 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 Article

Image may be NSFW.
Clik here to view.

Joomla 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 Article

Image may be NSFW.
Clik here to view.

Showing 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 Article

Image may be NSFW.
Clik here to view.

installing 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 Article


Image may be NSFW.
Clik here to view.

Joomla 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 Article

Image may be NSFW.
Clik here to view.

Prestashop 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

Top 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 Article


Image may be NSFW.
Clik here to view.

Openerp7.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 Article

Image may be NSFW.
Clik here to view.

Magento 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 Article

Image may be NSFW.
Clik here to view.

Use 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
Browsing all 5535 articles
Browse latest View live