Zen Cart Logo
Forums / All Other Contributions/Addons / Auction Lister Pro (ALP) Support

Auction Lister Pro (ALP) Support

Views: 95,811

Results 261 to 280 of 374
15 Mar 2008, 5:25 AM
#261
maxrisc avatar

maxrisc

Zen Follower

Join Date:
Mar 2007
Location:
Houston
Posts:
246
Plugin Contributions:
1

Auction Lister Pro (ALP) Support

Before you put this into production mode did you go into your eBay developer acocunt and set it up for self certification?

90002 Error means that it doesn't recognize your username, password, SOAP credentials (encrypted username and password), or eBay token or any combo of those.

There are two types of tokens that eBay issues. One of those is a SOAP token. The other is a "REST" token. Common error in tokens and authentication is that sometimes people grab the REST token when they need the one that appears right above that line in their eBay dev screen.

Invalid headers is just a general response that is secondary to the messages.

If you've set it up in production mode through your eBay panel and you are sure that your credentials and token are correct you may need to drop eBay a line and ask them to look into it as I can't verify your credentials.

Let me know what you find out.

27 Mar 2008, 5:23 AM
#262
w2e avatar

w2e

Zen Follower

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

Re: Auction Lister Pro (ALP) Support

Is your code for setting up a checkout page (using zen cart shopping cart) in eBay listings?

i am looking for checkout page or shopping cart for my site http://www.jitbid.com to facilitate transactions between sellers and buyers. i wonder if your code can be applied for my purpose with minimal modification? I already have bulk upload (speed lister) function. I just need the shopping cart that sellers can use in their ads.

Thanks

28 Mar 2008, 8:00 PM
#263
kay6284 avatar

kay6284

New Zenner

Join Date:
Aug 2006
Posts:
37
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

I have ALP installed and everything seems to be working alright. The only error I'm getting is when I try to list an item on ebay. The error reads "You cannot use the eBay scheduling feature. In order to submit a scheduled listing you need to have a credit card on file with eBay". I have a credit card on file with eBay so I don't understand why i'm getting this error.

Do I need to keep the sandbox keys in the ebay.config.php file after I change to production mode?

kay6284

28 Mar 2008, 8:21 PM
#264
kay6284 avatar

kay6284

New Zenner

Join Date:
Aug 2006
Posts:
37
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

kay6284:

I have ALP installed and everything seems to be working alright. The only error I'm getting is when I try to list an item on ebay. The error reads "You cannot use the eBay scheduling feature. In order to submit a scheduled listing you need to have a credit card on file with eBay". I have a credit card on file with eBay so I don't understand why i'm getting this error.

Do I need to keep the sandbox keys in the ebay.config.php file after I change to production mode?

kay6284

ok...I tried listing an auction without putting a date on it and it listed successfully on eBay. What do I need to do to get ALP to list for a future date?

30 Mar 2008, 7:39 PM
#265
darktowerhobbies avatar

darktowerhobbies

New Zenner

Join Date:
Jan 2008
Posts:
83
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

Ok I just downloaded the newest verion from the downloads section. I am unable to find installation instrucions and the documentationfolder appears empty. Any help?

31 Mar 2008, 7:18 PM
#266
vgration avatar

vgration

New Zenner

Join Date:
Feb 2008
Posts:
10
Plugin Contributions:
1

Re: Auction Lister Pro (ALP) Support

so when will the next version be coming out?

1 Apr 2008, 7:18 PM
#267
dharma avatar

dharma

Totally Zenned

Join Date:
Nov 2006
Posts:
505
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

I need a way accept payments from ebay (ebay item(s) and amount). Is there a Auction Lister Lite Available? For just eBay Checkout via ZC?

5 Apr 2008, 11:33 PM
#268
darktowerhobbies avatar

darktowerhobbies

New Zenner

Join Date:
Jan 2008
Posts:
83
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

I so love when your questions get blown off

18 Apr 2008, 4:32 AM
#269
webskipper avatar

webskipper

Totally Zenned

Join Date:
Nov 2007
Location:
USA
Posts:
876
Plugin Contributions:
2

Re: Auction Lister Pro (ALP) Support

So is ALP ready for ZEN?

21 Apr 2008, 12:52 PM
#270
raquelann avatar

raquelann

New Zenner

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

Re: Auction Lister Pro (ALP) Support

David,

I am very much a newbie at al this, so please bear with me if I ask silly quetions that may seem obvious to others. I have completed the setup, managing to get my keys etc and complete the setup process. FYI, I use eBay Australia(15). After installing, and getting the Configuration Successfull message, I clicked on the Administration Tool Button and got this:
**1146 - Table 'pet5079_zc1.pet5079_configuration' doesn't exist

