Results 1 to 10 of 740

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: Auction Product Type

    ok, heres a strange question for ya :) When i set the time for auction to expire...say 11am my time.....it does not actually expire until one hour later and then the email saying you have won the auction comes one hour after that.

    Anyway I can fix??

    Thanks! the more I work with this mod the more I love it :)
    B....you da man!!

  2. #2
    Join Date
    Mar 2008
    Posts
    63
    Plugin Contributions
    1

    Default Re: Auction Product Type

    Quote Originally Posted by mooncavecrystals View Post
    ok, heres a strange question for ya :) When i set the time for auction to expire...say 11am my time.....it does not actually expire until one hour later and then the email saying you have won the auction comes one hour after that.

    Anyway I can fix??

    Thanks! the more I work with this mod the more I love it :)
    B....you da man!!
    Yup, that is a bug that is fixed in the as yet unpublished v.98. There is a "<" that should be a "<="

    ../PATH TO YOUR STORE/includes/classes/class.productauction.php

    Line 27

    Change
    WHERE auction_closed = 'N' AND CURDATE() > bid_expire_date or (bid_expire_hour < " . date('H') . " and bid_expire_date = CURDATE() and auction_closed = 'N')";

    TO:
    WHERE auction_closed = 'N' AND (CURDATE() > bid_expire_date) or (bid_expire_hour <= " . date('H') . " and bid_expire_date = CURDATE() and auction_closed = 'N')";

    Cheers!
    AHB

  3. #3
    Join Date
    Sep 2006
    Posts
    449
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Afternoon :)
    ok, i added the = but I still have to add an hour.....anyway, its no biggy.

    Two questions :) when do you think the new version will be available for download?

    and

    I found that i have TWO class.productauction.php files....
    one is class.productAuction.php and the other is class.productauction.php
    Am I supposed to have both??? or can I delete one? weird.....has to be something I did with the old mod and the new.....who knows? LOL

  4. #4
    Join Date
    Mar 2008
    Posts
    63
    Plugin Contributions
    1

    Default Re: Auction Product Type

    Quote Originally Posted by mooncavecrystals View Post

    I found that i have TWO class.productauction.php files....
    one is class.productAuction.php and the other is class.productauction.php
    Am I supposed to have both??? or can I delete one? weird.....has to be something I did with the old mod and the new.....who knows? LOL
    I know what that is... There is a long story involved, but you can safely delete the class.productAuction.php file. It is no longer used

    Arnold

 

 

Similar Threads

  1. Auction Product type
    By Andreas1211 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 14 Aug 2014, 02:13 PM
  2. Auction Product Type: Can't add a product of the type.
    By sw0rdz in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 5 Sep 2009, 02:11 AM
  3. Auction Product Type
    By chinthana in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 18 Jun 2009, 10:33 AM
  4. Auction Mod. Product Type
    By wilt in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 15 Feb 2007, 07:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg