How to set up Shipping Classes for bluedart Bluedart offers different services for different types of products on the basis of their weight and value. […]
Read MoreCategory: WooCommerce
Auto complete WooCommerce orders for WPLMS
If product is virtual & downloadable then WooCommerce marks order marked as complete. For WPLMS we set product as virtual only. Actually for WPLMS most […]
Read MoreSending mail in PHP
Mail in PHP PHP comes with a default function mail() that allows you to send mail directly from a PHP script. Mail function present in […]
Read MoreHandling database in PHP
Creating database connection PHP provides mysql_connect function to open a database connection. Handling database in PHP connection mysql_connect(server,user,passwd,new_link,client_flag); server : Optional , The host name […]
Read MorePHP Cookies
What is a cookie Cookies are used to store the information of a web page in a remote browser so that when the same user […]
Read More