Skip to content

This program converts a Point-of-Rental (POR) database and imports it into WooCommerce for use on e-commerce site. It also can be run nightly to keep a website's inventory up to date based on Point-of-Rental. https://www.point-of-rental.com/

License

Notifications You must be signed in to change notification settings

smith-daniels/POR2WooCommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Point-of-Rental WooCommerce!

The purpose of this plugin is to take a Point-of-Rental inventory and integrate it with WooCommerce. This plugin leverages multiple programs and is written in PHP. Provided your host supports php, this program should be fully compatible with shared hosts. Please see requirements section to confirm compatibility.


Requirements

Installation (section under construction)

  1. Download latest release (master)

  2. Install dependencies via Composer

    composer install

  3. Setup MSA2MySQL

  4. Setup Database Scheme

  5. Configure Script

# URL to the wordpress site you want to use to WooCommerce API of 
$siteURL = ""; 

# Point-of-Rental database login information 
define('PORHost','localhost');
define('PORUser', 'example_user');
define('PORPassword', 'example_password');
define('PORDB', 'database_name');

# Hashing database information 
define('hashHost', 'localhost'); 
define('hashUser', 'example_user'); 
define('hashPassword', 'example_password'); 
define('hashDB', 'database_name');

About

This program converts a Point-of-Rental (POR) database and imports it into WooCommerce for use on e-commerce site. It also can be run nightly to keep a website's inventory up to date based on Point-of-Rental. https://www.point-of-rental.com/

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages