

tedbooks
Members-
Content count
164 -
Joined
-
Last visited
-
Days Won
4
tedbooks last won the day on September 29 2012
tedbooks had the most liked content!
Profile Information
-
Real Name
ted books
- Website
-
Guest reacted to a post in a topic: [Contribution] osc2ebay - oscommerce to ebay synchronization
-
bruyndoncx reacted to a post in a topic: [Contribution] osc2ebay - oscommerce to ebay synchronization
-
-
[Contribution] osc2ebay - oscommerce to ebay synchronization
tedbooks replied to hozone's topic in General Add-Ons Support
@@clippers No this would open a new can of worms. as you have to use the variations in eBay. i have no experience with how these variations works in eBay and even how Qtpro works . since Qtpro is not part of the Osc then it might create conflicts which i assume it would. i would think that each attributes should become a variation. then when a variation is sold it has to be deducted from inventory. but to implement that logic means some major changes in the ebay2osc files. can u explain how you list these item in ebay yourself? or if you can give me a link to one of your items on ebay -
-
[Contribution] osc2ebay - oscommerce to ebay synchronization
tedbooks replied to hozone's topic in General Add-Ons Support
i have used it with 2..3.1. with the basic necessary modification . I have also developed a complete ebay management tools for the admin section based on this addon, which i am testing now. it can do almost everything. add feedback, answer emails, adding eBay orders to the shop and a lot more. almost everything that you can do from ebay. i will release it soon for testing -
[contribution] Osc Affiliate 3.1 for oscommerce 2.3.1
tedbooks replied to tedbooks's topic in General Add-Ons Support
as soon as it is approved i will add the language file. and fix the install instruction for the box -
-
[contribution] Osc Affiliate 3.1 for oscommerce 2.3.1
tedbooks replied to tedbooks's topic in General Add-Ons Support
@@mrdecoder please let me know if everything works -
[contribution] Osc Affiliate 3.1 for oscommerce 2.3.1
tedbooks replied to tedbooks's topic in General Add-Ons Support
i have uploaded it to my google document but i do not know if i can post a link to it or not. i have asked a moderator but no response yet! -
'link' => (FILENAME_PRODUCTS_MULTI) ),
-
[Contribution] osc2ebay - oscommerce to ebay synchronization
tedbooks replied to hozone's topic in General Add-Ons Support
you must have an ebaystore and it must have categories -
[Contribution] osc2ebay - oscommerce to ebay synchronization
tedbooks replied to hozone's topic in General Add-Ons Support
@@ilosc6316 you should uncomment the two lines in the file to see where and what the error is. // print "Request:<br>".ebay_formatxmlstring($client->__getLastRequest())."<br><br>"; //print "Response:<br>".ebay_formatxmlstring($client->__getLastResponse())."<br><br>"; -
[Contribution] osc2ebay - oscommerce to ebay synchronization
tedbooks replied to hozone's topic in General Add-Ons Support
glad i could help. i wonder if the ebay categories "not ebay store " works for you. i think iam having a little problem with it, as far as parents id being correct. -
[Contribution] osc2ebay - oscommerce to ebay synchronization
tedbooks replied to hozone's topic in General Add-Ons Support
http://developer.ebay.com/devzone/xml/docs/Reference/eBay/types/ShippingServiceCodeType.html you must use the correct code for shipping. i think that was the error that you posted -
[Contribution] osc2ebay - oscommerce to ebay synchronization
tedbooks replied to hozone's topic in General Add-Ons Support
are the shipping method correct for your ebay? -
[Contribution] osc2ebay - oscommerce to ebay synchronization
tedbooks replied to hozone's topic in General Add-Ons Support
no store category in ebay or no ebay store try adding a category to ebay_categoriesstore table or comment out these lines in ebay_addproducts.php // 'Storefront' => array( // 'StoreCategory2ID' => $StoreCategoryID, // 'StoreCategoryID' => $StoreCategoryID // ), -
[Contribution] osc2ebay - oscommerce to ebay synchronization
tedbooks replied to hozone's topic in General Add-Ons Support
it is probably because you have no store category. maybe!! just add something in the data base and see if it works. suggestion for Hozone a- ability to add an item as auction b-ability to deal with the sale from the store like feedback adding tracking number and so on c-ability to limit the categories in ebay_addproducts.php it might be done by adding a drop down of primary categories in the beginning like the attributes. this is one great addon and i really am loving it. thank you -
stephens210180 reacted to a post in a topic: [Contribution] osc2ebay - oscommerce to ebay synchronization
-
stephens210180 reacted to a post in a topic: [Contribution] osc2ebay - oscommerce to ebay synchronization
-
stephens210180 reacted to a post in a topic: [Contribution] osc2ebay - oscommerce to ebay synchronization
-
[Contribution] osc2ebay - oscommerce to ebay synchronization
tedbooks replied to hozone's topic in General Add-Ons Support
I have come a long way in getting rid of stupid issues i was having with installation of this wonderful addon. now i am having two issues 1-although categories are downloaded from ebay and entered in the db table. it does not show in the categories drop down form. 2-when i want to add an item i get the following error Response: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <soapenv:Fault> <faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Server</faultcode> <faultstring>Input data is invalid.</faultstring> <faultactor>http://www.ebay.com/ws/websvc/eBayAPI</faultactor> <detail> <FaultDetail> <ErrorCode>37</ErrorCode> <Severity>Error</Severity> <DetailedMessage>Input data for tag <Item.Site> is invalid or missing. Please check API documentation.</DetailedMessage> </FaultDetail> </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>