Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ebay auction manager for OSCOMMERCE


quicklyshop

Recommended Posts

Yeah i know I was just thinking out loud gotta stop doing that !! :D

 

I did have another idea though, and maybe someone can shoot me down with this one too. The uploading off products seems quite quick and easy, its the after sales we are having to manually do everything. So i was thinking along the following.

 

When you sell an item you get an email from [email protected] with the title "ebay - item purchase....." its different if you dont sell the item. Could you set this up so if an email comes through your server from that address and with that subject line. The info in the email, product name, final price, item url, winners name etc can all be made to alter the product price and create a final item page, maybe even going as far as creating an accoun with the usernames ebay username? And then send an email back to the winner with the item url etc?? Again just thinking out loud, is that possible or is it a lot of work?

 

regards

Paul

Link to comment
Share on other sites

  • Replies 636
  • Created
  • Last Reply

Top Posters In This Topic

Hey I just wanted to step in and say, that the ebay auction listing script posted by smitty1 works like a charm!!!

 

All I did was

 

copy and paste the code into a notepad file

change the username in the code

save it as ebay.php and upload it!

 

Then I made an about me page like smitty's and voila!!

 

http://gizmodrive.com/ebay.php

 

Too easy!!

 

Thanks smitty. this was exactly what I was looking for :)

Link to comment
Share on other sites

Hotnuts21,

Well I had a similar idea but along the lines of create a whole hidden category called E-Bay Items, then when auctioning an item, move it there from the regular db, then after listed, change item number to be the auction number. And update the price at auction's end manually.

 

I did think of parsing the e-mail but there are some inherent security issues with that as it would allow folks pretty much to change other prices and such.

Link to comment
Share on other sites

UPDATE

 

Hello everyone,

I have been working with Chris Burks at Aeon Interactive on his new version of his ebayphplist (version 1.1) and developing it for OSC. This version runs off of eBay?s search by seller feature so the ?about me? is not needed for this version. There are many new features to this version. I just submitted it as a contribution that can be found here:

 

http://www.oscommerce.com/community/contributions,1443

 

Make sure you read the README file first!

You can check out my sample at:

 

http://smittys.pointclark.net/auctions/cur...nt_auctions.php

 

The next step is too make a table in the database that will input the info every time the script is executed and one second after the auction closes. Any help would be appreciated.

 

Redhat?s off to the best Commerce solution ever!

Link to comment
Share on other sites

The problem is here

 

IF you look at the end it say FILENAME_CURRENT_AUCTIONS it should point to the page current_auctions.php

 

you have to add define FILENAME_CURRENT_AUCTIONS to the filenames.php file I cant remember the exact coding off the top of my head. Its quite simple to understand. Basically its something = current_auctions.php hope that makes sense.

Link to comment
Share on other sites

There never was a filenames.php file here before, not sure why.

 

So I did download the filenames.php from the contribution.

 

I put it in catalog/includes

Link to comment
Share on other sites

This one isn't working for me.

 

The FILENAME_CURRENT_AUCTIONS isn't defined anywhere and caused an error. I added the following line to the current_auctions.php file

 

define('FILENAME_CURRENT_AUCTIONS', 'current_auctions.php');

 

 

In the end I got it to come up, but none of my auctions are showing.

 

// Define our variables -----------------------------------------------------------------



define('FILENAME_CURRENT_AUCTIONS', 'current_auctions.php');



// Your Ebay Member Name 

$ebayid = "crossloop";



// Display Thumbnails?

$thumbs = "1";  // 1 = yes 0 = no



// Table Border Color

$table_border_color = "#FFFFFF";



// Table Header Row Color

$table_header_color = "#CCCCFF";



// Table Alt Color Row 1

$table_row1_color = "#FFFFFF";



// Table Alt Color Row 2

$table_row2_color = "#EFEFEF";



// Ebay uses Pacific time zone use this to add hours for your time zone

$timezone = "2";



// Display Ended Auctions (-1 = Current, 1 - 30 = Up to 30 Days in the past)

