Results 1 to 10 of 740

Threaded View

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

    Default Re: Auction Product Type

    wilbroek,

    Thanks for the FCKEditor code. I downloaded and installed the mod and installed your code. It works fine

    To allow a bidder to outbid themselves ONLY if the current bid is lower than the reserve price you need to replace 1 line of code in

    ......./includes/templates/template_default/templates/tpl_product_auction_info_display.php
    Line 167


    FROM:
    <?php if ($customer_high_bidder != $_SESSION['customer_id']) { ?>


    TO:
    <?php if (($customer_high_bidder != $_SESSION['customer_id']) || ($products_reserve_price > $auction_current_bid)) { ?>

    It works on my machine :-)

    Both code changes will be in V.99. So far those are the only 2 changes, so I dont have any plans now to post an update. At some point, I will do it anyway just for completeness.

    If you send on the Dutch translation modules, I would be happy to include them in the source tree. PM me if you are interested and I will send you my email address.

    AHB
    Last edited by bramnick; 15 May 2008 at 01:52 AM. Reason: text change

 

 

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