简体   繁体   English

如何在Drupal商业中无需登录就购买特定产品

[英]How to buy particular products without login in drupal commerce

I am new working in drupal-commerce module .Currently the system I have is that a logged in user should buy products from my site but there are two particular product I need to my users buy without doing any login . 我是drupal-commerce模块的新手。目前,我拥有的系统是已登录的用户应从我的网站购买产品,但是我需要两个用户在不进行任何登录的情况下购买特定产品。 Is it possible in drupal-commerce ? 在drupal-commerce中有可能吗? My english is not good so if anyone have any query regarding my question please ask me. 我的英语不好,所以如果有人对我的问题有任何疑问,请问我。

Please help me if there is any solution to this . 如果对此有任何解决方案,请帮助我。

Thanks 谢谢

Purchasing without creating accounts? 采购时不创建帐户? It is possible. 有可能的。

It is possible to purchase products without creating an account. 无需创建帐户即可购买产品。

By default anonymous users aren't permitted to complete the checkout process. 默认情况下,不允许匿名用户完成结帐过程。 What you need is grant them the Access checkout permission. 您需要为他们授予Access checkout权限。 Changing this permission is really easy: 更改此权限非常简单:

  1. From /admin , click on the People link, then Permissions /admin ,单击人员链接,然后单击权限
  2. Under the Checkout section, grant the Access checkout permission to anonymous users 在“ 检出”部分下,向匿名用户授予“ 访问”检出权限
  3. Click Save permissions . 单击保存权限

Now anonymous users can use checkouts. 现在,匿名用户可以使用签出。


How to setup your site to always be anonymous 如何将您的网站设置为始终匿名

There is another way to accomplish this, however it is more complicated and possibly you don't want this, I'm just sharing if so. 还有另一种方法可以完成此操作,但是它更复杂,可能您不希望这样做,我只是在分享。

Users on your page don't have to be logged in (authenticated) or anonymous. 您页面上的用户不必登录(通过身份验证)或匿名。 To setup your site to always be anonymous, you have to disable only two rules. 要将站点设置为始终匿名,您只需禁用两个规则。

The rules can be found by going to the Store Configuration screen and selecting Checkout Settings and then selecting Checkout Rules . 可以通过转到“ 存储配置”屏幕并选择“ 签出设置” ,然后选择“ 签出规则”来找到规则

  • Assign an anonymous order to a pre-existing user 将匿名订单分配给现有用户
  • Create a new account for an anonymous order 为匿名订单创建一个新帐户

Disabling these rules mean the users can't login to see their Orders , however it has no side affect to being able to purchase items. 禁用这些规则意味着用户无法登录以查看其订单 ,但是这对能够购买商品没有负面影响。

If you want to read more about this, check out this page. 如果您想了解更多有关此的内容,请查看页面。

Hope that helps 希望能有所帮助

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM