As announced some days ago, I have released a Patch for mambo-phpShop 1.2 stable now. This Patch addresses some bugs and issues with the component as well as with the modules (so update both!).
The most important part surely is the improvement of the XHTML compliance and accessibility of the component. Besides this the Product Types Extension has been fixed and improved, thanks to Zdenek Dvorak!
The performance of the whole component has been improved significantly: Less Queries and less Database Load.
You can download all necessary files from mamboforge.net or from this site.
Please note that the Component Archive only contains the english language file. Download the Language Pack for your localized version of the Language file (all these files are just too big). It contains all other Language Files.
Patch for mambo-phpShop 1.2 stable-pl3 (Updates from pl2 to pl3 - Patch Level 3)
COMPLETE PACKAGE |
UPDATE and Manual Installation Package
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!