How to Integrate Magento API in PHP

Magento API provides ability to manage your eCommerce website by accessing api calls for Products, customers, sales order and categories etc. You can also manage inventory and shopping cart via magento api calls.

Getting Started With Ontraport API in PHP

Ontraport is a platform which have bunch of business tools. No more need to access separate tools to run your business. Ontraport gives you better customer experiences, boost your sales with automate process.

How To Install OpenCart CMS In Localhost XAMPP

OpenCart installation on a local XAMP server: Step 1: Open the Link http://www.opencart.com/?route=download/download and download the latest version of OpenCart (zipped).   Step 2: Extract the downloaded zipped form to get the folder 2.2.0.0-compiled (2.2.0.0 is the OpenCart version) and copy the folder named upload and paste into xampp/htdocs/ folder. You can rename the upload folder to …

How To Install OpenCart CMS In Localhost XAMPP Read More »

How to Setup a Cron Job in Cpanel for a Web Page

If you need to execute a particular web page on a given time interval, than CRON job is a solution for you. Using this method you can automate the web page execution. In this post we will show you an Cpanel cron job example for a web page.

Configure Intercom API in PHp and Create New User in It

Intercom api can be authenticate via two method one is OAuth method and other is basic authentication method. OAuth Method: For OAuth flow can be initiate through thia call url https://app.intercom.io/oauth with the following parameters. – Client_id (Required) // Get client id from you intercom account credentials – state (Not required but recommended) – redirect_uri …

Configure Intercom API in PHp and Create New User in It Read More »

Using INSERT IGNORE and ON DUPLICATE KEY UPDATE With MySQL to Prevent Duplicate Key Issue

When you insert multiple rows in mysql database and want to skip duplicate entries. Otherwise you always get mysql failure message of duplicate key. To overcome this issue Mysql provide two type of Query for insert data. First one is INSERT IGNORE and other is ON DUPLICATE KEY UPDATE. Lets check it how we can …

Using INSERT IGNORE and ON DUPLICATE KEY UPDATE With MySQL to Prevent Duplicate Key Issue Read More »

Integration Gateway to Connect with Escapia Vacation Rental Network API

Escapia Vacation rental Network provide the functionality to book rentals online. You can implement ECRN api into your website using XML/Soap api. Here i am describe you to integration with it in Soap api call. EVRN api is SOAP/XML base api. Primary prerequisites: Version: Request schema version. Default value is 1.000 ID: Escapianet username MessagePassword: …

Integration Gateway to Connect with Escapia Vacation Rental Network API Read More »