I'm working on a hack and it's pretty much done.
Now, I'm having an issue with the upload of the product. It states the last line, which is
has
Quote:
XML Error: mismatched tag at Line 150
|
So what could be causing this? I went through all the tags in the file, and they all are opened and closed out.
here is my top product code
Quote:
<?xml version="1.0" encoding="ISO-8859-1"?>
<product productid="test123" active="1">
|
Thanks.