Guest Posted February 20, 2004 Share Posted February 20, 2004 Hello, probably someone could give me advice how I activate EP for ex- nd importing data for Image modded versions. I see in easypopulate.php some comments and I wonder if I do everything right or if there has to be done more then just around 3 places to un-comment. Especially one part is not clear to me: '$v_products_image',"; // unmcomment these lines if you are running the image mods /* $query .= . $v_products_mimage . '", "' . $v_products_bimage . '", "' . $v_products_subimage1 . '", "' . $v_products_bsubimage1 . '", "' . $v_products_subimage2 . '", "' . $v_products_bsubimage2 . '", "' . $v_products_subimage3 . '", "' . $v_products_bsubimage3 . '", "' */ $query .=" '$v_products_model', '$v_products_price', '$v_db_status', CURRENT_TIMESTAMP, $v_date_added, $v_date_avail, '$v_tax_class_id', '$v_products_weight', '$v_products_quantity', '$v_manufacturer_id') "; if I just un-comment the part as described then I get a parser error at row 1681 wich is that one with the "new" un-commented query. Please help me - I am really getting some frustration-seconds. Thanks Kai Link to comment Share on other sites More sharing options...
Guest Posted February 20, 2004 Share Posted February 20, 2004 i did it differently, find where the first image is called, ie $default_these = array( 'v_products_image', 'v_categories_id', 'v_products_price', 'v_products_quantity', 'v_products_weight', 'v_dvd_star', 'v_dvd_director', 'v_dvd_release_date', 'v_dvd_type', 'v_dvd_features', 'v_dvd_studio', 'v_dvd_categories', 'v_dvd_movie_length', 'v_dvd_also_available', 'v_products_bimage', 'v_products_subimage1', 'v_products_bsubimage1', 'v_products_subimage2', 'v_products_bsubimage2', 'v_products_subimage3', 'v_products_bsubimage3', 'v_products_subimage4', 'v_products_bsubimage4', 'v_products_subimage5', 'v_products_bsubimage5', 'v_products_subimage6', 'v_products_bsubimage6', 'v_date_avail', 'v_instock', 'v_tax_class_title', 'v_manufacturers_name', 'v_manufacturers_id', 'v_products_dim_type', 'v_products_length', 'v_products_width', 'v_products_height' ); this is mine, and search through the EP file and where ever u want or whatever u want to add, follow the code and add it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.