$since = "20";



//Sort By (Item Number = 1, Auction Start = 2, Auction End = 3, Current Price = 4, Newest First = 8,)

$sort = "8";



// Display how many per page - Set to a very high number like 999999 for all your listings

$limit = "25";



// End of our variables ---------------------------------------------------------------------



 require('includes/application_top.php');



 require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CURRENT_AUCTIONS);



 $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_CURRENT_AUCTIONS));

?>

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">

<html <?php echo HTML_PARAMS; ?>>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">

<title><?php echo TITLE; ?></title>

<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">

<link rel="stylesheet" type="text/css" href="stylesheet.css">

</head>

<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">

<!-- header //-->

<?php require(DIR_WS_INCLUDES . 'header.php'); ?>

<!-- header_eof //-->



<!-- body //-->

<table border="0" width="100%" cellspacing="3" cellpadding="3">

 <tr>

   <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">

<!-- left_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>

<!-- left_navigation_eof //-->

   </table></td>

<!-- body_text //-->

   <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">

     <tr>

       <td><table border="0" width="100%" cellspacing="0" cellpadding="0">

         <tr>

           <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

           <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_specials.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>

         </tr>

       </table></td>

     </tr>

     <tr>

       <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

     </tr>

     <tr>

       <td class="main">

<?php



// Start our border table

echo "	

<TABLE border="0" cellPadding="0" cellSpacing="0" width="100%">

<TR><TD bgcolor="$table_border_color"><TABLE border="0" cellPadding="2" cellSpacing="1" width="100%">

<TR>

<tr bgcolor="$table_header_color" valign="middle">

<td align="center" width="20%"><u><b><font size="1" face="Verdana, Arial, sans-serif" color="#0000FF">Item #</font></b></u></td>

<td align="center" width="20%"><u><b><font size="1" face="Verdana, Arial, sans-serif" color="#0000FF">Start Date</font></b></u></td>

<td align="center" width="20%"><u><b><font size="1" face="Verdana, Arial, sans-serif" color="#0000FF">End Date</font></b></u></td>

<td align="center" width="20%"><u><b><font size="1" face="Verdana, Arial, sans-serif" color="#0000FF">Time Left</font></b></u></td>

<td align="center" width="20%"><u><b><font size="1" face="Verdana, Arial, sans-serif" color="#0000FF">Current Price</font></b></u></td>

<td align="center" width="20%"><u><b><font size="1" face="Verdana, Arial, sans-serif" color="#0000FF">High Bidder</font></b></u></td>

</TR>	

";





// Build the ebay url	

$URL = "http://cgi6.ebay.com/ws/eBayISAPI.dll?MfcISAPICommand=ViewListedItems&userid=crossloop&since=$since&sort=$sort&rows=0"; 



// Where to Start grabbing and where to End grabbing

$Start = "Seller,";

$End = "</p><SCRIPT SRC="http://include.ebay.com/aw/pics/js/stats/ss.js"></SCRIPT><SCRIPT SRC="http://include.ebay.com/aw/pics/js/stats/ss2.js"></SCRIPT><p>";



// Open the file

$file = fopen("$URL", "r");



// Read the file

// $r = file_get_contents($URL);               // If this line does not work coment it(//) and then uncoment the line below

// $r = fread($file, 80000);



// Grab just the contents we want

$stuff = eregi("$Start(.*)$End", $r, $content);



// Get rid of some rubbish we don't need.

// And set things up to be split into lines and items.



$content[1] = ereg_replace("</a><table border="1" cellpadding="3".*</td><br></tr>","",$content[1]);

