Re: Auction Product Type - document.getElementById("remain") is null
Dave,
I am sorry I miss-communicated. I am using a Windows Vista computer to do my testing. I am actually using "wamp" with PHP 5.2.6, Apache 2.2.8 and MySQL 4.1.22. In the beginning I was not able to get anything to work when I was using MySQL 5.0.
I was able to find document.getElementById("remain") line in the jscript_main.php file before, but not able to determine why "remain" was null.
Anyway, I really appreciate your help, but not sure that this is helpful to anyone else, so I do not want to take up anymore of your time.
Thank you very much,
Rik
Re: Auction Product Type- add bids to cart
APT works fine on the site, though I am making some modifications to fit the catalog's concepts. Is there some way to have bids also show in the shopping cart OR to have the buy now reflect the latest or current bid price? Any help is appreciated.
Re: Auction Product Type- add bids to cart
Quote:
Originally Posted by
TSRCatalog
Is there some way to have bids also show in the shopping cart
Not sure what you are asking here... if it's winner checking out, there a switch in admin for auto adding the wining bid to there shopping cart or having them click on a button to do it at the product page. If your talking about a ad box like the new, specials, feathered products... it's still in the works.
Quote:
Originally Posted by
TSRCatalog
to have the buy now reflect the latest or current bid price?
Kind of defeats the idea of a auction! I would walk away from a auction that work like that. Even with a buynow button you may have problems. Although, having one may give the bidder a feeling that they can get it for less then the normal price!
The logic is simple, you have a minimum sailing price (reserve price) or starting bid and with/without a maximum sailing price (buynow price), if bids go above the buynow price, the button is no longer displayed. If you don't set a buynow price, then the button wont show at all.
>Louis
If it's not posted within the next few days, I'll put it up on my blog. This gave me some more time to work on the ad box logic some more.
Re: Auction Product Type-- Products revert to CLOSED
OK, here's a new one... no matter how many times I reset the "auction-open/closed" "email sent" from "Y" to "N", it keeps reverting back to "Y" Odder is the auction remains open. And, no, there were no bids over the reserve or buy now price.
Thoughts?
Peter
Re: Auction Product Type-- Products revert to CLOSED
Quote:
Originally Posted by
TSRCatalog
OK, here's a new one... no matter how many times I reset the "auction-open/closed" "email sent" from "Y" to "N", it keeps reverting back to "Y" Odder is the auction remains open. And, no, there were no bids over the reserve or buy now price.
Thoughts?
Peter
The auction remains visible unless it completes as a sale. Once it goes through the checkout process, it becomes disable.
You need to set the auction close date grater then the current date, then reset the auction bids. Otherwise it does as it should when the product page loads. Checks the date to see if the auction needs to close.
Re: Auction Product Type... Clearing past bids
Dave... additional on the bids clearing...
The most recent bid remains in the browser window regardless of clearing the MySQL field. In addition, the starting bid does NOT show in the product window unless one secondarily places a bid amount in the making a bid field (on the front end). It's almost as if a file is not just echoing the bid field, but storing it until their is another front end data entry change.
You think their is a corruption in one of my files or just a program quirk?
If you are wondering why I may need to adjust a starting price... in our catalog scenario, the bid/offer, might not be accepted by the seller. If the bid is => the reserve and the bid is declined, it will have to be reset to the prior offer considered that was less than the reserve (or APT removes the make a bid box). I also noticed that if when the reserve is less than the buy now price, it, too, removes the front end bid box. So for now, reserve must always by equal to or greater than the buy now price. Kinda' like the fields are reversed.
Peter
Re: Auction Product Type... Clearing past bids
Quote:
Originally Posted by
TSRCatalog
You think their is a corruption in one of my files or just a program quirk?
Sounds like you may be missing some files are something got off. run a compare of your files agents a unedited file.
You almost need more added to the table in order to keep track of the offer, like ebay does. then post a flag showing an offer was made or post the offer price in stead of changing the main pricing unless the offer was accepted, then change everything so checkout can happen.
Something I may play around with for my site....
Anyway... I've setup a link for downloading the updated version I sent in on my blog for now in my ZC Mod section.