Wordpress e-Commerce 3.7.6.7 (HTK modified version) plugin setup guide. Variation pictures are uploaded into "uploads\wpsc\variation_images" directory (created automatically). Picture info is being held in database in table wp_wpsc_variation_values (created automatically). - Field: variation_picture - Type: varchar(150) Custom shop variation situated data tables are following: - Table: wp_custom_products - Field: id - Type: int(10) - Field: product - Type: varchar(50) - Field: type - Type: varchar(50) - Field: price - Type: varchar(10) - Table: wp_custom_variations - Field: id - Type: int(10) - Field: name - Type: varchar(50) - Field: code - Type: int(10) - Field: price - Type: varchar(10) - Field: picture - Type: varchar(150) - Table: wp_custom_variations_assoc - Field: id - Type: int(10) - Field: product_id - Type: int(10) - Field: variation_id - Type: int(10) - Table: wp_custom_measures - Field: id - Type: int(10) - Field: price - Type: varchar(10) - Field: measure - Type: varchar(20) - Table: wp_custom_measures_assoc - Field: id - Type: int(10) - Field: product_id - Type: int(10) - Field: measure_id - Type: int(10) To prevent issues with the webpage not working due to config etc issues, following things will need to look after: - build-product-standard.js - variable host on line 99 (probably need to delete /dreams) - query.php - variable $address on line 2 To make a working link into the shop, new page with template Build order must be made. dreams.sql is a databse with optimal data. Static product names and fields. Import this sql into your Dreamsbedlinen Wordpress database. Since we want to have a nice clean urls (and for custom shop to get working) we need to change permalinks structure to /%postname%/ in Wordpress admin. New variations are uploaded into wp-content\themes\twentyten\images\patterns Link to custom product building page is located in \wp-e-commerce\themes\default\cart_widget.php, on line 86 (probably need to change link address)