Zen Cart Logo
Forums / All Other Contributions/Addons / eBay Turbo Lister 2.0 Exporter Support Thread

eBay Turbo Lister 2.0 Exporter Support Thread

Views: 82,633

Results 141 to 160 of 216
25 Nov 2007, 1:24 PM
#141
taf avatar

taf

New Zenner

Join Date:
Jun 2007
Posts:
58
Plugin Contributions:
0

eBay Turbo Lister 2.0 Exporter Support Thread

taf:

Hi,

Been having the problem of getting the file to import into turbo lister. I haven't got excel to open and save the file so no luck there. Tried using Open office scalc and i just got a different error after saving the file when i tried to import it. I then tired opening and saving the file with plain old WordPad.

This seemed to do the trick, open the file with WordPad then save it and it will import into turbo lister.

I then compared these two files and the only difference seemed to be the carriage return type. WinMerge states: These files use different carriage return types.

Just thought I'd let people know what I found.

Think I've got a fix for this:

change line 645 in ebay.php from

$output = rtrim($output) . "\n";
```to

```php
$output = rtrim($output) . "\r\n";
```this seems to work for me and i can now import the file directly into turbo lister :clap:
25 Nov 2007, 4:00 PM
#142
taf avatar

taf

New Zenner

Join Date:
Jun 2007
Posts:
58
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

I have both:

Tax Table 1 Apply Tax 1
set but i am not seeing tax added to my prices in the csv file if i comment out the following if statement i see tax added.

if (!isset($tax_rate[(int)$products->fields['products_tax_class_id']])) {
29 Nov 2007, 4:14 PM
#143
judah avatar

judah

New Zenner

Join Date:
Nov 2007
Posts:
68
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

I upgraded to .99b and it exports great.(NO ERRORS)

Whenever I import to Turbo Lister, it asked for the fields I want to include and then say 0 items were imported successfully.

Anybody have any ideas?

3 Dec 2007, 7:16 PM
#144
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: eBay Turbo Lister 2.0 Exporter Support Thread

taf:

I have both:

Tax Table 1 Apply Tax 1
set but i am not seeing tax added to my prices in the csv file if i comment out the following if statement i see tax added.

if (!isset($tax_rate[(int)$products->fields['products_tax_class_id']])) {

 
Taf, can you try just removing the "!" and let me know.  Likewise, turn off your add tax setting and test again and make sure it no longer adds tax.
3 Dec 2007, 10:11 PM
#145
dennislv avatar

dennislv

New Zenner

Join Date:
Oct 2007
Posts:
6
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

dealbyethan.com:

This sounds strange because I did uninstall the old version and then installed the latest version. I didn't get any error. It looks like you didn't delete the tables properly. That's why when you tried and reinstalled it won't allow duplicate. Did you delete all the related files and run the uninstall sql file in Admin > Tools > Install sql patches? You might want to try manually deleting them in the phpmyadmin. Good luck.

I am having this identical problem. I am a first time installer, and not upgrading. You stated above that I should manually delete the records... Which records am I looking for?

Tnx!

6 Dec 2007, 4:19 AM
#146
tatiana avatar

tatiana

New Zenner

Join Date:
Jun 2006
Posts:
83
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

I tried to get this mod to work, couldn't. so i deleted everything i had uploaded and now my site is down and i get this message:

Warning: Variable passed to each() is not an array or object in /home/tkatanic/public_html/includes/classes/db/mysql/query_factory.php on line 112

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/tkatanic/public_html/includes/classes/db/mysql/query_factory.php:112) in /home/tkatanic/public_html/includes/functions/sessions.php on line 100

Warning: Cannot modify header information - headers already sent by (output started at /home/tkatanic/public_html/includes/classes/db/mysql/query_factory.php:112) in /home/tkatanic/public_html/includes/init_includes/init_templates.php on line 78

Someone help me! This is our busiest season!! :cry:

6 Dec 2007, 9:18 AM
#148
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: eBay Turbo Lister 2.0 Exporter Support Thread

Does the script now work after that fix?

Also, what was your original problem. You never posted any error except after you uninstalled.

Honestly, these are very simple scripts to install. usually it's the case of not uploading all of the files or not installing the sql file. There are no core overwrites.

6 Dec 2007, 2:31 PM
#149
tatiana avatar

tatiana

New Zenner

Join Date:
Jun 2006
Posts:
83
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

i was having the cache limiter problem, that threw all my headers and shopping cart off. my site was down, so i took off the mod. then found the solution (to clear the script cache) and didn't add it back on.

right now we're too busy on our retail site to deal with ebay anyway, but i will most likely add this on after the holidays. thanks for all your work developing it!

8 Dec 2007, 6:17 PM
#150
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: eBay Turbo Lister 2.0 Exporter Support Thread

taf:

Think I've got a fix for this:

change line 645 in ebay.php from

$output = rtrim($output) . "\n";

> 
> ```php
$output = rtrim($output) . "\r\n";
```this seems to work for me and i can now import the file directly into turbo lister :clap:

I have problem with the output file generated but the above fix doesn't work for me. I use ebay turbo lister exporter, yahoo product submit, google base and live product search. This is the only mod (eBay Turbo Lister) that I am having problem with the output.

My issues is the description field includes some strange character that I cannot simply find and replace. The character is a square box that is inserted into some description which causes Turbo Lister to not import. IF I manually delete the squares everything works.

I am wondering if there is away to strip the output of these squares, I am not sure if it's related to extra tabs or a return carriage problem as describes in previous post.

I am also not sure if this have anything to do with this:
```php
$output = rtrim($output) . "\r\n";
			/*if(strtolower(CHARSET) != 'utf-8')
				$output_buffer .= utf8_encode($output);
			else
				$output_buffer .= $output;*/

