Closed (fixed)
Project:
Commerce Kickstart
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
26 Jul 2012 at 15:18 UTC
Updated:
23 Aug 2012 at 14:51 UTC
We have a specific user flow for checkout : #1632544: User flow for login and checkout process
We want to have :
Comments
Comment #1
vasike2. A checkbox that says : "Allow checkout for anonymous users."
at this moment the "access checkout" is enabled by default.
i could find 2 places where this is set:
- commerce_kickstart_install function in "commerce_kickstart.install" file
- in commerce_kickstart_user.features.user_permission.inc as user permission feature, this module is enabled by default no matter we have any option about demo content or other extras checked
the question is: where should we have implemented
as it is now, in both places or just one (an which)?
Comment #2
vasikecommit for 1. ( User flow for login and checkout process enabled by default) - https://code.drupalcommerce.org/#/c/229/
Comment #3
vasikecommit for 2. (A checkbox that says : "Allow checkout for anonymous users.") - https://code.drupalcommerce.org/#/c/230/
Comment #4
vasike1. and 2. merged and completed on https://code.drupalcommerce.org/#/c/229/
Comment #5
guguss commented@vasike : Actually it's a commit and not a merge yet ;)
Actually, it's not doing what we need yet ! I commented the commit on Gerrit.
Comment #6
vasikein the previous commits, i changed the "access checkout" permission for anonymous.
i thought that the http://drupal.org/project/commerce_checkout_redirect replace the access denied for Anonymous users with a redirection to login.
maybe this could be a bug for this module, if there's no "access checkout" permission for anonymous.
this should be checked.
i removed all the permissions stuff and keep only the Commerce Checkout Redirect dependency for NOT("Allow checkout for anonymous users.")
https://code.drupalcommerce.org/#/c/229/
Comment #7
bojanz commentedMerged in https://code.drupalcommerce.org/#/c/309/