jpedraza / bigcommerce_integration

BigCommerce integration for wombat.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BigCommerce Wombat

Connect your BigCommerce store to Wombat

###Installation

Run Composer:

php composer.phar install

###Configuration: In order to store BigCommerce object IDs in Wombat on creation, add your Wombat authorization tokens to app/config.php

$app['wombat_tokens'] 	= array(
	'your store id' => 'your store access token',
	);

About

BigCommerce integration for wombat.co


Languages

Language:PHP 100.0%