Our charset=iso-8859-1 so I am not sure if there is something that needs to be done different with the above code.

Please help as I do not want to go through 1,000s of description fields to manually delete the square boxes.

Thanks!

8 Dec 2007, 7:39 PM
#151
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: eBay Turbo Lister 2.0 Exporter Support Thread

Isaac,

You may have found something. Try removing the /* */ around that section and let me know if that changes anything. Your descriptions might look different, but at least they'll import.

8 Dec 2007, 7:51 PM
#152
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: eBay Turbo Lister 2.0 Exporter Support Thread

numinix:

Isaac,

You may have found something. Try removing the /* */ around that section and let me know if that changes anything. Your descriptions might look different, but at least they'll import.

Thanks Jeff for the prompt response. Removing this:```php
/if(strtolower(CHARSET) != 'utf-8')
$output_buffer .= utf8_encode($output);
else
$output_buffer .= $output;
/


Thanks!
8 Dec 2007, 8:56 PM
#153
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: eBay Turbo Lister 2.0 Exporter Support Thread

Don't remove the entire section, it's already commented out. Just remove the /* and the */ from the beginning and end and that portion of the code will become active again.

 
if(strtolower(CHARSET) != 'utf-8') 
  $output_buffer .= utf8_encode($output); 
else 
  $output_buffer .= $output;
9 Dec 2007, 7:24 AM
#154
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

numinix, can I do something like this with this mod:

On my site the product price is 9.99. S&H is 2.95
When list on Ebay, I want to list the price as .99, and S&H is 11.5 (just an example)

This is the way many ebayers do to:
!. Avoid the high charge from Ebay
2. Get higher ranking on search (ebay lists cheapest items first)

Maybe something like this: allow user to set desired price on ebay, the the S&H will be total - SH for example?
Or maybe just let the user set the desired SH and price, which would be applied for all products within a price range?
Regards,
yellow1912

10 Dec 2007, 3:13 AM
#155
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: eBay Turbo Lister 2.0 Exporter Support Thread

Hmm, I will add that option in a later version. However, I will say, use at your own risk as eBay does state that it will ban users if it finds that they are using inflated shipping rates to avoid fees.

The other thing is, does the eBay module even export shipping information? At this time I'm unsure if I have updated it to use Auction Site Attributes shipping rates. So, if you just set the FIXED_PRICE to be 0.99, then you can just manually add the shipping rates after.

I apologize that I am falling behind in updating a lot of the scripts with features I originally planned to include. The eBay script I believe is lacking in this the most because of the high number of attributes it supports. The problem is Turbo Lister II is not the greatest importer and in my sample files that I exported from Turbo Lister itself, it actually contained binary digits in some fields such as shipping... You can see this yourself by exporting a file from Turbo Lister.

11 Dec 2007, 6:06 PM
#156
batteryman avatar

batteryman

Zen Follower

Join Date:
Jul 2004
Location:
Las Vegas
Posts:
327
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

Hello Numinix,

I loaded your latest version ebay v1.0 and I still get the wierd errors and my site is no longer viewable. I really need to get this working and figure out what is causing this to happen.

I uploaded a image of what happens to my site when i load the mysql file.

Here are the errors i get.

Warning: Variable passed to each() is not an array or object in /home/batte9/public_html/includes/classes/db/mysql/query_factory.php on line 114

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/batte9/public_html/includes/classes/db/mysql/query_factory.php:114) in /home/batte9/public_html/includes/functions/sessions.php on line 108

Warning: Cannot modify header information - headers already sent by (output started at /home/batte9/public_html/includes/classes/db/mysql/query_factory.php:114) in /home/batte9/public_html/includes/init_includes/init_templates.php on line 78

1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-0, MAX_DISPLAY_PRODUCTS_NEW' at line 10
in:
[SELECT p.products_id, p.products_type, pd.products_name, p.products_image, p.products_price, p.products_tax_class_id, p.products_date_added, m.manufacturers_name, p.products_model, p.products_quantity, p.products_weight, p.product_is_call, p.product_is_always_free_shipping, p.products_qty_box_status FROM zen_products p LEFT JOIN zen_manufacturers m ON (p.manufacturers_id = m.manufacturers_id), zen_products_description pd WHERE p.products_status = 1 AND p.products_id = pd.products_id AND pd.language_id = 1 order by pd.products_name limit -0, MAX_DISPLAY_PRODUCTS_NEW]

I hope this sheds some light on the subject. If you want I can give you more information upon request.

Thank you

Just a side note: I can load all the files okay but when I upload the sql is when everything goes haywire.

http://zen-cart.com/forum/attachment.php?attachmentid=3032&d=1196823532

This is a screenshot of what happens when I load the sql.

11 Dec 2007, 6:14 PM
#157
batteryman avatar

batteryman

Zen Follower

Join Date:
Jul 2004
Location:
Las Vegas
Posts:
327
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

TATIANA:

I tried to get this mod to work, couldn't. so i deleted everything i had uploaded and now my site is down and i get this message:

Warning: Variable passed to each() is not an array or object in /home/tkatanic/public_html/includes/classes/db/mysql/query_factory.php on line 112

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/tkatanic/public_html/includes/classes/db/mysql/query_factory.php:112) in /home/tkatanic/public_html/includes/functions/sessions.php on line 100

Warning: Cannot modify header information - headers already sent by (output started at /home/tkatanic/public_html/includes/classes/db/mysql/query_factory.php:112) in /home/tkatanic/public_html/includes/init_includes/init_templates.php on line 78

Someone help me! This is our busiest season!! :cry:

TATIANA:

Looks like it was a cache issue. Here was the fix: http://www.zen-cart.com/forum/showthread.php?p=378357#post378357 :clap:

Hey Numinix, I believe me and Tatiana where having the same problem. So went to the thread and read up on the problem and ran there sqlatch there. Not sure exactly what it means or did. Sounds like it just clears out the cache.

Hey Tatiana, when you ran the sql patch from the thread you posted, did it fix your store again?

Avel

24 Dec 2007, 3:37 PM
#158
frenchfrog avatar

frenchfrog

New Zenner

Join Date:
Jan 2007
Posts:
65
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

Hi

I get the following error:

1054 Unknown column 'p.products_ebay' in 'field list'
in:

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_ebay, products_length, products_width, products_height, products_upc, products_weight_type, products_dim_type, products_phrases FROM wh_products p LEFT JOIN wh_manufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN wh_products_description pd ON (p.products_id = pd.products_id) LEFT JOIN wh_product_types pt ON (p.products_type=pt.type_id) LEFT JOIN wh_specials s ON (s.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]

anything missing in the sql file to add a field to the products table?

13 Jan 2008, 4:09 PM
#159
vmmeup avatar

vmmeup

New Zenner

Join Date:
Nov 2007
Posts:
58
Plugin Contributions:
1

Re: eBay Turbo Lister 2.0 Exporter Support Thread

Has anyone had success with the most recent version of this mod? I just downloaded it, configured it and exported a CSV file from it. When I try to import to TurboLister it will import about half of them and then fail. The ones that do get imported don't have the correct information in the correct field. Any suggestions?

Also just a note I can only export the data when I choose store mode (7). When I choose auciton mode I get the same error and the post above 1054 Unknown column 'p.products_ebay' in 'field list'in:

13 Jan 2008, 6:58 PM
#160
tatiana avatar

tatiana

New Zenner

Join Date:
Jun 2006
Posts:
83
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

I never got it to work, so i uninstalled it. :(