Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake "buy now" redirect to login page if customer is not logged in. #4049
Comments
|
Hi @rolandh, I guess I see on the configuration page like that property. Do you enough for you below property? |
|
I don't want to allow anonymous checkout, I just want the "buy now" button to redirect to the login page. The issue with anonymous login is you get a huge amount of bots buying items and generally hitting the server. I can modify the source code to achieve this but I was hoping it could be done out of the box. |
|
Actually you can fix with small plugin. This plugin can work like your process. If you want we can develop like that plugin. |
|
We already have our own plugin, so I can implement it myself when I get time. Thanks for the offer. I assume you would charge for this? |
Roland, I can try with small effort, no problem charge. |
|
Hi Ronald, I developed some plugin and theme on nopCommerce 4.0, Can you check plugin features. If you need like that this we can talk about it https://github.com/kenanilgun/nopCommerce/tree/issue-4049 Have a good work. |
|
Hi Ronald, Did you look plugin? |

Make "buy now" redirect to login page if customer is not logged in. Make it configurable on the order settings
Currently if you do not enable anon purchases (required by us) then there is no purchase button and it is not intuitive that they must register/login to purchase.
Is there anyway we could still have the buy now button but force the user to login/register if they click it?