<?php
/*
 * Bizuno Extension - Walmart.com Interface - README file for creating Walmart Templates
 *
 * NOTICE OF LICENSE
 * This software may be used only for one installation of Bizuno when 
 * purchased through the PhreeSoft.com website store. This software may
 * not be re-sold or re-distributed without written consent of PhreeSoft.
 * Please contact us for further information or clarification of you have
 * any questions.
 * 
 * DISCLAIMER
 * Do not edit or add to this file if you wish to automatically upgrade to 
 * a newer version in the future. If you wish to customize this module, you
 * do so at your own risk, PhreeSoft will not support this extension if it
 * has been modified from its original content.
 *
 * @author     Dave Premo, PhreeSoft <support@phreesoft.com>
 * @copyright  2008-2026, PhreeSoft, Inc.
 * @license    PhreeSoft Proprietary
 * @version    7.x Last Update: 2020-09-05
 * @filesource /EXTENSION_PATH/ifWalmart/admin.php
 */

1. Download the Walmart template
2. Open with excel or Apple Numbers, save as .csv file. This will create several files. The two required files are:
   `Template.csv` and `Data Definitions.csv`
3. Create folder in /ext/ifWalmart/source named after the template 'formal tag name', i.e. ConsumerElectronics
4. Copy csv files into created folder.
5. Edit the Data Definitions.csv file with a spreadsheet program and duplicate grouped definitions so they can be 
   parsed properly. i.e bullet_point1 - bullet_point5 needs to become 5 identical lines with the field names:
     - bullet_point1
     - bullet_point2
     - bullet_point3
     - bullet_point4
     - bullet_point5
   So the parser will load the information help windows as they are mapped to the Template.csv file.
 