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

Auction Lister Pro (ALP) Support

Views: 95,811

Results 281 to 300 of 374
28 Apr 2008, 9:30 PM
#281
vgration avatar

vgration

New Zenner

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

Auction Lister Pro (ALP) Support

also getting Fatal error: Call to undefined function: getcategoryversion() in /home/collinse/public_html/alp/getCategoriesSQL2.php on line 65

when i try to select a cat

14 May 2008, 5:41 PM
#282
onesimpleman avatar

onesimpleman

New Zenner

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

Re: Auction Lister Pro (ALP) Support

Few errors here
Fatal error: Call to undefined method ebatNs_ResponseError::getTransactionArray() in functions/auction_list_helper.php on line 110

Fatal error: Call to undefined method EbatNs_ResponseError::getTransactionArray()

thank you

18 May 2008, 5:41 AM
#283
fatguyinaz avatar

fatguyinaz

Zen Follower

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

Re: Auction Lister Pro (ALP) Support

I guess I must have made David made or something with my request to get an Uninstall SQL file. That was not my intention as you should know since I have supported this project financially.

I don't need the Uninstall SQL now though. I just went ahead and removed the tables manually.

I will give this another try in the near future.

5 Jun 2008, 5:24 PM
#284
maxrisc avatar

maxrisc

Zen Follower

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

Re: Auction Lister Pro (ALP) Support

No I am not mad. I been swamped with tons of things happening lately personally and work related.

I am still supporting this project but I've turned my focus towards a complete rewrite of the software so I been MIA for a bit burning the midnight oil the past couple months. I do apologize if I offended any one with my brief absence.

So a status on where I am is probably in order here....

The "other" cart base I was using is just too damn broken to work well so I made a decision to ditch it instead of attempting a rewrite of the framework. God bless Chris and crew. What they are doing with ZC is good stuff. And I don't envy them. Make sure you guys buy them some coffee for sure.

I managed to hack in the world wide shipping options over the past couple of days and that seems to be working well with static/dynamic entries. I've got the shipping weight pulling from ZC as well. You have the choice of using what it pulls or setting up individual fields for domestic and/or international along with service methods. I need to finish writing those forms too. More on that later.

I think I've found a solution for the checkout redirect issue and the $7k eBay payment, which of course I don't have. I have some scripts that I can pull PayPal transactions directly and compare transaction numbers to closed auctions. I am planning on doing a data insert of this information into ZC so you don't have to manually track the orders via PayPal. This of course doesn't give you the upsell/cross sell directly but it does give you an email campaign manager so you can send out emails to your customers who bought product foo and maybe give them a coupon towards their next purchase.

As with the original osc interface form it's completely gone. Looking back on it, it was just horrible. In its place I now am using a Spry AJAX framework with tabbed panels and a nice clean and simple webby layout. Nothing too fancy and you only see the data you need to see on a single page. So far there is no scrolling for me.

What else? Grid views with paging (completed). Revise Auction, End Auction added. Motors support is in the database and in the works.

eBay Key manager is built in now. You should be able to enter your username on the Add User form and get a token from eBay with a click of a button.

I've also been writing documentation as I go and integrating it directly into the interface. If you need help you click the link and you get a small flyout explaining what goes where etc.

I've also whipped up a basic tinymce editor with image management. I decided against using eBay image server as I figured everyone here manages their images locally anyway and that is unlimited. Video support is on the books to be integrated with YouTube for those of you that would like to add a personal touch, example or product advertisements from your dealers showing the benefits and features etc.

I've looked into some auction design template options but to be honest I haven't gotten that far yet and I am more of a programmer than artist. It looks like a couple well placed DIVs will do the trick however and I can wrap the content for you automagically.

And probably the biggest change is that ALP now uses its own database so you don't have to change a single thing on your cart to use it.

Well that's enough for now. I gotta go finish some more forms and write some SQL.

Again I apologize if I ticked anyone off.

5 Jun 2008, 5:28 PM
#285
maxrisc avatar

maxrisc

Zen Follower

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

Re: Auction Lister Pro (ALP) Support

@vgration and onesimpleman

The error:

Fatal error: Call to undefined method ebatNs_ResponseError::getTransactionArray() in blah

