Jump to content

Make registration required vs optional at checkout


SimChris

Recommended Posts

Howdy folks...

was trying to find an option for this in the store, but after about 6 months with 5x, we still have only couple of customer issued. I solved the annoying ship-to requirement bug today, but still have one thing ... we NEED to have all customer REQUIRED to register, not option for guest account.

 

Preumably I could hack the main template to make the checkbox a hidden checked element, and  then they put in their password at checkout to enable the account.

 

But, we'd like to make that a permanent fix ... no checkbox to "if you wish to create account" ...

 

meaning, they MUST put in password to checkout and the account is created.

 

Ran into the issue where sometimes with "guest" checkout the "print invoice" option link we added on final page would not work, so for other reasons as well we need to ALWAYS have the customer registered ... no floaty ghosts in the customer list :-)

 

Is there a setting for this I have missed (I'm on 5.15 as of today).

 

THANKS FOLKS!



(Note: I tried searching forum for this, but after 2 searches with no result, "flood control" came  on and said.. no more for you bunkie...) doh.

Link to comment
Share on other sites

Heh.. yeah, folks need to see what the costs are before they choose to use our service, even though it's all on the pricing page; however, they obviously need to see pricing, perhaps be able to do a quote to get boss approval by adding multiple services ... etc.  -- but then we want  to make sure they register.

 

I think I will see about hiding that checkbox "do you want to create an account' to be hidden field always checked, but leaving the password fields... in theory this might work.

 

Will update if I get that to work ! :-)

Link to comment
Share on other sites

Well. FYI, in editing the /skinname/templates/content.checkout.confirm.php

changing the

 

 

><input type="checkbox" name="register" id="show-reg" value="1" class="" 
{$REGISTER_CHECKED} />

 

 

to

 

 

<input type="hidden" name="register" id="show-reg" value="1" class="" 
{$REGISTER_CHECKED} /> 

 

 

 

basically hid both the checkbox and the fieldset for is=account-reg.

 

Doh.

 

So, for moment I put "strong" notice [*required] with the checkbox, and changed the class here to "textbox-required" like the other stuff:

 

 

<input type="checkbox" name="register" id="show-reg" value="1" class="textbox 
required" {$REGISTER_CHECKED} />

 

 

 

So, for the moment best I could come up with in v 5.1.5.

 

I might be able to do a style with a white color on white backing or some such, but not up to dealing with that right now.

 

Just updating this for those on hunt for same solution. :-)

Link to comment
Share on other sites

  • 10 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...