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

Support for seller specific Cancellation, Return & Refund policy #43

Open
sreekanthmr opened this issue Feb 16, 2024 · 3 comments
Open
Labels
vendure vendure

Comments

@sreekanthmr
Copy link

sreekanthmr commented Feb 16, 2024

There is a requirement for showing cancellation, return, and refund policies in the front end. Though we can also have item-specific policies, seller-specific policies are more convenient and practical.

Cancellation & Return also should be allowed depending on what is defined in the policy. How do we define & validate scenarios such as "Cancellation/returns will not be allowed after x number of days of successful delivery"

@vbabuEM vbabuEM self-assigned this Feb 19, 2024
@vbabuEM
Copy link
Collaborator

vbabuEM commented Feb 27, 2024

I will add the logic to cascade the terms from seller to item and order. However behavior such as preventing refund, cancellation etc has to be coded in Vendure and in UI.

@vbabuEM
Copy link
Collaborator

vbabuEM commented Feb 27, 2024

@sreekanthmr in our next meeting we will need to identify how we model this on Vendure to make it generic for all products - if we do it at the seller level.

@vbabuEM
Copy link
Collaborator

vbabuEM commented Feb 27, 2024

We have asked the spec team the following:

  1. For seller level cancellation terms (text field we see in sites), how should it be modelled in Beckn.
  2. What are the options to set whether an item is a cancellable item?

We will be adding the text/url and duration of cancellation to the Seller object. The duration is also added to Item object. In case duration is provided by item, that is returned. Else seller duration is returned.

@vbabuEM vbabuEM added the vendure vendure label Mar 4, 2024
@vbabuEM vbabuEM removed their assignment Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vendure vendure
Projects
None yet
Development

No branches or pull requests

2 participants