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

Auction Lister Pro (ALP) Support

Views: 95,811

Results 201 to 220 of 374
15 Nov 2007, 12:57 AM
#201
lankeeyankee avatar

lankeeyankee

Totally Zenned

Join Date:
Jan 2007
Posts:
1,514
Plugin Contributions:
1

Auction Lister Pro (ALP) Support

Hi David,

Thanks for this great mod! I installed it and it works great! For some reason, though, the ebay.config file was completely commented out and thus none of the key adn token settings stuck. This was easy to fix by uncommenteing and adding the correct info and re-uploading. I listed my first auction with only a minor hitch of the image file default showing http:/ instead of http:// which is no biggie to manually change until I figure out which file to modify. :smile:

My hat is off to you for creating such a big app on your first go!! I am impressed and encouraged to keep learning as much as I can so that I too can contribute.

My question is about ebay Stores, I didn't see an option to list my items in my store and just wanted to make sure that I wasn't missing anything. If it's currently not available is it a matter of making it an extra option to go with the other sale types in the dropdown box or is there more to it to make it list in an ebay store? Is this something that you plan on including in a future version? The vast majority of my items go in my ebay store.

If you need a tester for the next release I am more than happy to help out in any way that I can. I'm good at breaking things. :D And I will help do whatever my meager skills will allow, even if it's just proofing or helping to write the docs, or whatever. Just let me know, you can pm me if you want to get into more details.

Thanks again!!

Matt

16 Nov 2007, 12:27 AM
#202
maxrisc avatar

maxrisc

Zen Follower

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

Re: Auction Lister Pro (ALP) Support

Thanks Matt,

By default eBay will assign all of your auction items to category "Other" on your store if you have one.

In order to make store support work fully, there would need to be a mapping between your Zen Cart store category and your eBay stores category.

This of course would be best done with databases. It should be possible to pull all of your categories down into the database using GetStore and then manually matching those up to your categories in Zen. Another way it could be done is to match them up based on category names. This way you wouldn't have to fool with matching numbers. A simple select "candles" from both tables would be able to pull the category ID # you need for the eBay category.

Once you have the category ID number for your store on eBay you would simply assign that number to CategoryID and send it to the store with your information.

If you are learning PHP this is a good application to get your feet wet if you want to build something like this.

16 Nov 2007, 7:02 AM
#203
kevinwill avatar

kevinwill

New Zenner

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

Re: Auction Lister Pro (ALP) Support

Is anyone available to assist with setting up ALP? We have it installed and running, but an error* is still occurring.

