fenano Posted August 12, 2012 Share Posted August 12, 2012 Hi, I´m triying to import some products using the Import CSV function and I´m having a problem when trying to import features. I created some features and assigned some values PRIOR to the import, but when I import the file the features are imported as Customized instead of importing it as Pre defined. Does anyone know how to solve this issue? Thanks Link to comment Share on other sites More sharing options...
fenano Posted August 18, 2012 Author Share Posted August 18, 2012 Hi, It´s me again. I´ve been trying to solve this issue with no success. No one has this problem but me? Thanks Link to comment Share on other sites More sharing options...
rseigel Posted August 18, 2012 Share Posted August 18, 2012 Prestashop's import feature is a joke at best and will screw up your shop if you're not careful. Here's a much better option: http://prestashop-sync.com/ Link to comment Share on other sites More sharing options...
fenano Posted September 9, 2012 Author Share Posted September 9, 2012 Hi, I´ve been looking prestashop-sync and It seems that it doesn´t support 1.5 yet. Anyway, I would prefer not to use and external site to load my products. Do anyone know if it is posible to upload product features as predefined? Thanks Link to comment Share on other sites More sharing options...
saurabh84 Posted December 25, 2012 Share Posted December 25, 2012 Hi, Even I'm looking to import features as pre-defined value via CSV but they appear as custom value in Prestashop 1.5. HELP !!! Link to comment Share on other sites More sharing options...
Sippa Posted December 31, 2012 Share Posted December 31, 2012 try to set up the pre-defined value in admin (back-office) before you import the csv. Link to comment Share on other sites More sharing options...
fenano Posted January 13, 2013 Author Share Posted January 13, 2013 try to set up the pre-defined value in admin (back-office) before you import the csv. Hi Sippa, I´ve already done that, but it doesn´t work. Prestashop creates the feature as customized even it has a predefined feature created with the same name. Did you manage to load them as predefined? Thanks, Fenano Link to comment Share on other sites More sharing options...
badsanta Posted January 30, 2013 Share Posted January 30, 2013 Hi guys. Try do the following: 1. Run these queries against your database. It will removes all your custom features and links to products: delete from ps_feature_product where id_product in ( select * from (select fp.id_product from ps_feature_product fp left join ps_feature_value fv on fv.id_feature_value = fp.id_feature_value left join ps_feature_value_lang fvl on fv.id_feature_value = fvl.id_feature_value where custom =1) todelete); delete from ps_feature_value_lang where id_feature_value in (select * from (select fvl.id_feature_value from ps_feature_value_lang fvl left join ps_feature_value fv on fv.id_feature_value = fvl.id_feature_value where custom =1) todelete); delete from ps_feature_value where custom =1; 2. Predefine all the features and values. 3. Do the import. Let me know your result. Link to comment Share on other sites More sharing options...
Generaal Posted May 25, 2013 Share Posted May 25, 2013 Hello, I have The follow prob with importing features via cvs Products feature: Lenght:5.6:1 (in BO are that the right name and ID of this feature) They have to place the feature in the not pre configure field I supose. How can I fix this? V 5.4.1, default theme. Best Regards, Generaal Link to comment Share on other sites More sharing options...
seanloo Posted September 19, 2013 Share Posted September 19, 2013 Set pre-defined values first before import CSV:- BO > Catalog > Features > click "Add a new feature" button > add a feature name > click "Add new feature values" > add some feature values. Then, import your products csv. Make sure feature name and values in CSV file same as per above setting. Caution: There is a bug if your import product csv with pre-defined feature values. A or some feature values are missing if you edit product detail manually (even click "Save" without edit).\ Refer http://www.prestashop.com/forums/topic/252700-product-features-suddenly-missing-please-help/?view=findpost&p=1381733&hl=feature+value+missing Link to comment Share on other sites More sharing options...
Recommended Posts