goody974 Posted January 2, 2015 Share Posted January 2, 2015 (edited) Hi All Hope you all had a good New Year break! I've just returned from shutdown after updating the ebay module to 1.9.1 on the 23rd December to find that all ebay listings had changed to have a title of "ARRAY" (nothing else) and all images and links to css files had been changed to be escaped, so therefore werent showing up. for instance, the ratings image file is now referenced to <img src="\"http://domain.co.uk/modules/ebay/views/img/stats.png\"" alt="\"See\"" border="\"0\""> I've tried re-doing the template, and changed it directly in phpmyadmin, however it still goes over to ebay with the additional backslashes in and its throwing the template completely off. Any help would be appreciated. Edited January 2, 2015 by goody974 (see edit history) Link to comment Share on other sites More sharing options...
backamblock Posted January 2, 2015 Share Posted January 2, 2015 Hello, i have a similar problem, my ebay module does not send any links to css iles or <style> tags to the ebay website, its just text, was this better in the version before? Link to comment Share on other sites More sharing options...
ale75vi Posted January 2, 2015 Share Posted January 2, 2015 Also I have the exact same problem , I tried to change the template from the database, but after saving , ebay template returns wrong .. Link to comment Share on other sites More sharing options...
ale75vi Posted January 2, 2015 Share Posted January 2, 2015 (edited) this is the code <link rel="stylesheet" type="text/css" href="http://www.mysite.it/modules/ebay/css/ebay.css" /><table class=""ProductPrestashop"" border=""0"" cellspacing=""0"" cellpadding=""0""> <tbody> <tr class=""headerProductPrestashop""> <td class=""headerLeftProductPrestashop""><img src=""http://www.mysite.it////img/mysite-1410786086.jpg?1418499206"" alt=""mysite"" /></td> <td class=""headerCenterProductPrestashop"">{SLOGAN}</td> <td class=""headerRightProductPrestashop""><a href=""http://feedback.ebay.fr/ws/eBayISAPI.dll?ViewFeedback2&userid=%7BEBAY_IDENTIFIER%7D&sspagename=VIP:feedback&ftab=FeedbackAsSeller"">Guarda le nostre valutazioni <img src=""http://www.mysite.it/modules/ebay/img/stats.png"" alt=""Guarda" border=""0"" /></a><br /><a href=""http://my.ebay.fr/ws/eBayISAPI.dll?AcceptSavedSeller&sellerid=%7BEBAY_IDENTIFIER%7D&ssPageName=STRK:MEFS:ADDSTR"">Aggiungi questo negozio ai preferiti <img src=""http://www.mysite.it/modules/ebay/img/favorite.png"" alt=""Aggiungi" border=""0"" /></a><br /><br /><form action=""http://stores.ebay.fr/%7BEBAY_SHOP%7D/_i.html"" method=""get""><input class=""headerSearchProductPrestashop"" name=""_nkw"" type=""text"" value="""" /><input name=""_armrs"" type=""hidden"" value=""1"" /><input name=""_from"" type=""hidden"" value="""" /><input name=""_ipg"" type=""hidden"" value="""" /><input name=""_sasi"" type=""hidden"" value=""1"" /></form></td> </tr> <tr> <td class=""leftProductPrestashop""><br />{MAIN_IMAGE}<br /> {MEDIUM_IMAGE_1} {MEDIUM_IMAGE_2} {MEDIUM_IMAGE_3}<br clear=""left"" /><br /></td> <td class=""bodyProductPrestashop"" colspan=""2""><br /><br /><span class=""bodyNameProductPrestashop"">{PRODUCT_NAME}</span><br /><br /><span class=""bodyPriceProductPrestashop"">{PRODUCT_PRICE} {PRODUCT_PRICE_DISCOUNT}</span><br /><br /> Disponibilità: <strong>in magazzino</strong><br /><br /><br /><span class=""bodyDescriptionProductPrestashop"">{DESCRIPTION}</span></td> </tr> <tr class=""footerProductPrestashop""> <td colspan=""3""> </td> </tr> </tbody> </table> Edited January 2, 2015 by ale75vi (see edit history) Link to comment Share on other sites More sharing options...
ale75vi Posted January 2, 2015 Share Posted January 2, 2015 I found many " that should not exist Link to comment Share on other sites More sharing options...
backamblock Posted January 2, 2015 Share Posted January 2, 2015 (edited) Hey guys, i found some kind of solution. i downloaded the old ebay 1.8.2 and the newest updated 1.9.1/1.9.2 from github https://github.com/thoma202/ebay/archive/master.zip https://github.com/thoma202/ebay/archive/release/1.9.1.zip 1. extract these zips into their folder (rightclick --> 7zip/winzip/winrar -->extract to /*) 2. then open your ftp program (filezilla works fine for me), connect to your server and go to (prestashop-directory)/modules/ebay 3. now you copy ALL files from the ebay-master-folder (from the master.zip) to the modules/ebay folder ---> overwrite the files on the server? YES! 4. now you copy ALL files from the ebay-1.9.1 folder (1.9.1.zip) to the modules/ebay folder ---> overwrite the files on the server? YES! 5. now you got to your server, modules/ebay and you wil see the 2 files: ".gitignore" and ".gitmodules" and delete them 6. close ftp, go to admin panel, log out, CTRL+F5 to delete cache, log in and enjoy.. 7. do not update this module over the admin panel, it could be that it wont work anymore. you have now ebay 1.8.2 with the new categories and settings from ebay and a few security updates (maybe), but without the "auto correction of template due to ebay restrictions" as they called it in the changelog best regards, i hope it helps ! Like if it works edit// links for changelogs and other info https://github.com/thoma202/ebay/tree/master https://github.com/thoma202/ebay/tree/release/1.9.1 Edited January 2, 2015 by backamblock (see edit history) Link to comment Share on other sites More sharing options...
backamblock Posted January 2, 2015 Share Posted January 2, 2015 (edited) I found many " that should not exist as i found out, they built in a "auto correction for template" that causes the template to fail tried to get it work for the last 30 hours, downgrade as described in my other post is the only way until now edit// but there are several spaces between links and so on as well.. when you upload your template in the sql-db, DONT edit it from the backoffice, or it will be destroyed i use brackets free html editor, it is from adobe and works good with live preview and so on, and it marks you tabs you didnt close in your code and dude, there is an edit button just under your post, you can hit it and let the thread stay clean Edited January 2, 2015 by backamblock (see edit history) Link to comment Share on other sites More sharing options...
ale75vi Posted January 4, 2015 Share Posted January 4, 2015 as i found out, they built in a "auto correction for template" that causes the template to fail tried to get it work for the last 30 hours, downgrade as described in my other post is the only way until now edit// but there are several spaces between links and so on as well.. when you upload your template in the sql-db, DONT edit it from the backoffice, or it will be destroyed i use brackets free html editor, it is from adobe and works good with live preview and so on, and it marks you tabs you didnt close in your code and dude, there is an edit button just under your post, you can hit it and let the thread stay clean hi blackamblock, I tried your procedure , but does not work . I copied and replaced before the " master " then 1.9.1 and deleted the two files ... is right ?? 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