Page 49 of 74 FirstFirst ... 39474849505159 ... LastLast
Results 481 to 490 of 740
  1. #481
    Join Date
    Sep 2009
    Location
    California
    Posts
    148
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Yes - all the pages are 1300 for the Buy Now button - took a second to realize what you were talking about there... *chuckle*

    One other quick note: I'll leave it live on the site if you wanted to see it in action. the amounts are still the same - the products_price is $42 - as you'll soon see. *ack*

    Thanks.

    ps - I don't doubt that it works fine on your system - but you've also modded your php. The php close error in the vanilla main module at line 129 shows that - I'm just trying to find what var didn't get updated in the latest version.
    Last edited by Fez-o Joe; 25 Feb 2010 at 11:00 AM. Reason: re-read previous post...

  2. #482
    Join Date
    Sep 2009
    Location
    California
    Posts
    148
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Ok - I'm off to bed... I can't fous on the screen anymore, but I did find one slight difference between your code and mine (from page observations)

    My form:
    <form action=http://www.fez-o-rama.com/index.php?main_page=product_auction_info&amp;cPath=69&amp;products_id=140&amp;number_of_uploads=0&amp;action=add_product&amp;mod=auction enctype=multipart/form-data method=post name=cart_quantity>

    yours doesn't have that... I'm just grasping at straws here - but the shopping cart does have a check for mod=auction (which comes after the upload) and I have no clue where this upload thingy is set...

    Maybe ?!?

    Thanks.

  3. #483
    Join Date
    Jun 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Hi Dave,

    That worked perfect, thank you!



    Curt


    Quote Originally Posted by davewest View Post
    Found that one the other day... I've been reworking the code, as I do, I find things I missed or didn't write that needed worked on...
    in includes\modules\pages\product_auction_info\jscript_main.php

    change the first script as below or just the width and height as needed.
    Code:
    function popupWindow(url) {
      window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,height=320,screenX=150,screenY=150,top=150,left=150')
    }
    also changing scrollbars to yes helps.

  4. #484
    Join Date
    Jun 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Dave -


    If someone does a Buy it Now, the auction should do the following:


    The countdown clock should end and display "This Auction Has Ended"


    and instead of it saying "0 Units in Stock" it should put the graphic "Sold Out" or a new graphic "Sold"




    Curt

  5. #485
    Join Date
    Jun 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: Auction Product Type

    BTW - I'm using version 1.0 and not 1.0a as each time I installed it the page would always come up blank.

    I'll wait for some other corrections and try again with rev 1.1 or whatever the next rev is and see if the upgrade works.


    Thanks Dave!



    Curt

  6. #486
    Join Date
    Sep 2009
    Location
    California
    Posts
    148
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by legacy2009 View Post
    BTW - I'm using version 1.0 and not 1.0a as each time I installed it the page would always come up blank.

    Curt
    That's a missing ?> on line 129...

    Where can I get version 1.0 ??!??

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

    Default Re: Auction Product Type

    Quote Originally Posted by legacy2009 View Post
    If someone does a Buy it Now, the auction should do the following:


    The countdown clock should end and display "This Auction Has Ended"


    and instead of it saying "0 Units in Stock" it should put the graphic "Sold Out" or a new graphic "Sold"
    I do need to look at this more.... you are basically on hold waiting for the customer to complete the checkout process. If they do, then the product is disabled. The product going to 0 is normal cart actions. It be nice to place the auction on hold rather then to end it just in case the customer never finishes buying the product. I should be able to set a function in the class to check for stock, time, and product status. Something else to look at then....


    Quote Originally Posted by Fez-o Joe View Post
    yours doesn't have that... I'm just grasping at straws here - but the shopping cart does have a check for mod=auction (which comes after the upload) and I have no clue where this upload thingy is set...
    Uploads alerts, bids to low and such... your right, my code is not even close to yours... I started working on the code with version 1.0 and 1.0a if your using something before that I can guess at it, but I wont be able to do much with the code... My site is beyond version 1.0a right now so looking there wont help you much. I've spent the last four weeks adding 5 new pages, rewriting three pages of logic, deleting some pages I no longer need. I think the upload just went live in the addon section of this site.
    Dave
    Always forward thinking... Lost my mind!

  8. #488
    Join Date
    Sep 2009
    Location
    California
    Posts
    148
    Plugin Contributions
    0

    bug Re: Auction Product Type

    Quote Originally Posted by davewest View Post

    Uploads alerts, bids to low and such... your right, my code is not even close to yours... I started working on the code with version 1.0 and 1.0a if your using something before that I can guess at it, but I wont be able to do much with the code... My site is beyond version 1.0a right now so looking there wont help you much.
    Then we're all doomed ! I downloaded the add-on this week!!! Maybe an admin posted the wrong set?!? who can we check with? is version 1.0 still out there?

    Ok - thanks again for your help. Time to revert the site. Oh Boy!

  9. #489
    Join Date
    Sep 2009
    Location
    California
    Posts
    148
    Plugin Contributions
    0

    Default Re: Auction Product Type

    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!

  10. #490
    Join Date
    Jun 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: Auction Product Type

    I would agree - 1.0a should be removed and superceded with Dave's next rev once he releases it.



    Curt

 

 
Page 49 of 74 FirstFirst ... 39474849505159 ... 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