Guest Posted March 11, 2006 Posted March 11, 2006 Hi, I am trying to add Easy Populate to an existing (only just set up) catalog, but can't seem to download a file I can use. The headers look like this (as does the rest of the file. v_products_modelEP_DELIMITERv_products_imageEP_DELIMITERv_products_name_1EP_DELI MITERv_products_description_1EP_DELIMITERv_products_url_1EP_DELIMITERv_products_ priceEP_DELIMITERv_products_weightEP_DELIMITERv_date_availEP_DELIMITERv_date_add edEP_DELIMITERv_products_quantityEP_DELIMITERv_manufacturers_nameEP_DELIMITERv_t ax_class_titleEP_DELIMITERv_statusEP_DELIMITEEP_DELIMITEREOREOR easypopulate.php has this section at Line 33. global $separator; if (EP_DELIMITER == '\t') { $separator = "\t"; // oscommerce stores escaped delimeters in mySQL as a string and not an actual tab. } else { $separator = EP_DELIMITER; Should I edit this and what with? Regards, Graham Quote
Noy Posted March 16, 2006 Posted March 16, 2006 Same problem. Solutions? I'm just working on it... :thumbsup: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.