GennosukeSama Posted March 1, 2020 Share Posted March 1, 2020 Hi! I'm using the latest Prestashop version (1.7) and still have found no way to import URLs as features of my products. I've seen workarounds that involve changing prestashop files but still would imply going to each product configuration screen and add the feature. So, my generic question is: how can we use csv bulk import for values containing ":" in fields where ":" is a separator character, like in "features (x:y:z)? Is there any way to change the importer to look for a different char, for example? That would be an easy solution... Thanks in advance! Mário Link to comment Share on other sites More sharing options...
tomerg3 Posted March 2, 2020 Share Posted March 2, 2020 I would think the easiest solution would be to replace : with a different character that does not break the import (like ; ), and after the import is complete, run a replace query on the DB table and switch is back to : Link to comment Share on other sites More sharing options...
GennosukeSama Posted March 2, 2020 Author Share Posted March 2, 2020 Thanks. That could be a possible yet not nice workaround. I've gone around the problem by including the hyperlinks directly in the product description, where html is fully supported. Still, would be great to be able to have hyperlinks as features. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now