Page 7 of 14 FirstFirst ... 56789 ... LastLast
Results 61 to 70 of 140
  1. #61
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: removing login info

    Quote Originally Posted by saddlebred View Post
    Okay, I understand that it is not currently supported, but I've seen mention, in this thread, about how to edit the code so that it is not required. The instructions were not clear. First there was mention of simpling editing 2 files, but no mention of which 2 to edit, then there was mention of editing the creat_account.php file, but there are a couple of files named creat_account.php located in different directories. So, now I'm really confused.
    Melissa
    http://store.equineshop.biz
    Sorry Melissa, can't help you there. I poked around in those files and I can see the "if" statements, but I don't speak PHP, just HTML and CSS. Did you try emailing the guy who claims he can do it??

  2. #62
    Join Date
    Nov 2006
    Posts
    56
    Plugin Contributions
    0

    Default Re: removing login info

    Quote Originally Posted by craftzombie View Post
    Sorry Melissa, can't help you there. I poked around in those files and I can see the "if" statements, but I don't speak PHP, just HTML and CSS. Did you try emailing the guy who claims he can do it??
    Same here, no php just html. I tried emailing him and explained that I wasn't familiar with php, but if he told me exactly what to change, I could do it. Well the response I got was if you read the whole thread, I gave the solution. So, not much helpfrom that corner. I think I'll just try your solution for now.
    Thanks,
    Melissa
    http://store.equineshop.biz

  3. #63
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: removing login info

    Quote Originally Posted by saddlebred View Post
    Same here, no php just html. I tried emailing him and explained that I wasn't familiar with php, but if he told me exactly what to change, I could do it. Well the response I got was if you read the whole thread, I gave the solution. So, not much helpfrom that corner. I think I'll just try your solution for now.
    Thanks,
    Melissa
    http://store.equineshop.biz
    There's no way in hell I would answer someones email like that. It takes more energy to be an *** than it does to be nice.

    I have read this thread several times all the way through. They gave a VAGUE solution to those of us who are not mightier than thou because we don't know PHP. It's obvious certain people aren't interested in helping anyone but themselves. Sounds like a winner. Had I received a reply like that, I would have offered some choice words. But thats just me. I don't put up with that kind of crap. If I ever find out anything, you'll be the first to know Melissa.

  4. #64
    Join Date
    Nov 2006
    Posts
    56
    Plugin Contributions
    0

    Default Re: removing login info

    Thanks. Yes, the solutions were very vague. Maybe someday I'll be able to figure it out on my own, but when you're still learning, a little help is appreciated.
    Melissa
    http://store.equineshop.biz

  5. #65
    Join Date
    Nov 2006
    Location
    London, UK
    Posts
    132
    Plugin Contributions
    0

    Default Re: removing login info

    I read this whole thread and didn't find an answer so I'm going to ask...

    Is there a way to remove the "Newsletter and Email Details" on the log in page? I don't want to just remove the checkbox, I want to remove the section altogether. The idea is I want customers to get to the payment page as fast as possible and just glide through the whole create account section. Just that little bit less reading and input.

  6. #66
    Join Date
    Jul 2006
    Location
    Ohio
    Posts
    36
    Plugin Contributions
    0

    Default Re: removing login info

    Ok I have posted in this forum before when it was first started. (about forever ago) i have been doing some studying on php and html. I have learned it for the most part and still am... When at school I came acrossed some basic php scripting that allows the server (for you that dont know what I am talking about, the server is the host that your stores is installed on for the most part.) to give and store cookies sessions, and when the visitor leaves the cookies are erased and the customers was only faced with entering their payment information to complete the transaction.

    I have yet to look at the code that all this fuss is about, But i am sure there is a way around the registering part of it... In my opinion after all this time. It is not a good idea to completely remove the login and registration area. TMaybe eliminating some required feilds but not eliminating the whole deal.

    Before I get into this subject alittle more I am going to take a look at the code and see what I can do to it. I am sure there as been people out there with more know how than me that has tried, but hey it never hurts. If all else fails. Zen-cart is a OS sytem and anyone is able to alter any files or the whole thing if they are wanting to. I might just have another project coming alone that will make the people happy.........

    For you guys that dont agree at all eliminating the login and registration page, and are feeling jolly to rip me a new one just stick to your ways, its not like this is going to hurt you at all.

  7. #67
    Join Date
    Jul 2006
    Location
    Ohio
    Posts
    36
    Plugin Contributions
    0

    Default Re: removing login info

    Well Just taking a quick look at the code the Zen-cart is written is and how is functions. this might be a long road for me. Ok the zen-cart team wrote the script over a period of time. why don't someone just rewrite what is there. it dont take a rocket scientist to do it. If you know php, html, xhtml and some JS and are interested in solving this once and for all pm me. I would not mind taking on this challenge.

  8. #68
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: removing login info

    Why doesn't someone just put together a contribution for posting in the download section.

    That way if people want it they can have it those that don't won't.

    I've seen comments that it's really simple to accomplish (if that's the case) why not accomplish it and stop all the belly aching.

    Just my humble 2 cents.

  9. #69
    Join Date
    Jul 2006
    Location
    Ohio
    Posts
    36
    Plugin Contributions
    0

    Default Re: removing login info

    My Point too!!!!!!!!
    When I get some time I am going to sit down and write something (possibly tonight sometime)

    To pass some of the required fields I would imagine it would not be to hard. It all goes back to the basic form code
    HTML Code:
    <input type=hidden name="required" value="fullname,email">
    (example, this is not the same code for zen-cart) Weather it be in PHP form or xhtml(html).......

    Since Zen-cart is ran from a login database it is going to take time for someone to come out with a zen-cart that does not require a login or register.

    But for now you will be able to get around required some required fields but not around the registering part of the process

  10. #70
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: removing login info

    Someone who wrote another excellent Zen mod is already working on a temporary solution to this until the Zen masters redo the checkout. I tested it for them a few days ago. The problem is that it is not a true pwa setup.

    It works well, accept the welcome email still gets sent, so he's working on fixing that. It still stores them in the db. You'd have to manually delete them after you receive the order because if they ever try to order again with the same email address, it says they are already in the system. Then you have the issue of you not being able to delete them right away, they come back and order again, and they'll find out they ARE in the system and then they are pissed at you for lying to them. It's too bad Zen Cart uses the email address as the user name. Maybe we could change that? In order for any of this to work, we'd also need something in the admin that says whether or not the person entered a password at checkout, maybe an icon of some sort next to their name?

    A few days ago I strayed from Zen and messed with OSC, which has pwa, and I liked it, but its just not ZEN. Although I personally think customers should just sign up, unfortunately a lot of them leave for this reason and we've got to fix this. My "solutions" in the previous posts help somewhat, but its still a problem.

 

 
Page 7 of 14 FirstFirst ... 56789 ... LastLast

Similar Threads

  1. Adding/Removing header info
    By jordan8201 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 12 May 2009, 03:14 AM
  2. removing product info -- go streight to cart
    By mversaggi in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 24 Mar 2008, 05:22 AM
  3. Removing bits from Page Info
    By sparkiii in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Jun 2007, 12:42 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