$content[1] = ereg_replace("<tr bgcolor="#CCCCFF">.*High Bidder / Status","",$content[1]);

$content[1] = ereg_replace("<tr bgcolor="#CCCCFF">.*High Bidder / Status","",$content[1]);

$content[1] = str_replace("</table>", "", $content[1]);

$content[1] = str_replace("</th>", "", $content[1]);

$content[1] = str_replace("rn", "", $content[1]);

$content[1] = str_replace("n", "", $content[1]);

$content[1] = str_replace("r", "", $content[1]);

$content[1] = str_replace("<td align="center">", "", $content[1]);

$content[1] = str_replace("<td>", "", $content[1]);

$content[1] = str_replace("<td align="right">", "", $content[1]);

$content[1] = str_replace("<font color="">", "", $content[1]);

$content[1] = str_replace("</font>", "", $content[1]);

$content[1] = str_replace("<tr bgcolor="#ffffff">", "", $content[1]);

$content[1] = str_replace("<tr bgcolor="#efefef">", "", $content[1]);

$content[1] = str_replace("<tr bgcolor="#efefef">", "", $content[1]);

$content[1] = str_replace("</td>", "[ITEMS]", $content[1]);

$content[1] = str_replace("</tr>", "[LINES]n", $content[1]);





// Line used during debug

// echo "<hr>$content[1]<br><br> <hr>";





// Close the file

fclose($file);



$stuff = $content[1];



// Build our first array for EOF

$items = explode("[LINES]",$stuff);



// Loop through our lines



$count = "0";



foreach ($items as $listing) {

// Break apart each line into individual items



list($Item,$Start,$End,$Price,$Title,$HighBidder ) = explode("[ITEMS]",$listing);



// We want to get rid of the (*) from the High Bidder

$HighBidder = str_replace("(*)" , "" , $HighBidder);



//Use a countdown to get Time Left

//We need to break apart End and convert the months to numbers

$seperate = split('[- :]', $End);



$seperate[0] = str_replace("Jan", "1", $seperate[0]);

$seperate[0] = str_replace("Feb", "2", $seperate[0]);

$seperate[0] = str_replace("Mar", "3", $seperate[0]);

$seperate[0] = str_replace("Apr", "4", $seperate[0]);

$seperate[0] = str_replace("May", "5", $seperate[0]);

$seperate[0] = str_replace("Jun", "6", $seperate[0]);

$seperate[0] = str_replace("Jul", "7", $seperate[0]);

$seperate[0] = str_replace("Aug", "8", $seperate[0]);

$seperate[0] = str_replace("Sep", "9", $seperate[0]);

$seperate[0] = str_replace("Oct", "10", $seperate[0]);

$seperate[0] = str_replace("Nov", "11", $seperate[0]);

$seperate[0] = str_replace("Dec", "12", $seperate[0]);



  	 $month = $seperate[0];

  	 $day = $seperate[1];

  	 $year = $seperate[2];

  	 $hour = $seperate[3]+$timezone; 

  	 $minute = $seperate[4];

$second = $seperate[5];



// mktime is the marked time, and time() is the current time. 

$target = mktime($hour,$minute,$second,$month,$day,$year); 

$diff = $target - time(); 



$days = ($diff - ($diff % 86400)) / 86400; 

$diff = $diff - ($days * 86400); 

$hours = ($diff - ($diff % 3600)) / 3600; 

$diff = $diff - ($hours * 3600); 

$minutes = ($diff - ($diff % 60)) / 60; 

$diff = $diff - ($minutes * 60); 

$seconds = ($diff - ($diff % 1)) / 1; 



// next we put it into a presentable format

$Time_Left =  $days . "d" . " " . $hours . "h" . " " . $minutes . "m";



// and last we want to print auction ended when the auction has ended

if ($seconds <= 0) {

 $TimeLeft = "Auction Ended";

 }

else {

 $TimeLeft = $Time_Left;

 }



 // Make sure we have content to print out and print it

 if ($Start && $End && $Title && ($count < $limit)) {



	 $count++;



	 $colour = ( $colour == "$table_row1_color" ) ? "$table_row2_color" : "$table_row1_color"; 



   $line = "<TR><TD bgcolor="$colour">$Title</TD></TR>

      <TR><TD bgcolor="$colour" align="center">$Item</TD>

     <TD bgcolor="$colour">$Start</TD>

     <TD bgcolor="$colour">$End</TD>

     <TD bgcolor="$colour">$TimeLeft</TD>

     <TD bgcolor="$colour">$Price</TD>

     <TD bgcolor="$colour">$HighBidder</TD></TR>n";

                  	 



                   preg_match('/item=([^"&]*)/', $line, $match); 

  	 $itemnum=$match[1]; 





   // If Thumbnails are enabled show them

    if ($thumbs == 1) {

                echo "<tr bgcolor="$colour">

     <td align="left" colspan="6">

     <font face="Arial, sans-serif" size="2">

     <a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=$itemnum" target="_blank">$Title</a></font></td></tr>

     <TR><TD bgcolor="$colour" align="center"><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=$itemnum" target="_blank">

    	 <img src="http://thumbs.ebay.com/pict/$itemnum.jpg"></a><br><font face="Arial, sans-serif" size="2">$itemnum</font></TD>

     <TD bgcolor="$colour" align="center"><font face="Arial, sans-serif" size="2">$Start</font></TD>

     <TD bgcolor="$colour" align="center"><font face="Arial, sans-serif" size="2">$End</font></TD>

     <TD bgcolor="$colour" align="center"><font face="Arial, sans-serif" size="2" color="#FF0000">$TimeLeft</font></TD>

     <TD bgcolor="$colour" align="center"><b><font face="Arial, sans-serif" size="2" color="#339933">$Price</font></b></TD>

     <TD bgcolor="$colour" align="center"><font face="Arial, sans-serif" size="2">$HighBidder</font></TD></TR>n";

    }



   // Otherwise just show the Bid Now link

    else {

                echo "<tr bgcolor="$colour">

     <td align="left" colspan="6">

     <font face="Arial, sans-serif" size="2">

     <a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=$itemnum" target="_blank">$Title</a></font></td></tr>

     <TR><TD bgcolor="$colour" align="center"><font face="Arial, sans-serif" size="2">$itemnum</font></TD>

     <TD bgcolor="$colour" align="center"><font face="Arial, sans-serif" size="2">$Start</font></TD>

     <TD bgcolor="$colour" align="center"><font face="Arial, sans-serif" size="2">$End</font></TD>

     <TD bgcolor="$colour" align="center"><font face="Arial, sans-serif" size="2" color="#FF0000">$TimeLeft</font></TD>

     <TD bgcolor="$colour" align="center"><b><font face="Arial, sans-serif" size="2" color="#339933">$Price</font></b></TD>

     <TD bgcolor="$colour" align="center"><font face="Arial, sans-serif" size="2">$HighBidder</font></TD></TR>n";

    }







 }    



}



// Wrap up the border table

echo "</TABLE></td></tr> </table>";

echo "<TABLE border="0" cellPadding="2" cellSpacing="1" width="100%">

<tr bgcolor="$table_header_color" valign="middle">

<TD align="center"><font size="1" face="Verdana, Arial, sans-serif" color="#0000FF">

<b>Powered By: <a href="http://www.aeoninteractive.net" target="_blank">Aeon Interactive</a></b></font></td>

</tr> </table>";



?>

  </td>

     </tr>

     <tr>

       <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

     </tr>

     <tr>

       <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">

         <tr class="infoBoxContents">

           <td><table border="0" width="100%" cellspacing="0" cellpadding="2">

             <tr>

               <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>

               <td align="right"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td>

               <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>

             </tr>

           </table></td>

         </tr>

       </table></td>

     </tr>

   </table></td>

<!-- body_text_eof //-->

   <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">

<!-- right_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

<!-- right_navigation_eof //-->

   </table></td>

 </tr>

</table>

<!-- body_eof //-->



<!-- footer //-->

<?php require(DIR_WS_INCLUDES . 'footer.php'); ?>

<!-- footer_eof //-->

<br>

</body>

</html>

<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

Link to comment
Share on other sites

I added

 

define('FILENAME_CURRENT_AUCTIONS', 'current_auctions.php');

 

to the beginning of catalog/current_auctions.php and the auctions show and are accurate if I go to "http://www.coinwebstore.com/catalog/current_auctions.php"

 

I did have to set the time zone to "" even though I am in Ohio

I also set the ended auctions to "" because it had the times screwed up

 

but if I use the link from the info box I still get this in the URL address bar

 

http://www.coinwebstore.com/catalog/FILENA...URRENT_AUCTIONS can;t figure it out.

Link to comment
Share on other sites

I am getting the same error but when I put in the url I get this

 

Fatal error: Call to undefined function: file_get_contents() in /usr/local/psa/home/vhosts/okie-sales.com/httpdocs/catalog/current_auctions.php on line 146

Link to comment
Share on other sites

Here is my Boxes/ Information file.

 

Released under the GNU General Public License

*/

?>

<!-- information //-->

<tr>

<td>

<?php

$info_box_contents = array();

$info_box_contents[] = array('text' => BOX_HEADING_INFORMATION);

 

new infoBoxHeading($info_box_contents, false, false);

 

$info_box_contents = array();

$info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_CURRENT_AUCTIONS) . '">' . BOX_INFORMATION_CURRENT_AUCTIONS . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' .

'<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>');

 

 

new infoBox($info_box_contents);

?>

</td>

</tr>

<!-- information_eof //-->

 

Here is my filenames file.

 

<?php

/*

$Id: filenames.php,v 1.4 2003/06/11 17:38:00 hpdl Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2003 osCommerce

 

Released under the GNU General Public License

*/

 

// define the filenames used in the project

define('FILENAME_ACCOUNT', 'account.php');

define('FILENAME_ACCOUNT_EDIT', 'account_edit.php');

define('FILENAME_ACCOUNT_HISTORY', 'account_history.php');

define('FILENAME_ACCOUNT_HISTORY_INFO', 'account_history_info.php');

define('FILENAME_ACCOUNT_NEWSLETTERS', 'account_newsletters.php');

define('FILENAME_ACCOUNT_NOTIFICATIONS', 'account_notifications.php');

define('FILENAME_ACCOUNT_PASSWORD', 'account_password.php');

define('FILENAME_ADDRESS_BOOK', 'address_book.php');

define('FILENAME_ADDRESS_BOOK_PROCESS', 'address_book_process.php');

define('FILENAME_ADVANCED_SEARCH', 'advanced_search.php');

define('FILENAME_ADVANCED_SEARCH_RESULT', 'advanced_search_result.php');

define('FILENAME_ALSO_PURCHASED_PRODUCTS', 'also_purchased_products.php');

define('FILENAME_CHECKOUT_CONFIRMATION', 'checkout_confirmation.php');

define('FILENAME_CHECKOUT_PAYMENT', 'checkout_payment.php');

define('FILENAME_CHECKOUT_PAYMENT_ADDRESS', 'checkout_payment_address.php');

define('FILENAME_CHECKOUT_PROCESS', 'checkout_process.php');

define('FILENAME_CHECKOUT_SHIPPING', 'checkout_shipping.php');

define('FILENAME_CHECKOUT_SHIPPING_ADDRESS', 'checkout_shipping_address.php');

define('FILENAME_CHECKOUT_SUCCESS', 'checkout_success.php');

define('FILENAME_CONTACT_US', 'contact_us.php');

define('FILENAME_CONDITIONS', 'conditions.php');

define('FILENAME_COOKIE_USAGE', 'cookie_usage.php');

define('FILENAME_CREATE_ACCOUNT', 'create_account.php');

define('FILENAME_CREATE_ACCOUNT_SUCCESS', 'create_account_success.php');

define('FILENAME_CURRENT_AUCTIONS', 'current_auctions.php');

define('FILENAME_DEFAULT', 'index.php');

define('FILENAME_DOWNLOAD', 'download.php');

define('FILENAME_INFO_SHOPPING_CART', 'info_shopping_cart.php');

define('FILENAME_LOGIN', 'login.php');

define('FILENAME_LOGOFF', 'logoff.php');

define('FILENAME_NEW_PRODUCTS', 'new_products.php');

define('FILENAME_PASSWORD_FORGOTTEN', 'password_forgotten.php');

define('FILENAME_POPUP_IMAGE', 'popup_image.php');

define('FILENAME_POPUP_SEARCH_HELP', 'popup_search_help.php');

define('FILENAME_PRIVACY', 'privacy.php');

define('FILENAME_PRODUCT_INFO', 'product_info.php');

define('FILENAME_PRODUCT_LISTING', 'product_listing.php');

define('FILENAME_PRODUCT_REVIEWS', 'product_reviews.php');

define('FILENAME_PRODUCT_REVIEWS_INFO', 'product_reviews_info.php');

define('FILENAME_PRODUCT_REVIEWS_WRITE', 'product_reviews_write.php');

define('FILENAME_PRODUCTS_NEW', 'products_new.php');

define('FILENAME_REDIRECT', 'redirect.php');

define('FILENAME_REVIEWS', 'reviews.php');

define('FILENAME_SHIPPING', 'shipping.php');

define('FILENAME_SHOPPING_CART', 'shopping_cart.php');

define('FILENAME_SPECIALS', 'specials.php');

define('FILENAME_SSL_CHECK', 'ssl_check.php');

define('FILENAME_TELL_A_FRIEND', 'tell_a_friend.php');

define('FILENAME_UPCOMING_PRODUCTS', 'upcoming_products.php');

?>

I don't see why the auctions link doesn't work.???

Link to comment
Share on other sites

Ive noticed that if you manually enter the url and go to it then mouse over the auction link it shows the correct file name in the address bar. However if you go back to the main page and mouse over the link it shows catalog/FILENAME_CURRENT_AUCTIONS

Link to comment
Share on other sites

Hello,

 

Sorry about that. I designed this around Oscommerce-2.2ms2. For some reason the readme format came out a little strange. I have updated it and it can be found at:

 

http://www.oscommerce.com/community/contributions,1443

 

okie are you using Oscommerce-2.2ms2? If not you just need to add the filenames line in ../catalog/includes/application_top.php. You see application_top is a big file and in the new version of OSC it is split up.

 

I know this script works I just deleted OSC from my webserver, reinstalled, and then installed the package.

 

Hope this helps....

 

Imagine The Power Of Open-Source

Link to comment
Share on other sites

Thanks for the compliment if you like that one then you should check out the new one. Also I just wanted to point out, You may want to be a little careful how you use the word "eBay" on you website. The people at ebay may get a little upset.

 

http://www.oscommerce.com/community/contributions,1443

 

Hey I just wanted to step in and say, that the ebay auction listing script posted by smitty1 works like a charm!!!

 

All I did was

 

copy and paste the code into a notepad file

change the username in the code

save it as ebay.php and upload it!

 

Then I made an about me page like smitty's and voila!!

 

http://gizmodrive.com/ebay.php

 

Too easy!!

 

Thanks smitty. this was exactly what I was looking for :)

Link to comment
Share on other sites

Yeah I had a look, I am right in thinking that it just displays your current auctions? It seems to do the Job ok, the next stage sounds better though ;)

Link to comment
Share on other sites

I dont want to appear rude, but what is the point of displaying auctions, I cannot see that being an advantage to my site, so I probably dont see the use :) However I can see the script generally being very good for some sites, a friend of mine would benefit from such a scriipt.

 

Are any of the other things mentioned in this script gonna be released at some point? Does anyone have any plans?

Link to comment
Share on other sites

Its late its late, and I ballsed up my last reply!! God i hate not being able to edit posts!

 

Anyway what i wanted to say was ;

 

I dont want to appear rude, but what is the point of displaying finished/past auctions, I cannot see that being an advantage to my site, so I probably dont see the use However I can see the script in its general form being very good for some sites, a friend of mine would benefit from such a scriipt.

 

Are any of the other things mentioned in this THREAD gonna be released at some point? Does anyone have any plans?

 

[edited by a tired idiot:D]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...