select configuration_key as cfgKey, configuration_value as cfgValue from pet5079_configuration

[TEP STOP]**
I have also changed the db prefix as in #**65**.
Please help me...
Raquel

21 Apr 2008, 8:12 PM
#271
webskipper avatar

webskipper

Totally Zenned

Join Date:
Nov 2007
Location:
USA
Posts:
876
Plugin Contributions:
2

Re: Auction Lister Pro (ALP) Support

Ooo... not good.

I'd go back and use the zc_install and redo the whole install. It is not that hard.

This time DO NOT rename your tables zc1.

1146 - Table 'pet5079_zc1.pet5079_configuration' doesn't exist because the system cannot find it.

Check your 2 config files (catalog/includes and admin/includes/) and see if the zc1 reference is there.

22 Apr 2008, 3:42 AM
#272
raquelann avatar

raquelann

New Zenner

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

Re: Auction Lister Pro (ALP) Support

Ok, I did that and somehow lost my ability to log into my Zencart store - fixed that by replacing original zc1 database and passwords etc.
So I am back with the same error. I did reinstall ALP and changed how I entered the database but still the same error when I click on administration tool. The error is just not as complex and as long as before.

**1146 - Table 'pet5079_zc1.configuration' doesn't exist

select configuration_key as cfgKey, configuration_value as cfgValue from configuration

[TEP STOP]

**Is there a way of manually setting up this configuration table? And if so, what variables do I need to enter to set it up correctly; and where do I do it?
pet5079_zc1 is the database for my zen shop.
Please help me - I want to get my stock back into eBay - but the thought of manually relisting the hundreds of items makes me ill - this program would make my life so much easier.

Thanks
Raquel

22 Apr 2008, 3:45 AM
#273
raquelann avatar

raquelann

New Zenner

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

Re: Auction Lister Pro (ALP) Support

Sorry, forgot to add, while following the steps you provided I did look at my two config files; but the one that you said to check at catalog/includes wasn't there - no config file. The other one was and all db parameters were correct according to what I had set for the ALP parameters.

22 Apr 2008, 5:22 AM
#274
webskipper avatar

webskipper

Totally Zenned

Join Date:
Nov 2007
Location:
USA
Posts:
876
Plugin Contributions:
2

Re: Auction Lister Pro (ALP) Support

It is named dist-configure.php rename to configure.php

Check over the Zen Install for the troubleshooting guide. It's good.

Did you do a search for Error 1146? A lot of the 1146 solutions are similar regardless of what follows the 1146.

It is looking for a table called pet5079_zc1.configuration Do you see it in your MyPhp Admin?

Check that you installed ALP correctly OR Uninstall ALP for now. See what the results are.

24 Apr 2008, 5:49 PM
#275
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

Is there an Uninstall feature for ALP? I would like to start fresh at some time in the near future. At this time I would like to remove all the ALP from my database. I realize I could do it manually but I figured it would be a lot easier if there was an SQL statement I could run from within Zen's Admin that would remove all the ALP info for me.

If anyone has any info that would be great.

Thank you

25 Apr 2008, 5:16 PM
#276
vgration avatar

vgration

New Zenner

Join Date:
Feb 2008
Posts:
10
Plugin Contributions:
1

Re: Auction Lister Pro (ALP) Support

is this thing still in development. I haven't seen a new one in awhile, nor have i seen any posts on his site so far this year. I like the concept but i am waiting till it has eBay checkout capabilities.

26 Apr 2008, 6:00 AM
#277
maxrisc avatar

maxrisc

Zen Follower

Join Date:
Mar 2007
Location:
Houston
Posts:
246
Plugin Contributions:
1

Re: Auction Lister Pro (ALP) Support

The project isn't dead. I've been busting my ######## on other projects and just have very little time at the moment to code on it.

I am in the process of writing web services for ALP so it can handle checkout redirect for carts.

28 Apr 2008, 6:46 AM
#278
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

I was hoping somebody had an uninstall for the tables added to the database? David, do you have this? I am not giving up on this contribution but I would like to remove it from my current store and then add it to another store I use.

28 Apr 2008, 1:53 PM
#279
vgration avatar

vgration

New Zenner

Join Date:
Feb 2008
Posts:
10
Plugin Contributions:
1

Re: Auction Lister Pro (ALP) Support

cool sounds great, i am looking forward to the next release then.

28 Apr 2008, 9:02 PM
#280
vgration avatar

vgration

New Zenner

Join Date:
Feb 2008
Posts:
10
Plugin Contributions:
1

Re: Auction Lister Pro (ALP) Support

how do i fix Fatal error: Call to undefined function: gettransactionarray() in /home/collinse/public_html/alp/functions/auction_list_helper.php on line 110