Usually means there is a problem with your keys or token that you got from eBay. Check to make sure you are not using a REST token. If you are then you may want to head over to eBay and get a regular token and paste that in your "/alp/includes/config/token/my.token" file. Make sure there are no extra spaces on the end of that.

Also you might want to check your ebay.config file to make sure you don't have any extra spaces on the end of your keys. That could cause it to fail as well.

17 Jun 2008, 3:05 PM
#286
foteek avatar

foteek

New Zenner

Join Date:
May 2008
Posts:
50
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

maxrisc:

@vgration and onesimpleman

The error:

Fatal error: Call to undefined method ebatNs_ResponseError::getTransactionArray() in blah

> Usually means there is a problem with your keys or token that you got from eBay.  Check to make sure you are not using a REST token.  If you are then you may want to head over to eBay and get a regular token and paste that in your "/alp/includes/config/token/my.token" file.  Make sure there are no extra spaces on the end of that.
> 
> Also you might want to check your ebay.config file to make sure you don't have any extra spaces on the end of your keys.  That could cause it to fail as well.

Hi,
I seem to be having the same exact problem.  I checked my ebay.config file and my.token file, and they are both OK. I'm using the correct token string (although I tried both just to be sure) and it's not working.  The exact error is:

Fatal error: Call to undefined method EbatNs_ResponseError::getTransactionArray() in /home2/foteekco/public_html/<url>/alp/functions/auction_list_helper.php on line 110

Any further help is appreciated.  Thanks!

TJ
26 Jun 2008, 3:17 PM
#287
vgration avatar

vgration

New Zenner

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

Re: Auction Lister Pro (ALP) Support

maxrisc:

@vgration and onesimpleman

The error:

Fatal error: Call to undefined method ebatNs_ResponseError::getTransactionArray() in blah

> Usually means there is a problem with your keys or token that you got from eBay.  Check to make sure you are not using a REST token.  If you are then you may want to head over to eBay and get a regular token and paste that in your "/alp/includes/config/token/my.token" file.  Make sure there are no extra spaces on the end of that.
> 
> Also you might want to check your ebay.config file to make sure you don't have any extra spaces on the end of your keys.  That could cause it to fail as well.

Still dosent work.
Call to undefined method EbatNs_ResponseError::getTransactionArray() in /home/vgration/public_html/alp/functions/auction_list_helper.php on line 110

Guess i will just wait till you get the new one done.
3 Jul 2008, 10:09 AM
#288
burko avatar

burko

New Zenner

Join Date:
May 2008
Location:
Sydney
Posts:
17
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

This sounds like an awesome mod, will it work for ebay Australia?

7 Jul 2008, 5:26 AM
#289
djjase avatar

djjase

New Zenner

Join Date:
Jun 2008
Posts:
29
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

I gather this mod is no longer being worked on.

I got it installed and working except for the following:

(1) Fixed Price doesnt work - doesnt accept any Fixed Price
(2) Images still has http:/ which was hilighted as a bug many pages a go.
(3) It doesnt remember your choice - it goes back to default settings for Auction Type and Country.

This mod is so close to perfection yet seems to have been dropped which is ashame.

8 Jul 2008, 5:33 AM
#290
maxrisc avatar

maxrisc

Zen Follower

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

Re: Auction Lister Pro (ALP) Support

@burko

Yes it will work for Australia but you need to change the eBay ID and currency strings in auctions.php

@djjase

ZenCart partnered with Auction Blox many months ago and this forum seemed to go dead so I presume that's what most people are using. That's why I never bothered updating anything. Been working on some stuff for other carts since.

12 Jul 2008, 5:18 PM
#291
shoulders avatar

shoulders

New Zenner

Join Date:
Jul 2008
Posts:
71
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

this will be one of the best plugins for zen-cart.

I use e107 CMS for my main site which i have an ebay affiliate plugin. this is a great plugin , it needs changing from using to commision juction to ebaypartner network ( i am going to have a go).

Is it possible to add an affiliation section like this to your plugin (i know you are busy and dont expect it with the next release).

link to my site with ebay plugin (there is a menu item aswell)

link to the e107 plugin

hope this is of interest.

shoulders

13 Jul 2008, 10:21 AM
#292
creativewarrior avatar

creativewarrior

