sonictrip.net Posted October 12, 2006 Posted October 12, 2006 So, ive got Easy Populate working properly except for one little thing (theres always one) Im able to download the full catalogue as a text file. But when i upload the exact same file back up to the server, everything seems fine until i check a product that has an image link in it. The image links, which only happen in the product description, seem to be given the following format: http://www.bwear.ie/catalog/%22images/pSep...-150x150.jpg%22 Notice the %22 around the part of the url that is in the description, the html looks like this: src="images/pSeppFleece2Tone-150x150.jpg" So, its replacing the quotes with %22 instead. I have checked the easy_populate.php file for the replacing quotes part, and it looks like so: $replace_quotes = false; So, why is it still replacing the quotes? Even though its only the html version of the quote that its replacing it with, how would i change that in the easy_populate.php file? The downloaded file, when viewed in Excel, still has the normal proper quotes "" around the url. It seems to only change them to %22 when the file is uploaded again, so its the uploading process thats changing them. Any ideas, anyone? Thank you Quote
sonictrip.net Posted October 13, 2006 Author Posted October 13, 2006 So, ive got Easy Populate working properly except for one little thing (theres always one) Im able to download the full catalogue as a text file. But when i upload the exact same file back up to the server, everything seems fine until i check a product that has an image link in it. The image links, which only happen in the product description, seem to be given the following format: http://www.bwear.ie/catalog/%22images/pSep...-150x150.jpg%22 Notice the %22 around the part of the url that is in the description, the html looks like this: src="images/pSeppFleece2Tone-150x150.jpg" So, its replacing the quotes with %22 instead. I have checked the easy_populate.php file for the replacing quotes part, and it looks like so: $replace_quotes = false; So, why is it still replacing the quotes? Even though its only the html version of the quote that its replacing it with, how would i change that in the easy_populate.php file? The downloaded file, when viewed in Excel, still has the normal proper quotes "" around the url. It seems to only change them to %22 when the file is uploaded again, so its the uploading process thats changing them. Any ideas, anyone? Thank you ::BUMP:: This forum has gone so quiet compared to how it used to be... Quote
sonictrip.net Posted October 18, 2006 Author Posted October 18, 2006 Ok, doing a find and replace on all " quotes " worked, but it means i lose the quotes after sizes of clothes etc. so instead of 12" 14" 16" etc. it just reads 12 14 16 Ah sure it'll do! 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.