Org- Ecommerce Multi Vendor Marketplace Script

How to Purchase Online Multi Vendor Ecommerce Marketplace Script If you are interested to make your own multi vendor Ecommerce marketplace platform then connect with us. We can customize this Open Source Marketplace Script according your requirement. Please follow these steps for proper b2b Multi Vendor ECommerce marketplace Script configuration:- Step1:- Talk to us:- By […]

View Post

Ecommerce Multi Vendor Marketplace Script

E-Commerce Multi-Vendor Market Place Script Are you interested in making your own multi-vendor Ecommerce marketplace platform? If yes, then we have all the answers you need.  What is B2B open-source multi-vendor ecommerce marketplace script? Multi-vendor ecommerce marketplace is a platform that enables you to expand your business globally. You can sell and buy your products […]

View Post

Travel Framework Launched

We are please to announce that, we have launched our Travel Framework that is intentionally designed for TOUR and TRAVEL online Business In INDIA. COME ONLINE and Expland your online Travel Business by kick start now @ Rs 575 Only

View Post

Phonegap Device plugin undefined resolved

In phonegap to access device info , we need to follow few things: 1. add device plugin to your app 2. set config settings in config.xml file Thats it, hope this will also work for you.

View Post

Phonegap keyboard overlap input field issue resolved

In phonegap developed application ,sometime if form input fields are more and the scroll increases on page. Then we have a issue of bottom fields overlapped by virtual keyboard on mobile and we are not able to move to same input field at the bottom. To resolve this you dont require any js or jquery […]

View Post

wordpress insert post data and custom fields

Simple 3 steps: 1. create post basic values array of data $my_post = array( ‘post_title’ => $_SESSION[‘booking-form-title’], ‘post_date’ => $_SESSION[‘cal_startdate’], ‘post_content’ => ‘This is my post.’, ‘post_status’ => ‘publish’, ‘post_type’ => ‘booking’, ); 2 insert post data and get returned post id $the_post_id = wp_insert_post( $my_post ); 3. use same returned post id to add […]

View Post

how to use ajax in wordpress

There are few simple steps to use ajax in wordpress: – ajax calling template/page file element (button / link) – ajax calling and response handler script in js/jqery – wordpress hooks defined to handle ajax functions – php function file to define functions to operate. Files used in wordpress: – any template file or page […]

View Post

Phonegap access origin error resolved

Phongap storage work on : – Local storage – SQL Storage – Memeory Storage Sometime or more of the time we require to call our external servers APIs REST/SOAP . I tried also during my first api call on phonegap ,wasted around 1 day to resolve error for this, below are the steps you need […]

View Post