Products/Cart/Orders - FEU login required?
Products/Cart/Orders - FEU login required?
Hello,
Is it somehow possible to disable the required FEU-login in the order process? Otherwise this combination works fine but the required registration/login process is totally unnessessary and only disturbing the ordering process and is considered a deal breaker. Is there ANY way to get away with it?
Specs are:
CMSMS 1.5.3
Products 2.3.1
Cart 1.4.2
Orders 1.2.5
FEU 1.6.5
I appreciate any help, thank you.
Is it somehow possible to disable the required FEU-login in the order process? Otherwise this combination works fine but the required registration/login process is totally unnessessary and only disturbing the ordering process and is considered a deal breaker. Is there ANY way to get away with it?
Specs are:
CMSMS 1.5.3
Products 2.3.1
Cart 1.4.2
Orders 1.2.5
FEU 1.6.5
I appreciate any help, thank you.
Re: Products/Cart/Orders - FEU login required?
Did you try to remove all the Custom content and FEusers code from the templates?
Re: Products/Cart/Orders - FEU login required?
Yes I did, but it seems that the Orders module relies so much on FEU module, that modifying the templates won't help. It simply won't process the order if a user hasn't logged in.
It's actually hardcoded so deep in to module, that I guess I'll have to go with the plan B. Unless someone can provide some assistance/workaround. (I'm not a programmer myself).
It's actually hardcoded so deep in to module, that I guess I'll have to go with the plan B. Unless someone can provide some assistance/workaround. (I'm not a programmer myself).

-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Products/Cart/Orders - FEU login required?
Nope... the Orders module uses the FEU Userid as one of the order keys... that's a requirement.
besides 95% of E-commerce stuff wants user login/registration so that they can add on other functionality for the user.
besides 95% of E-commerce stuff wants user login/registration so that they can add on other functionality for the user.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Products/Cart/Orders - FEU login required?
Could there not be a tick box to make this optional?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Products/Cart/Orders - FEU login required?
there could be, of course... but then why?
95% of sites will want people to login/register so they can do things like track sales, send sales newsletters, offer special deals to repeat customers, etc, etc....
and in my experience the customers that 'say' they don't want people to register, are usually the ones that will come back 3 weeks later and say .... how do I handle repeat customers, how do I make it so they don't have to enter their billing/shipping information each time.... how do I create a group of 'special customers, etc etc'...
There's a reason why each and every e-commerce site I have bought from has asked me to register/login.
95% of sites will want people to login/register so they can do things like track sales, send sales newsletters, offer special deals to repeat customers, etc, etc....
and in my experience the customers that 'say' they don't want people to register, are usually the ones that will come back 3 weeks later and say .... how do I handle repeat customers, how do I make it so they don't have to enter their billing/shipping information each time.... how do I create a group of 'special customers, etc etc'...
There's a reason why each and every e-commerce site I have bought from has asked me to register/login.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Products/Cart/Orders - FEU login required?
That login thing is only reason why I decided to use other module for the shop.
The products/cart combination is great (really simple) and I would like to use it but the login requirement in orders module is ruining it.
Why? Because I have really small shop with just a couple of products (5) and people wont come back so often to need account. Its only complicating things and I'm afraid that some people will decide not to place order because of it.
If I had a lots of products and returning customers then I think I would not use a module for CMS. Instead I would use something like Zen Cart.
The products/cart combination is great (really simple) and I would like to use it but the login requirement in orders module is ruining it.
Why? Because I have really small shop with just a couple of products (5) and people wont come back so often to need account. Its only complicating things and I'm afraid that some people will decide not to place order because of it.
If I had a lots of products and returning customers then I think I would not use a module for CMS. Instead I would use something like Zen Cart.
Re: Products/Cart/Orders - FEU login required?
I also found that requiring registration prior to purchase greatly reduces the number who actually pay.
However, I created the following solution for it:
1. Create a form in formbuilder, for Step 1 of your purchase process. Ask their name, email, phone, etc, just like you would for an order.
2. Create a user defined tag that uses FrontEndUsers Api to create a new user and log him in. Use the info collected in the form to populate the user info. The rest you can use AFTER he finishes the order. I call this tag from the Form Submission Template.
3. Do Orders normally. In your Post_Gate_Way complete template, call a UDT that processes the order and copies the user info fields to the FEU profile. Then you can have it email them a username and password along with their order information.
However, I created the following solution for it:
1. Create a form in formbuilder, for Step 1 of your purchase process. Ask their name, email, phone, etc, just like you would for an order.
2. Create a user defined tag that uses FrontEndUsers Api to create a new user and log him in. Use the info collected in the form to populate the user info. The rest you can use AFTER he finishes the order. I call this tag from the Form Submission Template.
3. Do Orders normally. In your Post_Gate_Way complete template, call a UDT that processes the order and copies the user info fields to the FEU profile. Then you can have it email them a username and password along with their order information.
Re: Products/Cart/Orders - FEU login required?
I also think it should be optional as to whether feu should be a requirement for orders
I don't want to store any customer info
just collect a basket of items
then pass it on to paypal for processing
I don't want to store any customer info
just collect a basket of items
then pass it on to paypal for processing
-
- Power Poster
- Posts: 272
- Joined: Wed Sep 13, 2006 4:41 pm
- Location: Belgium
Re: Products/Cart/Orders - FEU login required?
Hi !
Why not use cataloger ?
Why not use cataloger ?
-
- Forum Members
- Posts: 30
- Joined: Tue Dec 02, 2008 1:20 am
- Location: Ocala, Florida
Re: Products/Cart/Orders - FEU login required?
Kendo,
I am following your instructions and I have created the form in Step 1 with all of the necessary fields in Formbuilder.
At this point I have a few questions:
1.) Will you please share the code in your UDT for Step 2? I haven't been able to find any documentation for automatically creating a user and logging him in.
2.) After I have the proper working UDT, how would I send the info from the form to the UDT?
3.) How do I populate FEU user properties with info entered into the form?
4.) In Step 3, is this the same UDT or another one? If different, would you mind sharing that as well.
Thanks in advance for any assistance you can offer!
Jack
I am following your instructions and I have created the form in Step 1 with all of the necessary fields in Formbuilder.
At this point I have a few questions:
1.) Will you please share the code in your UDT for Step 2? I haven't been able to find any documentation for automatically creating a user and logging him in.
2.) After I have the proper working UDT, how would I send the info from the form to the UDT?
3.) How do I populate FEU user properties with info entered into the form?
4.) In Step 3, is this the same UDT or another one? If different, would you mind sharing that as well.
Thanks in advance for any assistance you can offer!
Jack
Visual Harmony, Website Design Blog
To the Devs: Thanks for making CMS Made Simple. It is great and getting better all the time!
To the Devs: Thanks for making CMS Made Simple. It is great and getting better all the time!