Skip to content
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

Modify Return Reasons with Warranty Claim #5900

Closed
fthobe opened this issue Nov 7, 2024 · 0 comments · Fixed by #5901
Closed

Modify Return Reasons with Warranty Claim #5900

fthobe opened this issue Nov 7, 2024 · 0 comments · Fixed by #5901

Comments

@fthobe
Copy link
Contributor

fthobe commented Nov 7, 2024

Desired Behavior

Currently Return_Reasons contains following elements:

Spree::ReturnReason.find_or_create_by(name: 'Better price available')
Spree::ReturnReason.find_or_create_by(name: 'Missed estimated delivery date')
Spree::ReturnReason.find_or_create_by(name: 'Missing parts or accessories')
Spree::ReturnReason.find_or_create_by(name: 'Damaged/Defective')
Spree::ReturnReason.find_or_create_by(name: 'Different from what was ordered')
Spree::ReturnReason.find_or_create_by(name: 'Different from description')
Spree::ReturnReason.find_or_create_by(name: 'No longer needed/wanted')
Spree::ReturnReason.find_or_create_by(name: 'Accidental order')
Spree::ReturnReason.find_or_create_by(name: 'Unauthorized purchase')

Hereby some reasons need to be served by merchant to satisfy warranty terms, others to satisfy cool down periods.
A clear distinction in between warranty reasons and other reasons would increase the value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant