Page 1 of 2 12 LastLast
Results 1 to 10 of 740

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Posts
    446
    Plugin Contributions
    1

    Default Re: Auction Product Type

    Thank you Dave.
    One more question, does this mean there is an error somewhere in the code of this mod or perhaps my database is missing a table or something?

    I'm going to check and see what's missing in the database.

    I also noticed that this issue appears not only copying a listing but also when clicking the Preview button next to the listing title, but only for the auctions category.
    M.Valenti
    Contemporary Artist - Entrepreneur
    http://www.manuelavalenti.com - http://www.byvalenti.com

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

    Default Re: Auction Product Type

    Quote Originally Posted by mvstudio View Post
    Thank you Dave.
    One more question, does this mean there is an error somewhere in the code of this mod or perhaps my database is missing a table or something?
    From what I've worked on so far, the mod as is has some miner problems, but for the most part is sound. I didn't have any errors until I started working and adding things. That's just me massing around under the hood... I've converted products to auction, duplicated auction products and hand entered and no errors.

    I'd run a clean up on your database and try it again before looking into the code... may be some trash left behind from something else. and of course, do a backup before editing the database.
    Dave
    Always forward thinking... Lost my mind!

  3. #3
    Join Date
    Apr 2008
    Posts
    446
    Plugin Contributions
    1

    Default Re: Auction Product Type

    Thank you Dave for the tip.
    M.Valenti
    Contemporary Artist - Entrepreneur
    http://www.manuelavalenti.com - http://www.byvalenti.com

  4. #4
    Join Date
    Sep 2006
    Posts
    26
    Plugin Contributions
    0

    Default Re: Auction Product Type

    After reading through 30 pages of notes, I appreciate all of the hard work that has gone into the Auction mod.

    I had a problem with the email too, but kept trying different email options until I found one that worked.

    Couple of questions:
    1. My client wants to move products from auction back to the store if the product does not sell during the auction. Is there a way to do this other than entering it in as a completely new item?

    2. Is there a way for the admin to see what item has closed and who won so they can follow up if the item is not purchased within so many days?

    3. My cleint wants to be able to do Quick Auctions, where at a specific time several items are placed on auction for only about 10 minutes. It appears that the time frame seems to be only hour increments?

    Again, thank you for all of the very hard work. I am sure this mod will continue to improve in the future.

  5. #5
    Join Date
    Jun 2008
    Posts
    165
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by Wiregrass View Post
    After reading through 30 pages of notes, I appreciate all of the hard work that has gone into the Auction mod.

    I had a problem with the email too, but kept trying different email options until I found one that worked.

    Couple of questions:
    1. My client wants to move products from auction back to the store if the product does not sell during the auction. Is there a way to do this other than entering it in as a completely new item?

    2. Is there a way for the admin to see what item has closed and who won so they can follow up if the item is not purchased within so many days?

    3. My cleint wants to be able to do Quick Auctions, where at a specific time several items are placed on auction for only about 10 minutes. It appears that the time frame seems to be only hour increments?

    Again, thank you for all of the very hard work. I am sure this mod will continue to improve in the future.
    I ended up marking the item that was in regular store inventory to a 0 available. And added a little note in the item description about it being in auction. Even added a link to the auction item. That left it as showing sold in store. Then when the auction is over just changed the 0 to a 1 available.

    If your logged in to your store, you should see the customer ID number who is presently high bidder and or the winner.

    Then when the auction is over I compared that customer ID number to the customer and then contacted them.

    I never did get the email to work properly.

    Presently I am not using the mod, but not because of anything more than was not getting the activity had hoped for.

    I do plan on using it again because overall it worked ok.

  6. #6
    Join Date
    Feb 2009
    Posts
    20
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Hi,

    I am really interested with this mod and want to use it with my zen cart installation. My zen cart version is 1.3.7 and it seems like it is not compatible with older versions. It is possible with minimum effort to make it work with zen version 1.3.7 ? I mentioned minimum effort because I am not a zen guru yet but can handle some php. Any help appreciated.

    Thank You

  7. #7
    Join Date
    Mar 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: Auction Product Type

    If you were to look farther down the page where it is listed in the "free add ons" section, you will see 1.3.7. listed download
    this should be a direct link to the last update for version 1.3.7....
    Code:
    http://www.zen-cart.com/index.php?main_page=download_contrib&contrib_id=135&update_id=3

  8. #8
    Join Date
    Feb 2009
    Posts
    20
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Hi AndyII,

    Thanks for the reply. I saw the .95 version of the auction mod which is compatible with Zen 1.3.7, but a lot of bug fixes were made after that release and I want to take benefit of those fixes.

    Now I am comparing the old and new files and trying make it work with 1.3.7 and will post it here if I'm successful.

    I really appreciate if any body could provide any tips/directions for accomplishing this task.

    Thank You

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

    Default Re: Auction Product Type

    Quote Originally Posted by netchaos View Post
    My zen cart version is 1.3.7 and it seems like it is not compatible with older versions. It is possible with minimum effort to make it work with zen version 1.3.7 ?
    There are (I think) only 2 files from the mod that overlap on the base product. The readme lists them.

    I have not tested this, so I URGE you to copy your site to a test directory to try this, but if you rework the patches for those 2 files for the 1.3.7 versions it has a good chance of working.

    AHB

  10. #10
    Join Date
    Feb 2009
    Posts
    20
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by bramnick View Post
    There are (I think) only 2 files from the mod that overlap on the base product. The readme lists them.

    I have not tested this, so I URGE you to copy your site to a test directory to try this, but if you rework the patches for those 2 files for the 1.3.7 versions it has a good chance of working.

    AHB
    Hi bramnick,

    Yes, by modifying two zen base files I was able to make the module work with version 1.3.7

    These are the two files.

    /includes/application_top.php
    /includes/classes/shopping_cart.php

    Thank You

 

 
Page 1 of 2 12 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

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