Page 22 of 74 FirstFirst ... 1220212223243272 ... LastLast
Results 211 to 220 of 740
  1. #211
    Join Date
    Sep 2008
    Location
    Los Angeles, CA
    Posts
    82
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Actually,

    The if else statement should check to see if the admin starting bid price is equal to the current bid price. Then do not even send an email notification of either being out bid or having anyone win the auction.

    Can someone write this code?

    Regards,
    Nadia

  2. #212
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Auction Product Type

    Quote Originally Posted by NadiaUSA View Post
    Actually,

    The if else statement should check to see if the admin starting bid price is equal to the current bid price. Then do not even send an email notification of either being out bid or having anyone win the auction.

    Can someone write this code?

    Regards,
    Nadia
    I've noticed the blank email once the bidding started and will eventually fix it.

    Is the other emails sending ok?

    I'm working on a better admin side for tracking auctions before I go live with mine, but got side tracked writing a new free shipping mod. About done with it so should be working on the auction mod again.
    Dave
    Always forward thinking... Lost my mind!

  3. #213
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Auction Product Type

    I've noticed the blank email once the bidding started and will eventually fix it.
    here a fix for it... simple check for a blank email address.

    edit \includes\modules\pages\product_auction_info\header_php.php

    around line 95 find,
    if ($customer_high_bidder != $_SESSION['customer_id']) {
    above it add this.
    Code:
    if ($previous_bidders_email_address != "") {
    around line 114 find,
    zen_mail($name, $previous_bidders_email_address, EMAIL_SUBJECT, $email_text, STORE_NAME, EMAIL_FROM, $html_msg, 'welcome');
    below that line add an } to close the if statement.

    This checks for a blank email address and bypass the email creation if it is so.
    Dave
    Always forward thinking... Lost my mind!

  4. #214
    Join Date
    Sep 2008
    Location
    Los Angeles, CA
    Posts
    82
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Thanks for the fix, it works perfect!!

  5. #215
    Join Date
    Apr 2005
    Posts
    150
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by NadiaUSA View Post
    Thanks for the fix, it works perfect!!
    Did this also fix the error after the first bid?

  6. #216
    Join Date
    Sep 2008
    Location
    Los Angeles, CA
    Posts
    82
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by gonewild View Post
    did this also fix the error after the first bid?
    yes it is fixed

  7. #217
    Join Date
    Apr 2005
    Posts
    150
    Plugin Contributions
    0

    Default Re: Auction Product Type

    I still get the error page following the first bid. But only after the first bid.

  8. #218
    Join Date
    Sep 2008
    Location
    Los Angeles, CA
    Posts
    82
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by gonewild View Post
    I still get the error page following the first bid. But only after the first bid.
    It works for me. I integrated the code as directed above.

    In my admin I set the product minimum price at 200.
    and the starting bid as 200.00

    Then I logged in my cart as the first shopper and made a bid for 300 and it worked fine.

    no error page and no email was sent to me as an admin trying to tell myself I was outbid.

  9. #219
    Join Date
    Apr 2005
    Posts
    150
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by NadiaUSA View Post
    It works for me. I integrated the code as directed above.

    In my admin I set the product minimum price at 200.
    and the starting bid as 200.00

    Then I logged in my cart as the first shopper and made a bid for 300 and it worked fine.

    no error page and no email was sent to me as an admin trying to tell myself I was outbid.
    Where do you set the product minimum price? I do not see that option.

  10. #220
    Join Date
    Sep 2008
    Location
    Los Angeles, CA
    Posts
    82
    Plugin Contributions
    0

    Default Re: Auction Product Type

    the reserve prive is the minimum price it can be sold for.

 

 
Page 22 of 74 FirstFirst ... 1220212223243272 ... LastLast

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR