Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted
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...

Posted

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!

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...