-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issue- drupal 8.8.5 #1
Comments
There is another problem while going for the return request is:- RuntimeException: The "customer_profile" plugin requires the "profile_scope" configuration key in Drupal\commerce\Plugin\Commerce\InlineForm\InlineFormBase->validateConfiguration() (line 89 of /home/dhruva/webapps/ecommerce/modules/contrib/commerce/src/Plugin/Commerce/InlineForm/InlineFormBase.php). |
You can fix the installation problem by applying this patch on the core https://www.drupal.org/files/issues/2019-11-04/3062441-5.patch |
@dhruva7 For this issue i have raised a pull request. |
@Danishkhurshid thanks for the help dude, I have seen your pull request, is it solved. As I am also having the similar issue related to the return tab. The issue is with profile scope. |
@dhruva7 Yep. Since the PR hasn't been merged yet you can apply the pull request changes as a patch and It will work. |
Hi @Danishkhurshid , is your pull request working for drupal 8.9? or on your website as I am still getting the same error. |
@dhruva7 Try applying the pull request as patch. It is working for me. |
@Danishkhurshid bro, how did you manage the commerce return type entities missing workflow issue as I have uploaded in the screenshot?
|
@dhruva7 oh! Actually we didn't require setting up the workflow for item entities. Our use case was pretty simple and we only have one order item type to work with. :) I will do some debugging around this. |
Thanks mate, also, there is another bug while accepting the return request- RuntimeException: The "customer_profile" plugin requires the "profile_scope" configuration key in Drupal\commerce\Plugin\Commerce\InlineForm\InlineFormBase->validateConfiguration() (line 89 of /home/dhruva/webapps/iuooa/modules/contrib/commerce/src/Plugin/Commerce/InlineForm/InlineFormBase.php). You are right, I think this module is perfect while need not to add any further edits. |
I think both the workflow is required. As in return page a customer have two options -1- Return Reason 2- Expected resolution.
|
Hi I was trying to install the module, it was showing the following issue while trying to install.
Also the below rma workflow is not showing. Where I can add the workflow for the Commerce return item type entities
Thanks and regards
The text was updated successfully, but these errors were encountered: