Page 50 of 74 FirstFirst ... 40484950515260 ... LastLast
Results 491 to 500 of 740
  1. #491
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Auction Product Type

    Quote Originally Posted by Fez-o Joe View Post
    OK - here's a red flag... version 1.0 works fine - the Buy Now works as it should. Something in the 1.0a logic breaks it - version 1.0a has some serious bugs - sorry Dave. Who do we write to tell them to pull 1.0a since I'm not the only one having problems?

    If you know of some sort of software to check side-by-side code, let me know - I'll run through it and find it!
    Once more I did a full clean install, add the patches and then installed 1.0a. I did miss the ?> at the end of line 129 and the popup window size..... haven't been able to find any other errors so far, waiting for a close on a couple of test auctions.

    As for now... I don't see any reason to pull the current 1.0a. These are the current servers 1.0a is running on without any problems. Zen 1.3.8a with the security patch.
    ----------------------------------
    Apache/2.0.59 (Win32)
    PHP/ 5.2.3
    MySQL 5.0.37
    ----------------------------------
    Apache/2.2.11 (Unix)
    PHP/ 5.2.8
    MySQL 5.1.30
    ---------------------------------

    Keep in mind, without looking at your code, all I can do is check my code, run tests. If I can't reproduce the errors..... I can't figure out how to fix what you got....
    Dave
    Always forward thinking... Lost my mind!

  2. #492
    Join Date
    Dec 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Auction Product Type... other buyer offers email

    Dave...
    Hope all's been well. Quick question, how or where can I disable the automated sending of an email to registered buyers regarding "you recently made an offer..." email (when someone else bids subsequently)?

    Peter

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

    Default Re: Auction Product Type... other buyer offers email

    Quote Originally Posted by TSRCatalog View Post
    Dave...
    Hope all's been well. Quick question, how or where can I disable the automated sending of an email to registered buyers regarding "you recently made an offer..." email (when someone else bids subsequently)?

    Peter
    This line "you recently made an offer..." is not part of the current auction code... currently, there is no switch for turning off the email system. Email is sent by class.productauction.php for close, won, and lost bids... header_php.php does the out bid emails..
    Dave
    Always forward thinking... Lost my mind!

  4. #494
    Join Date
    Dec 2009
    Posts
    13
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Sorry, Dave. I should have been more specific. In haste I did not account for some customization of the e-mails.

    The e-mail I am referring to is one the system generates whenever a buyer makes a bid that is "accepted" by the system. The system generates an email to all those who have previously bid on said item that another buyer has since made a bid. No different than the "lost auction" email that generates when the auction has closed.

    I'll check the file of reference, but if you have any other suggestion, it will be quite helpful. At times the system is generating emails even to those who never bid on a particular item.

    Peter

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

    Default Re: Auction Product Type

    Quote Originally Posted by TSRCatalog View Post
    Sorry, Dave. I should have been more specific. In haste I did not account for some customization of the e-mails.

    The e-mail I am referring to is one the system generates whenever a buyer makes a bid that is "accepted" by the system. The system generates an email to all those who have previously bid on said item that another buyer has since made a bid. No different than the "lost auction" email that generates when the auction has closed.

    I'll check the file of reference, but if you have any other suggestion, it will be quite helpful. At times the system is generating emails even to those who never bid on a particular item.

    Peter
    In includes\modules\pages\product_auction_info\header_php.php should be line 172
    Code:
    if ($previous_bidders_email_address != "") {
    begins the code for building the out bid email only if there was a previous bid.

    For win, lost, and auction over emails, includes\classes\class.productauction.php completes them as will, records the auction close in the database. so block only line 34
    Code:
    productAuction::sendClosedEmail($auction_info);
    Of coarse, killing the emails basically kills the idea of a auction. If your doing it for a 'make an Offer' system, you can do it without killing the auction.
    Dave
    Always forward thinking... Lost my mind!

  6. #496
    Join Date
    Jan 2010
    Posts
    35
    Plugin Contributions
    0

    Default Re: Auction Product Type

    OK..I went through as much of the thread as I could, but I am going cross eyed.

    I am having issues with this module.

    I THINK I am following the instructions right, but my real problem is I can't find anything that tells me how to actually USE the module, so I don't know if something is missing or broken, or if I am just not using the feature properly.


    Is there a manual text file or something that shows how to actually use the mod? That way I can verify if its installed right and I am just doing it wrong, or if my install is actually broken.

    For reference, I have copied up all the files. I have run the "zen_auctions_update_10a.sql" patch (browse to file and upload).

    I see "Auction Manager" under Extras. I have manually created a Category call "Live Auctions", but I don't see any option for an auction "Product Type", which is what I suspect I am suposed to see.

    Cheers and Thanks in Advance!

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

    Default Re: Auction Product Type

    Quote Originally Posted by Blackthorne View Post
    I see "Auction Manager" under Extras. I have manually created a Category call "Live Auctions", but I don't see any option for an auction "Product Type", which is what I suspect I am suposed to see.
    The past instructions was lacking... I've created an advance instruction and did some more updates... was about to upload when 1.3.9 came out. I'm in the process of testing Auction Product Type against 1.3.9 and figure while I'm at it, php5.3.2 as well..

    So far, about another week or so and I should have it ready to go.

    If you are creating a new product, then it's basically the same as any other product that's not a product-general Type.... In the category you are about to create a product in, look to the bottom, you'll see a drop-down menu box with 'Product - General' in it, click the down arrow and pick 'Product - Auction' from the list. Then click the create new product button. Auction is just one of many product types you can create in ZenCart.
    Dave
    Always forward thinking... Lost my mind!

  8. #498
    Join Date
    May 2008
    Posts
    452
    Plugin Contributions
    0

    Default Re: Auction Product Type

    I tried installing this add-on in my test directory. Once I change a product to type auction, the product page is missing most of its content:

    http://www.cinderellaantiques.com/sh...&products_id=1

    Can someone tell me what I might have done wrong?

    Thanks.

  9. #499
    Join Date
    May 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Auction Product Type

    i have the same problem here. Once i have added the product under product type auctions, the information of the product is gone.

  10. #500
    Join Date
    May 2008
    Posts
    452
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Hi, Annie –

    I don't know whether this is your problem or not, but I forgot that my test shop uses a different template than my production shop. I loaded lots of the auction files into the wrong template structure. I'm in the process of sorting that out now.

 

 
Page 50 of 74 FirstFirst ... 40484950515260 ... 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