Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

live

Pioneers
  • Posts

    9
  • Joined

  • Last visited

Everything posted by live

  1. Thanks anyway, I'll keep trying to add Auction Product details (Starting Price, Highest Bid, Bids, Time Remaining) so they can be viewed in Category, then bid by clicking on Item, eliminating the need for Auction Products Category, in product_listing.php, and see if I get lucky! After 12 hrs of trying: putting the following code after line 82 in product_listing.php, shows all the auction products details in the right category: $oscAuctions->getAuctionsDetails(); include($oscAuctions->moduleDirectory . 'auctions_show.php'); Yeah! :) I got a long way to go. Now I'm trying to figure out how to add only the auction product details (Starting Price, Highest Bid, Bids, Time Remaining), to each item in the category, instead of calling auctions_show.php. As you can tell, I'm not a developer so any helpful suggestions/replies are greatly appreciated.
  2. Nice Contrib. Can Auction Product details (Starting Price, Highest Bid, Bids, Time Remaining) be viewed in Category, then bid by clicking on Item, eliminating the need for Auction Products Category?
×
×
  • Create New...