Page 53 of 74 FirstFirst ... 343515253545563 ... LastLast
Results 521 to 530 of 740
  1. #521
    Join Date
    Feb 2010
    Posts
    4
    Plugin Contributions
    0

    help question Re: Auction Product Type

    Quote Originally Posted by davewest View Post
    The sql is finding the key already there is why the error... The uninstall sql should have removed the auction form your database. Try the update sql, it should clean up the database and install the right keys.
    Hi

    I have tried that a few times and the Update SQL comes up with error:-

    1146 Table 'whattoge_shop.zen_product_auction_extra' doesn't exist
    in:
    [show fields from zen_product_auction_extra]

    I have tried almost everything but I am hitting a brick wall (and loosing a lot of hair!)

    Any ideas??

    Cheers

    Martin

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

    Default Re: Auction Product Type

    Quote Originally Posted by What To Get View Post
    Hi

    I have tried that a few times and the Update SQL comes up with error:-

    1146 Table 'whattoge_shop.zen_product_auction_extra' doesn't exist
    in:
    [show fields from zen_product_auction_extra]

    I have tried almost everything but I am hitting a brick wall (and loosing a lot of hair!)

    Any ideas??

    Cheers

    Martin
    I couldn't get your error to come up.... After some time of trying to recreate your error I was able to force a double install of the product_type entry, which in itself is a problem. The best way to see what's going on is to look at your tables with something like phpmyadmin.
    Dave
    Always forward thinking... Lost my mind!

  3. #523
    Join Date
    Aug 2009
    Posts
    210
    Plugin Contributions
    1

    Default Re: Auction Product Type

    Thanks for the mod Dave. We are having one issue that we can't seem to get past. When shipping an item that needs tax applied I get a blank screen with tax rate and bid amount. Any ideas? Thanks.

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

    Default Re: Auction Product Type

    Quote Originally Posted by ksookma View Post
    Thanks for the mod Dave. We are having one issue that we can't seem to get past. When shipping an item that needs tax applied I get a blank screen with tax rate and bid amount. Any ideas? Thanks.
    Your welcome...
    Little more info or I been out in the sun to long today... I pickup the mod on version 1, around then we was having problems with the tax added with each bid. So that piece of code I commented out which stop it. I do tax at checkout by shipping address and that still works. Once the auction completes or a buy now completes, the final price is inserted into the product table and the cart does it normal magic with the tax and so on.... with the new version 1.2 no edits to any of the core cart files such as the \includes\classes\shopping_cart.php file at all. The one on my blog that is, not sure if the addon section one was updated right....

    Guess I'm getting a bit lost... If its to do with the checkout page, it maybe something else or a problem I haven't seen, if its on the product page! then its something I'll have to look into more. If you need tax added for each bid.... then I'll have to put that back in with a switch to turn it off/on.
    Dave
    Always forward thinking... Lost my mind!

  5. #525
    Join Date
    Dec 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Auction Product Type

    How can I get rid of the "TEXT INFORMATION" that is at the top of the Auction Information page? I have looked through the files a few times and can't see where or why this is showing up. I added the info for the page using the define pages in admin. Any help would be greatly appreciated.

    http://www.classiccycling.com/index....roduct_auction

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

    Default Re: Auction Product Type

    Quote Originally Posted by ChrisModry View Post
    How can I get rid of the "TEXT INFORMATION" that is at the top of the Auction Information page? I have looked through the files a few times and can't see where or why this is showing up. I added the info for the page using the define pages in admin. Any help would be greatly appreciated.
    Not one of the pages I use on my site so I may have forgot to include instructions on it. The define pages for some reason need a copy place in the non template folder for it to show up in the define page editor... even through the file in your template folder is the one that gets edited.

    copy this page
    Code:
    includes\languages\english\html_includes\YOUR_TEMPLATE\define_product_auction.php
    to zencart
    Code:
    includes\languages\english\html_includes\define_product_auction.php
    Then it well show up in the admin define page editor and you can make changes there. The only old thing I see is "TEXT INFORMATION" is not in the define page coding.
    Dave
    Always forward thinking... Lost my mind!

  7. #527
    Join Date
    Dec 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Auction Product Type

    I did move that file into the folder so it would show up. I just can't get rid of the "Text_Information" at the top. Any other thoughts on why this would be happening?

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

    Default Re: Auction Product Type

    Quote Originally Posted by ChrisModry View Post
    I did move that file into the folder so it would show up. I just can't get rid of the "Text_Information" at the top. Any other thoughts on why this would be happening?
    Looking at your page details, its something being loaded before the product page. Could be something in your template.. if you have notepad++ you can do a text search of your files for "Text_Information" and see where it is.
    Dave
    Always forward thinking... Lost my mind!

  9. #529
    Join Date
    Aug 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Hi Dave, first thanks for your contribution, I would like to see if you can help me, when I put the first bid in a product, all right, but from the second the page is not refresh, a page leaves blank with "19 is (the new offer)," to return to the page i need to refresh.

    Thanks

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

    Default Re: Auction Product Type

    Quote Originally Posted by lravioly View Post
    Hi Dave, first thanks for your contribution, I would like to see if you can help me, when I put the first bid in a product, all right, but from the second the page is not refresh, a page leaves blank with "19 is (the new offer)," to return to the page i need to refresh.

    Thanks
    There shouldn't be a need to refresh the page. After a bid is entered and accepted, the page should auto refresh and say that they are the current high bidder.

    I couldn't get the same error to occur, maybe try to reload the includes\modules\pages\product_auction_info\header_php.php
    Dave
    Always forward thinking... Lost my mind!

 

 
Page 53 of 74 FirstFirst ... 343515253545563 ... 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