Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default eBid Exporter - Support Thread

    v0.90 EBID EXPORTER

    Creates a CSV file for import into eBid.

    Please sign-up using the link contained in Tools->eBid Exporter

    Follow the readme.txt for instructions on how to use this script, especially the NOTES section.

    The CSV file cannot be imported directly into eBid, it must be resaved as a Tab Delimited file using Excel or another CSV editor.

  2. #2
    Join Date
    Apr 2007
    Location
    Tampa, Florida
    Posts
    180
    Plugin Contributions
    0

    Default Re: eBid Exporter - Support Thread

    I'm getting the following error when trying to create the export file:

    1054 Unknown column 'p.products_ebid' in 'field list'
    in:
    [SELECT p.products_id, p.products_model, p.products_weight, pd.products_name, pd.products_description, p.products_image, p.products_tax_class_id, p.products_price_sorter, GREATEST(p.products_date_added, IFNULL(p.products_last_modified, 0), IFNULL(p.products_date_available, 0)) AS base_date, m.manufacturers_name, p.products_quantity, pt.type_handler, s.specials_new_products_price, s.expires_date, p.products_ebid, p.products_condition, p.products_sh_na, p.products_sh_eu, p.products_sh_as, p.products_sh_au, pc.categories_id FROM products p LEFT JOIN manufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN products_description pd ON (p.products_id = pd.products_id) LEFT JOIN product_types pt ON (p.products_type=pt.type_id) LEFT JOIN specials s ON (s.products_id = p.products_id) LEFT JOIN products_to_categories pc ON (pc.products_id = p.products_id) WHERE p.products_status = 1 AND p.product_is_call = 0 AND p.product_is_free = 0 AND pd.language_id = 1 ORDER BY p.products_id ASC]

  3. #3
    Join Date
    May 2005
    Location
    England
    Posts
    626
    Plugin Contributions
    0

    Default Re: eBid Exporter - Support Thread

    Hello there

    I'm not getting this error, have you uploaded the SQL file at all?

  4. #4
    Join Date
    Apr 2007
    Location
    Tampa, Florida
    Posts
    180
    Plugin Contributions
    0

    Default Re: eBid Exporter - Support Thread

    I pasted the SQL, and it ran without any errors. I also uploaded the files again, and ran the SQL again, just to make sure.
    I still get the same error.
    Any ideas?

  5. #5
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: eBid Exporter - Support Thread

    Please install Auction Site Attributes which is required for this script. In fact, ASA was originally created for the eBid script which has many required attributes that aren't normally found in zen cart.

  6. #6
    Join Date
    Apr 2007
    Location
    Tampa, Florida
    Posts
    180
    Plugin Contributions
    0

    Default Re: eBid Exporter - Support Thread

    I'll install ASA. I thought the readme file said that if that was not installed that configuring it under Tools, Configuration was all that was needed.
    This may fix another problem I'm having with two MOD's I have installed. One of which is UPC/IBSN, and MAP Pricing.
    I'll get ASA installed and let you know what happens.
    Thanks.

  7. #7
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: eBid Exporter - Support Thread

    ASA overwrites UPC/ISBN. I'll correct the SQL error in the next release for those who do not install ASA. But, like I said before, this script is useless without ASA installed.

  8. #8
    Join Date
    Apr 2007
    Location
    Tampa, Florida
    Posts
    180
    Plugin Contributions
    0

    Default Re: eBid Exporter - Support Thread

    Because I wasn't sure what would happen because I have MAP Pricing installed I installed ASA, and Ebid Exporter on another store and all went well except one statement in the SQL I had to change a parameter. The error msg said it was too large and limited to 255, so I changed it and it was O.K.
    I then installed it on the the store that has MAP installed, and I didn't have to change the parameter in the SQL. That may be because the two stores are on different hosts. Anyway the ebid exporter works fine, but I don't have MAP anymore. I think I'll only have to replace "Update_Products.php" and everything should go back to normal.

  9. #9
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: eBid Exporter - Support Thread

    Quote Originally Posted by gxjenkins View Post
    Because I wasn't sure what would happen because I have MAP Pricing installed I installed ASA, and Ebid Exporter on another store and all went well except one statement in the SQL I had to change a parameter. The error msg said it was too large and limited to 255, so I changed it and it was O.K.
    I then installed it on the the store that has MAP installed, and I didn't have to change the parameter in the SQL. That may be because the two stores are on different hosts. Anyway the ebid exporter works fine, but I don't have MAP anymore. I think I'll only have to replace "Update_Products.php" and everything should go back to normal.
    Just merge the files as ASA uses a lot of core overwrites. Zen Cart currently doesn't support overrides from the admin but the development team will add this in future versions.

  10. #10
    Join Date
    Aug 2007
    Posts
    42
    Plugin Contributions
    0

    help question Re: eBid Exporter - Support Thread

    I am trying to use this contribution, but i don understand how to create the product feed, please i need some help. When I go to tools>ebid exporter i get this:

    eBid Exporter eBid Online Auctions USD

    OVERVIEW:

    This module automatically generates an eBid bulk file from your Zen Cart store.

    INSTRUCTIONS:

    STEP 1: Click [HERE] to create / update your product feed.

    NOTE: You may view your product feed before uploading to eBid.com.



    So when I click (HERE) this comes up:


    eBid Exporter v.0.90 29.08.2007 18:00 started 2007/10/06 12:35:02
    Feed file - /var/www/html/feed/ebid.csv
    Processing: Feed - Yes, Upload - No
    1054 Unknown column 'p.products_ebid' in 'field list'
    in:
    [SELECT p.products_id, p.products_model, p.products_weight, pd.products_name, pd.products_description, p.products_image, p.products_tax_class_id, p.products_price_sorter, GREATEST(p.products_date_added, IFNULL(p.products_last_modified, 0), IFNULL(p.products_date_available, 0)) AS base_date, m.manufacturers_name, p.products_quantity, pt.type_handler, s.specials_new_products_price, s.expires_date, p.products_ebid, p.products_condition, p.products_sh_na, p.products_sh_eu, p.products_sh_as, p.products_sh_au, pc.categories_id FROM products p LEFT JOIN manufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN products_description pd ON (p.products_id = pd.products_id) LEFT JOIN product_types pt ON (p.products_type=pt.type_id) LEFT JOIN specials s ON (s.products_id = p.products_id) LEFT JOIN products_to_categories pc ON (pc.products_id = p.products_id) WHERE p.products_status = 1 AND p.product_is_call = 0 AND p.product_is_free = 0 AND pd.language_id = 1 ORDER BY p.products_id ASC]



    I dont know what I have to do, I have been looking for an answer in the forum but nothing clear, please can you help.
    Thanks a mill.
    Noelia

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. JK Order Exporter - Support Thread
    By eVelt in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 26 Sep 2015, 07:06 AM
  2. eBay Turbo Lister 2.0 Exporter Support Thread
    By numinix in forum All Other Contributions/Addons
    Replies: 215
    Last Post: 8 Feb 2014, 06:03 AM
  3. Apsona CSV data exporter [support thread]
    By apsona in forum All Other Contributions/Addons
    Replies: 15
    Last Post: 21 Jun 2010, 04:03 PM
  4. Products/Categories URLs Exporter Support Thread
    By joshuayang in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 28 Mar 2010, 05:33 PM
  5. Amazon Exporter Support Thread
    By numinix in forum All Other Contributions/Addons
    Replies: 14
    Last Post: 10 Feb 2010, 12:41 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR