Patch for mambo-phpShop 1.2 stable-pl2
*************************************

About
--------
After having released the 1.2 stable-pl2 version of mambo-phpShop (which had fixed a lot of bugs),
Some new bugs have been found and fixed. 
This file brings you the latest versions of the files that have been changed.

Important Changes
-------------------

1. CSV Import/Export
  I have improved the CSV-Import/Export Module to fully support
  Product Attributes, Child Items and their Attribute Values.
  The Product Parent <-> Child Relationship with all Attributes will still be there
  after having exported and re-imported your Products.

  The two new CSV fields which hold the Attribute Names and their Values must be imported into your 
  Table mos_pshop_csv!
  Run this query on your database:
  ##################################
  INSERT INTO `mos_pshop_csv` VALUES
  ('', 'attributes', '', 24, 'N' ),  ('', 'attribute_values', '', 25, 'N' );
  ##################################
  
2. Template Files have moved
  The Template Files have all been moved into subdirectories
  of /html/templates
  Order Emails (e.g. email_english.html): New Folder is /html/templates/order_emails
  Browse Templates (e.g. browse_1.php): New folder is /html/templates/browse
  Product Details Templates (e.g. flypage.php): /html/templates/product_details
  Basket Templates (e.g. basket_b2b.php): /html/templates/basket
  
  Please move all your modified Templates to their correspondig folders after having updated!

For a detailled List of all Changes please look at the file
/administrator/components/com_phpshop/CHANGELOG.txt
in this Archive.

Installation
-------------

The Archive contains the same directory structure as your Mambo Site.
So all you have to do is browse to your Site (either via FTP or using mamboXplorer)
and upload the files to their locations.

If you have permission problems accessing the files on your site, please switch from using
FTP to using mamboXplorer (http://mamboforge.net/projects/mamboxplorer).



Thanks to all people who reported the bugs and especially to those who posted a fix to their Bug Report.
