-
Notifications
You must be signed in to change notification settings - Fork 32
EAN to ebay #27
Comments
Hello Poonc. what are those modifications ? marius |
just added some ean13 datas into arrays, i attached some patch files in Greets Dani --- /home/lenovo/Downloads/ebay-master/ebay.php
--- /home/lenovo/Downloads/ebay-master/classes/EbaySynchronizer.php
--- /home/lenovo/Downloads/ebay-master/ebay/api/AddFixedPriceItem.tpl {/if}+ {$ean13} --- /home/lenovo/Downloads/ebay-master/classes/EbayRequest.php
@@ -440,6 +441,7 @@
@@ -503,6 +505,7 @@
{* |
Hello Dani, thanks a lot. it is working fine. Yes the EAN it will be mandatory for all countries since 01.09 Thanks a lot |
hello again we have an issue with this version (ebay v1.11.0) do you have a multistore or a single store site? best regards |
This problem was also in older versions, see https://www.prestashop.com/forums/topic/396794-ebay-modul-kategorien-werden-nicht-angezeigt/ especially this solution: Quote Quote
After this, go in your database, table ps_ebay_store_category and change the type of data of ebay_category_id and ebay_parent_category_id from INT to VARCAR. In the table ps_ebay_store_category_configuration change the type of data of ebay_category_id from INT to VARCAR. |
Maybe first try to assign a ebay category, save and try again? Not sure Am 06.08.2015 um 12:01 schrieb Marius:
|
Hi, Currently I have around 150 ebay listings that have been sync'd from prestashop using version 1.1, also many of these have variations. I would like to know how do I install the Ebay_1.11._EAN_modded.zip ? Do I just overwrite the folder module/ebay or do I have to uninstall the current version and install the Ebay_1.11._EAN_modded.zip version. Will this have an impact on our current listings and will these continue to work. Any help regarding this would be very much appreciated. Many Thanks |
Hi there. Is there any progress on this issue? Without this issue fixed we are stuck now and cannot submit these products to Ebay :-( |
Hey, i made some modifications to submit EAN13 Number into ebay API!
The text was updated successfully, but these errors were encountered: