Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tedbooks

Pioneers
  • Posts

    164
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by tedbooks

  1. @@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
  2. 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
  3. as soon as it is approved i will add the language file. and fix the install instruction for the box
  4. 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!
  5. @@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>";
  6. 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.
  7. 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
  8. 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 // ),
  9. 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
  10. 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>
  11. ok the problem was that SoapClient was not installed. but i still do not get anything. i can not even get the categories to update
  12. i forgot to mention that i am trying to use this with 2.3.1 simple changes were made so the page display correctly.
  13. i am getting Fatal error: Class 'SoapClient' not found in /var/www/vhosts/.../httpdocs/osc/catalog/ebay_common.php on line 237 when try to add a product in admin section
  14. let me understand you if i may. you do not want to collect any information from the customer like shipping address or billing address? you do not want to keep track of the customers?
  15. sorry about the delay in posting the addon. the size of this addon is big so it requires approval
  16. i have made changes to this contribution to be compatible to OSC2.3. no changes to the database or the functionality is made. just to be able to use it with 2.3.1 this needs some testing to make sure it works. so please report any problems here
  17. i have not been around for a long time, but i am testing to see if i can upgrade my store. i just installed your contribution and i am having a problem. my left and right columns are not showing up., any idea as to what is happening. also in the old fec checkout when a guest would register an @ would be added to the beginning of his email address so he could not login.
  18. i have three different login pages on my site. so i just wanted to upgrade to 1.1 manually. i used a diff program to see the changes. the problem is that after the third false login it does not reset and show the login fields after 3 minutes. i noticed process column in the db gets empty. also i noticed that fail column starts at 2 for the first failed login.
  19. thank you jack i am not sure if it is acting correctly or not. when i click the first update i get Delete Reference File Delete the reference file and create a new one. 58 mismatches were found. Run the script manually or see the email for the actual mismatches. and when i immediatly click the second update. i get Run Sitemonitor. Reference file is not deleted. 58 mismatches were found. Run the script manually or see the email for the actual mismatches. and i get the time mismatch email messages. i just want to make sure it is working correctly notice the date of the timestamp. 01 01 1970 00:00:00 Time Mismatch on temp/5-esteralla.csv Last Changed on Thursday, 01 Jan 1970 00:00:00 GMT it seems that the time is not being set. it looks as it is time 0
  20. http://www.oscommerce.com/community/contributions,3541 or gift voucher
  21. i have an issue with my csv files from easypopulate. they show time mismatch Time Mismatch on temp/5-esteralla.csv Last Changed on Thursday, 01 Jan 1970 00:00:00 GMT i have almost solved all my issues with this great contribution and would appreciate any help to solve this issue.
×
×
  • Create New...