Page 13 of 74 FirstFirst ... 311121314152363 ... LastLast
Results 121 to 130 of 740
  1. #121
    Join Date
    Mar 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: Auction Product Type

    when I did a test all seemed to be ok, installed on a live site, ran an auction, got a winning bidder, but she says the pay now button didn't work, looking into this....
    getting this error
    1054 Unknown column 'bid_old_buynow_price' in 'field list'
    in:
    [update zen_product_auction_extra set bid_old_buynow_price = 0.25 where products_id = 36]
    Last edited by AndyII; 3 Jun 2008 at 04:40 PM.

  2. #122
    Join Date
    Mar 2008
    Posts
    63
    Plugin Contributions
    1

    Default Re: Auction Product Type

    Quote Originally Posted by AndyII View Post
    when I did a test all seemed to be ok, installed on a live site, ran an auction, got a winning bidder, but she says the pay now button didn't work, looking into this....
    getting this error
    Oooo an error message I can sink my teeth into!... Will look at it and let you know

    AHB

  3. #123
    Join Date
    Sep 2007
    Posts
    27
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by bramnick View Post
    Oooo an error message I can sink my teeth into!... Will look at it and let you know

    AHB
    I couldnt for the life of me get the e-mails to work. and I think the Cron Job was working but I never got any out-bid e-mails.

  4. #124
    Join Date
    Mar 2008
    Posts
    63
    Plugin Contributions
    1

    Default Re: Auction Product Type

    Quote Originally Posted by AndyII View Post
    when I did a test all seemed to be ok, installed on a live site, ran an auction, got a winning bidder, but she says the pay now button didn't work, looking into this....
    getting this error
    So this is cool..

    You have a source control problem.

    The DB field bid_old_buynow_price disappeared in ALL code in V.98. You are somehow running V.97 (or earlier) of includes/classes/shopping_cart.php

    Cheers!
    AHB

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

    Default Re: Auction Product Type

    Quote Originally Posted by velvetangels View Post
    I couldnt for the life of me get the e-mails to work. and I think the Cron Job was working but I never got any out-bid e-mails.
    There is clearly some email problem, but I am at a loss. It works on my machine and it works for ANDYII. I cannot debug what I cannot see :-(

    If you have a test site that you are willing to give me access to (need FTP access to play with code and ADMIN uid and pw) I will try to poke around.

    But the auction code makes a call to zen_mail() which is a zen cart provided function (the auction mod doesnt provide it).

    I can tell you that my cart is configured to use "sendmail" under Configuration --> email options

    PM me if you have a test setup you are willing to let me play with

    AHB

  6. #126
    Join Date
    Mar 2008
    Posts
    63
    Plugin Contributions
    1

    Default Re: Auction Product Type

    Quote Originally Posted by wilbroek View Post
    I hope, bramnick, it is uploaded but I am not sure.
    So let me now if is not succesfull uploaded

    gr wilbroek
    Super... I have merged your 4 files into the source base. It will be included in V.99 whenever that ships.

    AHB

  7. #127
    Join Date
    Feb 2005
    Posts
    104
    Plugin Contributions
    0

    Default Re: Auction Product Type

    I have just installed this (v.98) and i also have FCK editor installed - when i go to add an auction product i get the page loading as far as the description box.... and stops.

    Any Ideas???

    roduct Qty Min/Unit Mix: Yes No
    Products Description:
    English
    Regards
    Marc P Summers
    www.monkeydesignhouse.com

  8. #128
    Join Date
    Feb 2005
    Posts
    104
    Plugin Contributions
    0

    Default Re: Auction Product Type

    It is definately fck that is causing this error - I switched off fck and it works.

    Is there anyway of getting the description to work with FCK???

    Marc
    Regards
    Marc P Summers
    www.monkeydesignhouse.com

  9. #129
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by marcps View Post
    It is definately fck that is causing this error - I switched off fck and it works.

    Is there anyway of getting the description to work with FCK???

    Marc
    marcps look at post #114 here i used it and it worked for me.

    ) In admin\includes\modules\product_auction\collect_inf o.php is smaal problem with the FCKeditor this was also a problen in the former versions,
    There is no FCKeditor only a fold in rule 464.
    I give you here by mine solution.
    462 <?php if (HTML_EDITOR_PREFERENCE=="FCKEDITOR") {
    463// if (HTML_EDITOR_PREFERENCE=="FCKEDITOR") require(DIR_WS_INCLUDES.'fckeditor.php');
    464 $oFCKeditor = new FCKeditor ('products_description[' . $languages[$i]['id'] . ']') ; // problem sold
    465 $oFCKeditor->Value = (isset($products_description[$languages[$i]['id']])) ? stripslashes($products_description[$languages[$i]['id']]) : zen_get_products_description($pInfo->products_id, $languages[$i]['id']) ;
    466// $oFCKeditor->Create() ;
    467 $oFCKeditor->Width = '99%' ;
    468 $oFCKeditor->Height = '300' ;
    469// $output = $oFCKeditor->CreateHtml() ; echo $output;
    470 $oFCKeditor->Create( 'products_description[' . $languages[$i]['id'] . ']' ) ; //instanceName, width, height (px or %)
    471
    472
    473 } else { // using HTMLAREA or just raw "source"
    474
    475 echo zen_draw_textarea_field('products_description[' . $languages[$i]['id'] . ']', 'soft', '100%', '20', (isset($products_description[$languages[$i]['id']])) ? stripslashes($products_description[$languages[$i]['id']]) : zen_get_products_description($pInfo->products_id, $languages[$i]['id'])); //,'id="'.'products_description' . $languages[$i]['id'] . '"');
    476 } ?>

    If I did it on this way I get the FCKeditor perfect.
    Last edited by dscott1966; 7 Jun 2008 at 02:43 PM.

  10. #130
    Join Date
    Apr 2005
    Posts
    298
    Plugin Contributions
    0

    help question Re: Auction Product Type

    I was wondering is there a way after you convert a product to an auction to convert it back to a regular product for sale, without having to duplicate the product again?

 

 
Page 13 of 74 FirstFirst ... 311121314152363 ... 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