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 61 to 80 of 216
15 Sep 2007, 3:51 AM
#61
numinix avatar

numinix

Totally Zenned

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

eBay Turbo Lister 2.0 Exporter Support Thread

If you have set Auction Site Attributes to TRUE, then you must have it installed as well. You can find this separate contribution on my website.

15 Sep 2007, 12:44 PM
#62
2004g35 avatar

2004g35

Zen Follower

Join Date:
Jan 2005
Location:
Winter Haven, FL
Posts:
156
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

I had seen that message before on one of the posts. My attributes were/are set to 'false'. I am using the sql prefix of zen_ . Does that affect the operation of your mod? If so, advise what needs to be changed. Thanks

15 Sep 2007, 11:40 PM
#63
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

In catalog/ebay.php

Replace line 315 with:

     $output["Category 1"] = (EBAY_ASA == true ? product_category($products->fields['products_ebay'], 1) : '');
16 Sep 2007, 1:00 AM
#64
2004g35 avatar

2004g35

Zen Follower

Join Date:
Jan 2005
Location:
Winter Haven, FL
Posts:
156
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

I did the replace as you suggested - still get the exact same error. this occurs on my test store and on my live store - same error. This is a clean install on both stores - it was not an upgrade.

16 Sep 2007, 4:54 AM
#65
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

Try v0.97.

16 Sep 2007, 8:21 PM
#66
2004g35 avatar

2004g35

Zen Follower

Join Date:
Jan 2005
Location:
Winter Haven, FL
Posts:
156
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

I did that also - no change - I have not installed your attribute mod, however, I have the setting at 'false' in the E-bay turbo lister config section.

16 Sep 2007, 11:08 PM
#67
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

2004g35:

I did that also - no change - I have not installed your attribute mod, however, I have the setting at 'false' in the E-bay turbo lister config section.

Try this:

ln 302:

 
if (EBAY_ASA == true) {
      $phrases = explode(",", $products->fields['products_phrases']);
      $subtitle = ShortenText($phrases["0"], 55);
}
16 Sep 2007, 11:45 PM
#68
2004g35 avatar

2004g35

Zen Follower

Join Date:
Jan 2005
Location:
Winter Haven, FL
Posts:
156
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

Nope - no change. I am open to any suggestions that you have. Thanks

17 Sep 2007, 12:34 AM
#69
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

Workaround

in your SQL, add this:

ALTER TABLE products ADD products_ebay varchar(32) NULL default NULL after products_model;

If you do install ASA later on, which you should if you're going to use this contribution, then you'll receive an error message that that line was skipped during the SQL patch. Which is nothing to worry about.

17 Sep 2007, 12:47 AM
#70
2004g35 avatar

2004g35

Zen Follower

Join Date:
Jan 2005
Location:
Winter Haven, FL
Posts:
156
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

is this a separate install sql patch or does it get added to the one in 0.9.7?
If it gets added to the existing sql file - where does it get added. Thanks.

17 Sep 2007, 12:50 AM
#71
2004g35 avatar

2004g35

Zen Follower

Join Date:
Jan 2005
Location:
Winter Haven, FL
Posts:
156
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

Forgot to mention - the Windows Live product mod works just fine.

17 Sep 2007, 2:23 AM
#72
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

Just run the zen cart install sql patches and copy and paste that one line.

22 Sep 2007, 9:33 PM
#73
nullmind avatar

nullmind

Zen Follower

Join Date:
Jul 2007
Posts:
129
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

Hi

I installed ASA and this Turbo Lister exporter

but now when I go to a product in the Admin Cp I get

Parse error: syntax error, unexpected '{' in collect_info.php on line 106

any ideas ?

PS - If I remove that bracket I get

Parse error: syntax error, unexpected T_STRING in collect_info.php on line 107
22 Sep 2007, 9:44 PM
#74
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

There are more than one collect_info.php in ASA.

Which product_type are you referring to?

Also, the main product/collect_info.php doesn't have any missing brackets.

Please post the entire section of code as well.

22 Sep 2007, 10:34 PM
#75
nullmind avatar

nullmind

Zen Follower

Join Date:
Jul 2007
Posts:
129
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

oops

ok, it is

admin/includes/modules/product/collect_info.php

If I remove the following code, it works

        if (!defined(MODULE_ORDER_TOTAL_HANDLINGFEE_DESCRIPTIONS) {
                define('MODULE_ORDER_TOTAL_HANDLINGFEE_DESCRIPTIONS', 'none');
        }
22 Sep 2007, 10:35 PM
#76
nullmind avatar

nullmind

Zen Follower

Join Date:
Jul 2007
Posts:
129
Plugin Contributions:
0

Re: eBay Turbo Lister 2.0 Exporter Support Thread

one more thing

I have uploaded a test file to ebay turbo lister pro, when I runthe file I get

Line Number,Error Codes,Error Messages, Folder Name, Template Name
1,2191016,"Invalid product name.You have entered an invalid product name.",ImportFolder1,"X1CRT RTR .32"

did I do somthing wrong ? I try it with 17 products, they all gave the same error

22 Sep 2007, 11:09 PM
#77
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

NullMind:

oops

ok, it is

admin/includes/modules/product/collect_info.php

If I remove the following code, it works

    if (!defined(MODULE_ORDER_TOTAL_HANDLINGFEE_DESCRIPTIONS) {
            define('MODULE_ORDER_TOTAL_HANDLINGFEE_DESCRIPTIONS', 'none');
    }
 
 
This is a bug, I'm surprised it wasn't already reported.  replace ln 106 with:
 
```php
 if (!defined('MODULE_ORDER_TOTAL_HANDLINGFEE_DESCRIPTIONS')) {

As for your other problem, I have no clue, I've never received any error messages from Turbo Lister 2.0 Canadian Version or from the US version. Make sure you open an resave the file before importing with the program. There isn't any "uploading" involved.

29 Sep 2007, 10:25 PM
#78
calljj avatar

calljj

Zen Follower

Join Date:
Mar 2007
Posts:
253
Plugin Contributions:
2

Re: eBay Turbo Lister 2.0 Exporter Support Thread

Hi, I was going to give this mod a go but am stumbling at the first hurdle...can't even get the install patch to run, errors as below:

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 'true', 'false'),'), (NULL, 'Compress Feed File', 'EBAY_COMPRESS', 'false', 'Comp' at line 1
in:

??

29 Sep 2007, 10:48 PM
#79
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

Copy and paste to install SQL patches for ANY and ALL mods...

29 Sep 2007, 10:57 PM
#80
calljj avatar

calljj

Zen Follower

Join Date:
Mar 2007
Posts:
253
Plugin Contributions:
2

Re: eBay Turbo Lister 2.0 Exporter Support Thread

Ah ok. normally just click to upload.
Do I still need to install the patch, #5 as even when copy paste, i get error:

1062 Duplicate entry 'EBAY_ASA' for key 2
in: