Post by sayedsrkkhan » Thu May 24, 2018 3:10 am

Hello, I want help from you.
I have installed oc 2.3.0.2 and I want to remove completely registration and login from my store, anybody can help?
and also want to remove it from the checkout page.
Please help me, Thanx in Advance.

New member

Posts

Joined
Wed Apr 18, 2018 5:49 pm

Post by thekrotek » Thu May 24, 2018 3:26 am

Well, the easiest way is to set a redirect from registration/login to some other page - home page, for example. As for checkout, it depends on do you want to use default checkout or buy a custom one. Custom checkouts usually allow you to customize checkout page and remove some steps. Yet if you want to stay with default checkout, you need to modify checkout page a bit to simply skip the login and always use guest checkout.

If you can't do it yourself, send me a tell via email. We'll discuss this.

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am


Post by yodapt » Thu May 24, 2018 4:41 am

Might need to disable affiliate registration and login too.

Opencart Developer - My Extension Showcase
Contact me at aeon.yoda@gmail.com


User avatar
Active Member

Posts

Joined
Fri Jun 17, 2011 6:39 pm


Post by sayedsrkkhan » Thu May 24, 2018 2:09 pm

Thank you....thekrotex & ydop...can you please tell me full step of disabling... I ??? ??? know its possible by redirection but how can I redirect...which page..code??

New member

Posts

Joined
Wed Apr 18, 2018 5:49 pm

Post by synapseindia » Thu May 24, 2018 8:22 pm

You can edit your CSS file for Login and Register button using .
"display:none"

It will hide the button so no more functionality for login and registration in website.

User avatar
Active Member

Posts

Joined
Thu Apr 05, 2018 2:27 pm

Post by sayedsrkkhan » Thu May 24, 2018 8:42 pm

yes, we can hide login and registration but this is not a solution because some validation is there..we have to remove them... I read somewhere that we need to edit in controller/checkout/shipping.php but in my store, it is not working so anybody can tell me those steps to remove login/registration.

New member

Posts

Joined
Wed Apr 18, 2018 5:49 pm

Post by thekrotek » Thu May 24, 2018 8:46 pm

synapseindia wrote:
Thu May 24, 2018 8:22 pm
You can edit your CSS file for Login and Register button using .
"display:none"

It will hide the button so no more functionality for login and registration in website.
This is a VERY doubtful and weak solution. Everybody with the very basic knowledge of CSS can disable this definition right in browser.

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am


Post by sayedsrkkhan » Fri May 25, 2018 12:12 am

just tell me the process to remove login and registration, after that i can do i have knowledge of basic php ,html,css.
I think from css we can not remove whole control of registration and css.

New member

Posts

Joined
Wed Apr 18, 2018 5:49 pm

Post by IP_CAM » Fri May 25, 2018 7:15 am

If you can't do it yourself, send me a tell via email. We'll discuss this. (thekrotek)
Well, he already told you, how to reach him, but better don't expect free assistance on this, it's
much to comprehensive, to be solved within a few free minutes.
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by thekrotek » Fri May 25, 2018 7:25 am

IP_CAM wrote:
Fri May 25, 2018 7:15 am
Well, he already told you, how to reach him, but better don't expect free assistance on this, it's
much to comprehensive, to be solved within a few free minutes.
He already contacted me and apparently this guy wants free help and not ready to pay.

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am


Post by sayedsrkkhan » Fri May 25, 2018 6:07 pm

okay...i will try to do this...i want help in free because i do not have money,i want to learn how can it possible.
Thank you all.

New member

Posts

Joined
Wed Apr 18, 2018 5:49 pm

Post by theGeekyStuff » Fri May 25, 2018 6:27 pm

sayedsrkkhan wrote:
Fri May 25, 2018 12:12 am
just tell me the process to remove login and registration, after that i can do i have knowledge of basic php ,html,css.
I think from css we can not remove whole control of registration and css.
The login and registration forms at checkout are driven by ajax contollers. You can start from here \catalog\controller\checkout\checkout.php

Newbie

Posts

Joined
Wed May 23, 2018 7:08 pm

Post by thekrotek » Fri May 25, 2018 7:39 pm

sayedsrkkhan wrote:
Fri May 25, 2018 6:07 pm
okay...i will try to do this...i want help in free because i do not have money,i want to learn how can it possible.
Thank you all.
If you want to learn, start from learning, how to use Google. It isn't that hard to type "redirect from one URL to another" and look for solution. Also you need to understand MVC concept to understand, how OpenCart framework is built.

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am


Post by sayedsrkkhan » Fri May 25, 2018 8:12 pm

you are right krotek...i know how to use google but i have problem with MVC

New member

Posts

Joined
Wed Apr 18, 2018 5:49 pm

Post by yodapt » Fri May 25, 2018 10:02 pm

MVC can be understood in 10 minutes with google too. Models load datasets, controllers are in between of models and views to get the requested data and treat it properly, and views display the final content.

Opencart Developer - My Extension Showcase
Contact me at aeon.yoda@gmail.com


User avatar
Active Member

Posts

Joined
Fri Jun 17, 2011 6:39 pm


Post by sayedsrkkhan » Sat May 26, 2018 1:02 am

Thank you yodapt. :)

New member

Posts

Joined
Wed Apr 18, 2018 5:49 pm

Post by sayedsrkkhan » Sat May 26, 2018 4:00 am

Finally I did It. :D :D :D :D
Thank you Guys.

New member

Posts

Joined
Wed Apr 18, 2018 5:49 pm

Post by saffamansoor » Wed Oct 30, 2019 6:32 pm

sayedsrkkhan wrote:
Sat May 26, 2018 4:00 am
Finally I did It. :D :D :D :D
Thank you Guys.
hey! how?
i have hide all login/register links from website but how to remove it from checkout? the checkout options step?

New member

Posts

Joined
Wed Feb 13, 2019 3:16 pm
Who is online

Users browsing this forum: No registered users and 64 guests