New Zenner

Join Date:
Jun 2008
Posts:
34
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

having problems when i go to select a category, i get this message:

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/eternall/public_html/alp/includes/EbatNs/EbatNs_Client.php on line 450

Fatal error: Call to undefined method EbatNs_ResponseError::getCategoryVersion() in /home/eternall/public_html/alp/getCategoriesSQL2.php on line 65

any ideas? anyone?

13 Jul 2008, 11:30 AM
#293
creativewarrior avatar

creativewarrior

New Zenner

Join Date:
Jun 2008
Posts:
34
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

ok the categories are now working but now i get this error when trying to send the auction details to ebay...

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/eternall/public_html/alp/includes/EbatNs/EbatNs_Client.php on line 450

Warning: Cannot modify header information - headers already sent by (output started at /home/eternall/public_html/alp/includes/EbatNs/EbatNs_Client.php:450) in /home/eternall/public_html/alp/includes/functions/general.php on line 49

13 Jul 2008, 11:45 AM
#294
creativewarrior avatar

creativewarrior

New Zenner

Join Date:
Jun 2008
Posts:
34
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

also strange but true - i get the curl opt error in other places but it seems to still be sending the details to my ebay account so i guess you could say its working, just not without errors!

13 Jul 2008, 11:47 AM
#295
creativewarrior avatar

creativewarrior

New Zenner

Join Date:
Jun 2008
Posts:
34
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

djjase:

(2) Images still has http:/ which was hilighted as a bug many pages a go.
(3) It doesnt remember your choice - it goes back to default settings for Auction Type and Country.

oh and has anyone resolved the missing / in the image url's - its very annoying

21 Jul 2008, 12:43 AM
#296
tbaquatics avatar

tbaquatics

New Zenner

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

Re: Auction Lister Pro (ALP) Support

The install never created the configuration database table. How can I get it created? Other tables were created.

21 Jul 2008, 4:35 PM
#297
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

creativewarrior:

having problems when i go to select a category, i get this message:

Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/eternall/public_html/alp/includes/EbatNs/EbatNs_Client.php on line 450

Fatal error: Call to undefined method EbatNs_ResponseError::getCategoryVersion() in /home/eternall/public_html/alp/getCategoriesSQL2.php on line 65

any ideas? anyone?

As the msg. tells us, the first one is a "Warning", not an error.
You should be able to turn OFF the Warning notice like so:

/home/eternall/public_html/alp/includes/EbatNs/EbatNs_Client.php

on line 450
curl_setopt( $ch, CURLOPT_FOLLOWLOCATION, 1 );

change to:
curl_setopt( $ch, CURLOPT_FOLLOWLOCATION, 0 );

The second part is an error and looks like mySQL related. Not sure what's up with that though.

21 Jul 2008, 4:51 PM
#298
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

creativewarrior:

oh and has anyone resolved the missing / in the image url's - its very annoying

If you are referring to post #245 of this thread, it was solved in post #248;

"All of my images are broken in alp. On Create or Save I get a "AUCTIONS_LIST_ERROR_PIC" error in the shaded red box."

"just need to adjust your /alp/includes/configure.php file to contain the correct information."

"Thanks, got it, "DIR_WS_HTTP_CATALOG" had dropped a slash (http:/)"

28 Jul 2008, 6:00 PM
#299
vgration avatar

vgration

New Zenner

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

Re: Auction Lister Pro (ALP) Support

i think auctionblox should be ashamed of itself. Their prices didn't change when eBay made there api access free. I switched to using Magento. Was a pain in the a** to set up but its pretty nice. Hopefully there will be an eBay integration there.

14 Aug 2008, 9:09 PM
#300
xt0rt avatar

xt0rt

Zen Follower

Join Date:
Sep 2005
Location:
The Internets
Posts:
179
Plugin Contributions:
0

Re: Auction Lister Pro (ALP) Support

I have this mod up and running, but when I click on 'Get Auction Info' all I see is this:

Fatal error: Call to undefined method EbatNs_ResponseError::getTransactionArray() in /home/weargcom/public_html/alp/functions/auction_list_helper.php on line 110

:frusty:

Any suggestions?

Also, since this mod is apparently no longer being worked on, would I just be better off using AuctionBlox?