Results 1 to 10 of 740

Hybrid View

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

    Default Re: Auction Product Type

    try using sendmail, phpmail isnt a practical choice if you need to send out large amounts of email anyway. this has always resolved my problems.
    and for the member that had sql troubles,
    I have found that using admin function of applying a sql patch will add the table prefix to the patch when in actuality the mod is looking for its table,
    example
    the table gets named "zen_my_new_table", the mod is looking for
    just "my_new_table"
    a quick way to fix this is go to phpmyadmin and run the sql there

    Quote Originally Posted by Annet-1 View Post
    I have a problem NO MAIL


    Email Error: can`t mail functie not initialiseren.


    A message that you sent contained no recipient addresses, and therefore no
    delivery could be attempted.

    Annet

  2. #2
    Join Date
    Mar 2007
    Location
    Cornwall - uk
    Posts
    464
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Is it normal that the buy it now option doesnt appear in the auction listings.

    Thanks

  3. #3
    Join Date
    Apr 2005
    Posts
    150
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by ben harry View Post
    Is it normal that the buy it now option doesnt appear in the auction listings.

    Thanks
    Did you enter a buy it now price when you created the listing?

  4. #4
    Join Date
    Mar 2007
    Location
    Cornwall - uk
    Posts
    464
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by gonewild View Post
    Did you enter a buy it now price when you created the listing?
    Yes I did enter the buy now price, im assuming from your reply that the buy it now optio should be working. Any idea why mine is not working?

    Cheers
    Ben

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

    Default Re: Auction Product Type

    Quote Originally Posted by ben harry View Post
    Yes I did enter the buy now price, im assuming from your reply that the buy it now optio should be working. Any idea why mine is not working?

    Cheers
    Ben
    I may have solved the secret of the phantom BID NOW button. I seem to have detected yet another source control problem and the missing code in the library just happens to be related to BID NOW.

    I found this while applying the latest code patch from ZEN to the SQL Injection security problem.

    So the REALLY good news is that if you drop this version of shopping_cart.php on top of the .99 system (or .99a for that matter) located in STOREROOT/includes/classes you should get both the SQL Injection changes for this module AND (hopefully) a working BID NOW button)

    Cheers!
    AHB
    Attached Files Attached Files

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

    Default Re: Auction Product Type

    Quote Originally Posted by bramnick View Post
    I may have solved the secret of the phantom BID NOW button. I seem to have detected yet another source control problem and the missing code in the library just happens to be related to BID NOW.

    I found this while applying the latest code patch from ZEN to the SQL Injection security problem.

    So the REALLY good news is that if you drop this version of shopping_cart.php on top of the .99 system (or .99a for that matter) located in STOREROOT/includes/classes you should get both the SQL Injection changes for this module AND (hopefully) a working BID NOW button)

    Cheers!
    AHB
    Is it BUY NOW or BID NOW... I always had a BUY NOW and it worked from my first install...

    Anyway... your shopping_cart.php is missing the final ?> at the bottom.
    Dave
    Always forward thinking... Lost my mind!

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

    Default Re: Auction Product Type

    Quote Originally Posted by davewest View Post
    Is it BUY NOW or BID NOW... I always had a BUY NOW and it worked from my first install...

    Anyway... your shopping_cart.php is missing the final ?> at the bottom.
    Dave

    Yeah, I must have been asleep. It is BUY IT NOW, but some zenners noticed that they couldnt get that button to appear. This might be the reason.

    You are also correct about the missing ?>

    Thanks for the catch...

    One more try.....

    AHB
    Attached Files Attached Files

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

    Default Re: Auction Product Type

    Quote Originally Posted by AndyII View Post
    try using sendmail, phpmail isnt a practical choice if you need to send out large amounts of email anyway. this has always resolved my problems.
    and for the member that had sql troubles,
    I have found that using admin function of applying a sql patch will add the table prefix to the patch when in actuality the mod is looking for its table,
    example
    the table gets named "zen_my_new_table", the mod is looking for
    just "my_new_table"
    a quick way to fix this is go to phpmyadmin and run the sql there
    I didn't see a problem not finding it's table. If it is, check out the includes/extra_datafiles/product_auctions.php it should have a table prefix.. as below.

    Code:
    define('TABLE_PRODUCTS_AUCTION', DB_PREFIX . 'products_auctions');
    define('TABLE_PRODUCT_AUCTION_EXTRA', DB_PREFIX . 'product_auction_extra');
    Dave
    Always forward thinking... Lost my mind!

 

 

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