Re: Auction Product Type

Originally Posted by
Nellie
I changed:
if (AUCTION_CRON_ENABLE == '0') {
require(DIR_WS_CLASSES . 'class.productauction.php');
productAuction::checkAuctionStatuses();
}
to
if (AUCTION_CRON_ENABLE == '1') {
require(DIR_WS_CLASSES . 'class.productauction.php');
productAuction::checkAuctionStatuses();
}
and it now seems to work. I have a layout problem though, my site uses the center and right columns, on the auction pages, the right column is moved to below the center column. How do I resolve this please?
The CRON code works without making this change. Try using this error loging tool to see why the page is blank. You may have something else causing the problem.
http://www.zen-cart.com/index.php?ma...roducts_id=860
As for the layout... you can redesign it to not us tables, just takes some time to do. Look at the template how your other products are displaying and do some design changes. I'd tell you which ones to change, but I'm out doing maps for the Sayre fire... once I get back home I plan on going live with my auctions.
Dave
Always forward thinking... Lost my mind!
Bookmarks