Unfortunately, we're getting no response from the program's support personnel, and we'd like to get the program operational soon, so if you know an independent developer who's able to assist (or if you're running it successfully and willing to help), please contact me.

  • The following error occurs when attempting to select a category. FYI, the list was apparently imported correctly with ~25,000(?) items added.

Get Categories
Fatal error: Call to undefined method EbatNs_ResponseError::getCategoryVersion() in .../public_html/alp/getCategoriesSQL.php on line 65

Kevin

16 Nov 2007, 3:46 PM
#204
kevinwill avatar

kevinwill

New Zenner

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

Re: Auction Lister Pro (ALP) Support

Please disregard my earlier request for help. I was able to track down the problem and get the category list to display.

However, the **eBay Motors **categories do not appear in the list. Is that correct? If so, any idea when it might be remedied -- or is there a workaround?

Kevin

16 Nov 2007, 4:47 PM
#205
fatguyinaz avatar

fatguyinaz

Zen Follower

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

Re: Auction Lister Pro (ALP) Support

David,
What do the following represent:

**[ListingType] => Chinese

[PayPalEmailAddress] => [email protected]

[attributeValues] => Array

[MerchandizingPref] => OptIn
[SellerLevel] => None**

They are just a few I don't understand when I view one of the auctions. I'm just looking for basic descriptions for them, if you could.

Any ETA on when this program can be used Live?

Thank you,
Steve

17 Nov 2007, 3:09 AM
#206
supersnow avatar

supersnow

Zen Follower

Join Date:
Apr 2007
Location:
California, USA
Posts:
233
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

kevinwill:

Please disregard my earlier request for help. I was able to track down the problem and get the category list to display.

However, the **eBay Motors **categories do not appear in the list. Is that correct? If so, any idea when it might be remedied -- or is there a workaround?

Kevin

How did you get the list to display, because I am having the same problem

17 Nov 2007, 9:19 PM
#207
kevinwill avatar

kevinwill

New Zenner

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

Re: Auction Lister Pro (ALP) Support

supersnow:

How did you get the list to display, because I am having the same problem

I found it to be the Sandbox/Production setting on line 30 in /alp/includes/config/ebay.config.php.

It was set to 1 by default, and I simply changed it to 0.

Line 28: //Select Sandbox or production
Line 29: ;1 => sandbox, 0 => production
Line 30: app-mode = 0

Of course, if you're running in Sandbox, this probably won't help.

Kevin

18 Nov 2007, 3:36 AM
#208
supersnow avatar

supersnow

Zen Follower

Join Date:
Apr 2007
Location:
California, USA
Posts:
233
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

I have installed and got this to work - so great job for such a great mod. But maybe I have missed something. It doesn't give me the option to do Store inventory listings on Ebay and the longest duration is 10 days.

We have a Ebay store (just setup) and I was looking at the different listing options for stores and the description of store inventory is really what we want. But through the ALP I can't see how I can use this listing option.

**Store Inventory **You list your items at a set price, so buyers can purchase immediately (no bidding). These listings have longer durations with limited visibility compared to Online Auction and Fixed Price formats. - >

  • 30 days
  • Good 'Til Cancelled - Renews automatically every 30 days until the item sells or you end the listing. Insertion fees charged every 30 day period.

Can someone let me know is this something I have missed or is it just not available yet.

18 Nov 2007, 6:20 AM
#209
characterdriven avatar

characterdriven

New Zenner

Join Date:
Dec 2006
Location:
Vancouver Island, BC
Posts:
53
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

I'm getting this error after otherwise successful installation and eBay setup:

**1146 - Table '(database prefix)_alp.configuration' doesn't exist

select configuration_key as cfgKey, configuration_value as cfgValue from configuration

**Any suggestions to get this up and running?

19 Nov 2007, 4:21 AM
#210
whatsup avatar

whatsup

New Zenner

Join Date:
Sep 2007
Posts:
8
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

I have installed auction list pro and this is the erro im getting when i click on admin tools. how can I fix this

1146 - Table 'xxxxx_xxxxx.configuration' doesn't exist

select configuration_key as cfgKey, configuration_value as cfgValue from configuration

[TEP STOP]

Thanks:huh:

19 Nov 2007, 4:35 AM
#211
whatsup avatar

whatsup

New Zenner

Join Date:
Sep 2007
Posts:
8
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

  1. Make sure you specify your shopping cart's database when it asks you for database info.

Could this be my problem to this error. I create a new database Info. Should I be using my zen cart database info

This is the error

1146 - Table 'linksu2_ebay.configuration' doesn't exist

select configuration_key as cfgKey, configuration_value as cfgValue from configuration

[TEP STOP]

Thanks For the help :D

19 Nov 2007, 3:13 PM
#212
lankeeyankee avatar

lankeeyankee

Totally Zenned

Join Date:
Jan 2007
Posts:
1,514
Plugin Contributions:
1

Re: Auction Lister Pro (ALP) Support

whatsup:

  1. Make sure you specify your shopping cart's database when it asks you for database info.

Could this be my problem to this error. I create a new database Info. Should I be using my zen cart database info

This is the error

1146 - Table 'linksu2_ebay.configuration' doesn't exist

select configuration_key as cfgKey, configuration_value as cfgValue from configuration

[TEP STOP]

Thanks For the help :D

To Fix this go to alp/includes/database_tables.php and change this...

// define the database table names used in the project
define('DB_PREFIX', ''); 

to this...

// define the database table names used in the project
define('DB_PREFIX', 'YOUR PREFIX'); 

YOUR PREFIX being whatever prefix you have assigned for your zen database, such as zen_

Matt

19 Nov 2007, 3:56 PM
#213
kate_1 avatar

kate_1

New Zenner

Join Date:
Aug 2007
Location:
UK
Posts:
47
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

I am looking for a way to list on ebay where my products are encased in a template which looks the same as my shop, ie, header, footer, left & right columns & same colours etc...

Will this mod do this or does it only populate the products?

Thankyou for any help!

19 Nov 2007, 4:06 PM
#214
maxrisc avatar

maxrisc

Zen Follower

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

Re: Auction Lister Pro (ALP) Support

Kate,

You can save your auction item templates for each product using this.

19 Nov 2007, 4:10 PM
#215
maxrisc avatar

maxrisc

Zen Follower

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

Re: Auction Lister Pro (ALP) Support

You should be using your cart's database not something else.

characterdriven:

I'm getting this error after otherwise successful installation and eBay setup:

**1146 - Table '(database prefix)_alp.configuration' doesn't exist

select configuration_key as cfgKey, configuration_value as cfgValue from configuration

**Any suggestions to get this up and running?

19 Nov 2007, 4:10 PM
#216
kate_1 avatar

kate_1

New Zenner

Join Date:
Aug 2007
Location:
UK
Posts:
47
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

maxrisc:

Kate,

You can save your auction item templates for each product using this.

So I will need to make a new tempate for each auction?

Or just one template which will work with all items?

(sorry for not understanding)

19 Nov 2007, 4:10 PM
#217
maxrisc avatar

maxrisc

Zen Follower

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

Re: Auction Lister Pro (ALP) Support

Use your shopping cart database not something else.

whatsup:

I have installed auction list pro and this is the erro im getting when i click on admin tools. how can I fix this

1146 - Table 'xxxxx_xxxxx.configuration' doesn't exist

select configuration_key as cfgKey, configuration_value as cfgValue from configuration

[TEP STOP]

Thanks:huh:

19 Nov 2007, 4:12 PM
#218
maxrisc avatar

maxrisc

Zen Follower

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

Re: Auction Lister Pro (ALP) Support

The way it works now you would need to create individual templates for each product. The technology does exist to do template wrappers (wrap your template around your item description) but I haven't gotten to that point.

---kate---:

So I will need to make a new tempate for each auction?

Or just one template which will work with all items?

(sorry for not understanding)

19 Nov 2007, 4:14 PM
#219
kate_1 avatar

kate_1

New Zenner

Join Date:
Aug 2007
Location:
UK
Posts:
47
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

Okay. Thankyou!

25 Nov 2007, 12:16 PM
#220
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

Hi,

I installed this module successfully on a test cart. I have a few question. Does ALP work similarly to eBay Turbo Lister? Do I have to relist my zencart products onto ALP and then to eBay? Can I bulk import my zencart products into ALP? Does it support eBay stores? Please advise. Thank you.