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.![]()
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
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.
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.
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.![]()
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.
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(example, this is not the same code for zen-cart) Weather it be in PHP form or xhtml(html).......HTML Code:<input type=hidden name="required" value="fullname,email">
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
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.
Bookmarks