Today I released mambo-phpShop version 1.2 RC1. This is nearly the same version as pre-RC1, but

  • pdf-Output Support for browse & product details page has been added,
  • Custom Attributes hack has been built in.

This forced me to alter the database. Run this with phpmyadmin on your database:

ALTER TABLE `mos_pshop_product` ADD `custom_attribute` TEXT NOT NULL;
INSERT INTO `mos_pshop_function` VALUES ('', 8, 'shippingmethodSave', 'ps_shipping_method', 'save', '', 'admin,storeadmin');

 

The rest of Updating is as easy as always: just overwrite your existing files. Please refer to the changelog to see if the changes are important for you.