Page 29 of 74 FirstFirst ... 19272829303139 ... LastLast
Results 281 to 290 of 740
  1. #281
    Join Date
    Jun 2008
    Posts
    165
    Plugin Contributions
    0

    Default Re: Auction Product Type

    I believe found the fixes for both the email and ssl earlier on in this thread.

    I have another problem though.

    After I got things going I posted a test item. The process worked with the exception of the couple of issues still working on.

    At the time when I clicked on the test item a new page would open and display the auction item. Even bid on it.

    I have since added 10 more items, but not only is the first test item, but all of the auction items open up a blank page when they are clicked on.

    Completely blank.

    I checked my error log but nothing there.

    Any ideas why all the auction item pages are blank?
    Last edited by taogem; 4 Dec 2008 at 09:03 AM.

  2. #282
    Join Date
    Jun 2008
    Posts
    165
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by taogem View Post
    I believe found the fixes for both the

    Completely blank.

    Any ideas why all the auction item pages are blank?
    Ok.... Soooooo Close !!

    I found a Debug Utility and tracked down the problem with the blank auction item pages.

    It was in the head_php_php folder that I edited to try and correct the email problem based on this thread. So for what ever reason, editing line 21 caused the blank pages. I had to put that back to original. So far that is the only code fix I have found that might have corrected the email glitch.

    That aside.....

    When I go to bid on an item, it is telling me about being encrypted and that can be seen by a third party.

    I think will need to get my hosting company to help with that. It's strange, because it did this one time and has not done it since. I think I read something about that someplace in this thread.

    Still..... Hopefully they can fix it from doing it at all.

    But....... I really could use some help with the email issue.

    When I place a bid, I am getting this:

    Email Error: Could not instantiate mail function. Please check Admin->Configuration->Email Options->Email Transport.

    That is set by default to PHP.

    Since I believe my server is Apache, I don't believe am suppose to change it to the SMTP.

    Then the email confirmation subject line reads "Mail failure - no recipient addresses"

    Then the very first line in the email reads:

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

    Most of the rest looks ok as best I can tell, except for a line that reads:

    "Dear
    You have been outbid on taogem.com"

    Why would my confirmation say I outbid myself ?

    Again, I feel like need to apologize for all the posts.

    If someone could help me understand the email part then I believe everything else will be ok once my hosting Co gets the SSL straightened out.

    Help please ?
    Last edited by taogem; 4 Dec 2008 at 01:14 PM.

  3. #283
    Join Date
    Mar 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: Auction Product Type

    the php mail function does not work with the auction as far as I have seen
    You can use sendmail, or the SMTP, just dedicate an email address for it.
    I am using sendmail and it works fo the most part, some say emails are not sent or wrong email sent.
    I personally havent had any big issue with this once I changed to sendmail, your host may or may not allow sendmail, and you may need to know the correct path to sendmail

  4. #284
    Join Date
    Mar 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: Auction Product Type

    ran out of edit time, sorry

    And for the blank page, this is usually cased by erroneous characters that get put in by some of the editors .
    This may help explain why you need a Plain Text Editor when playing in PHP

    Code:
    http://php.about.com/od/phpbasics/p/text_editor.htm
    there are many free editors out htere, a quick Google seach gave me this site
    Code:
    http://lorelle.wordpress.com/2005/11/25/free-text-only-editors-for-templates-php-html-css-and-more/

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

    Default Re: Auction Product Type

    Quote Originally Posted by taogem View Post
    When I go to bid on an item, it is telling me about being encrypted and that can be seen by a third party.

    But....... I really could use some help with the email issue.

    Email Error: Could not instantiate mail function. Please check Admin->Configuration->Email Options->Email Transport.

    That is set by default to PHP.

    Then the email confirmation subject line reads "Mail failure - no recipient addresses"

    If someone could help me understand the email part then I believe everything else will be ok once my hosting Co gets the SSL straightened out.
    There was a fix some time back for the blank email... as for the mail issue, try running through some of the Tutorials https://www.zen-cart.com/tutorials/index.php?category=9

    I'm not having any issues using PHP mail function! I'm running my auction live right now without any problems.

    If your SSl was installed and working right for the rest of your site, then it shouldn't be any different for the auction page.
    Dave
    Always forward thinking... Lost my mind!

  6. #286
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by taogem View Post
    Hey, hey, hey !!

    Got it !!!!!!!!

    Now.....

    I had hoped that after listing an auction item that a Live Auction link of some type would appear on the main page of the cart. There is not one.

    The auction listing was placed within the general category that lists the General Products.

    Can someone tell me how to create a separate page for auction items and how to make the auction items list on that page please?

    If the owner of Zen Crystals, Spheres Pyramids Pendulums Chakra kits Reiki Stones Meditation tools is reading this.

    You are using the same template as I am.

    Maybe you could tell me how you created yours?

    I also like your navigation bar at the top of your cart.

    Any way..... Any help organizing a Live Auction page would be greatly appreciated !
    Hi taogem,
    Thank you for your kind words.

    I think someone else already answered your question about creating a separate Live Auctions page but just in case... I just created a separate category named 'Live Auctions' and list all of my auctions in that category.

    As for the top header navigation menu bar, it came with the zencart_zen template. If you let me know what particular 'tweaks' you are referring to I'd be glad to share any helpful info I can.

    Zencart has been GREAT to me and I'd love to give back in any way possible...

    Zencart ROCKS
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  7. #287
    Join Date
    Nov 2007
    Posts
    49
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Question: Can an auction be resintated after it ends? I can't seem to get this to work for me. One of my auctions ended iwth a bid, and I cannot reset again. Does that mean I have delete and create a new one?

  8. #288
    Join Date
    Jun 2008
    Posts
    165
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by Craft Magick View Post
    Hi taogem,


    As for the top header navigation menu bar, it came with the zencart_zen template. If you let me know what particular 'tweaks' you are referring to I'd be glad to share any helpful info I can.
    Hi Craft Magick..

    I am using the zencart_zen. Guess I don't know where or how to get that navigation bar with the drop down menu selections that you have at the top of your site.

    My categories and and things are in a sidebar to the left of the page.

    So yes, I would sure appreciate knowing how to have the same drop down menus at the top of my site as you do.


    Also would like to share a Helpful Auction Mod installation thread

    Chain_man from over at CST walked through an install with me.

    I just wanted to share where he helped me at in case someone here would like to consider using the steps he had me use for my install.

    Here is the thread

  9. #289
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Hi taogem,
    My mistake, the css horizontal drop menu was a separate mod...

    you can download it from the downloads section and here's a quick link to it:

    http://www.zen-cart.com/index.php?ma...roducts_id=479

    hope this helps. btw, i'm going to check out your website over the weekend and mayber we can chat

    Zencart ROCKS
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  10. #290
    Join Date
    Jun 2008
    Posts
    165
    Plugin Contributions
    0

    Default Re: Auction Product Type

    Quote Originally Posted by Craft Magick View Post
    Hi taogem,
    My mistake, the css horizontal drop menu was a separate mod...

    you can download it from the downloads section and here's a quick link to it:

    http://www.zen-cart.com/index.php?ma...roducts_id=479

    hope this helps. btw, i'm going to check out your website over the weekend and mayber we can chat

    Zencart ROCKS
    Thanks for the link Craft Magick..

    Yes, happy to have a chat any time!

 

 
Page 29 of 74 FirstFirst ... 19272829303139 ... 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