---- dataentry integration ---- type : integration # do not change this line supports-foxycart-version-from : 0.7.0 # Minimum required FoxyCart version for this to work supports-foxycart-version-to : 1.1 # Last FoxyCart version that supports this (leave empty if unknown) systems : Sitemason # the system(s) that the integration is for, separated with commas if more than one name : Sitemason Store # the name of the integration description : The Sitemason Store is a full featured, enterprise-level commerce solution that utilizes the feature-rich FoxyCart platform. # tags : cms, php # tags, separated by commas. don't include the "system" here. date_dt : 2013-12-09 # the date in YYYY-MM-DD format version : # if you have a version for your code, enter it here developer_url : http://www.sitemason.com/developers/reference/library/ # if you'd like a link back to your site, stick it here ---- ====== Sitemason Commerce Module ====== //**Please note:**// The code on this page is submitted by members of the FoxyCart community, and may not verified by FoxyCart.com LLC in any way, shape, or form. Please double check the code before installing. If you need help with it please [[http://forum.foxycart.com/|post in our forum]], but if we cannot offer assistance (due to unfamiliarity with this particular system or language) we apologize in advance. ===== Description ===== The Sitemason Store is a full featured, enterprise-level commerce solution that utilizes the feature-rich FoxyCart platform. We've built a commerce tool to provide product management, inventory tracking & order handling to give users complete control over the products and services offered to customers. * [[http://www.sitemason.com/store|More Information on the Sitemason Store]] * [[http://www.sitemason.com/about/contact|Contact Sitemason]] Features Include: * Product Management * Inventory Tracking - decrement inventory as purchases are made * Order Management * [[http://developer.sitemason.com/library/methods/2011/04/06/getstorecarthtml.175363|PHP Library support]] for single line store implementation * Max and min purchases per item ordered * Backorder Handling * Seasonal items * Fulfillment integration with your distributor * Related items for sale * Video descriptions * Multiple images per product * Order Exports * In-item price variation - For products with attributes that affect price * Custom Order Fields - Like "Special Instructions" ===== Setup ===== **FoxyCart Setup:** Settings: * Store URL: http://www.domain.com/your_store/ * Receipt Continue URL: http://www.domain.com/your_store/ Advanced: * Enable store datafeed: check * Datafeed URL: https://secure.sitemason.com/www.domain.com/your_store/foxycart (copy from Sitemason Store→Store Settings→FoxyCart) Template URLs: * Cart - http://www.domain.com/your_store/foxycart/cart * Checkout - http://www.domain.com/your_store/foxycart/checkout * Receipt - http://www.domain.com/your_store/foxycart/receipt **Sitemason Setup:** In Sitemason Store Tool: * Add store subdomain as named in FoxyCart * Copy API Key from FoxyCart→Store→Advanced and paste in Sitemason Store→Store Settings→FoxyCart In template: * getStoreAddHTML() - Generates Add to Cart form HTML considering all Sitemason Store product options * getStoreCartHTML() - Optionally add mini-cart for display on-page without the FoxyCart lightbox * printFoxyCartSitemasonJavascript(), required - Generates codeblock for foxycart.js and cart data More info at http://www.sitemason.com/developers/