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

Feature request: Disable edit of invoice at checkout #825

Open
vvinci00 opened this issue Dec 5, 2023 · 4 comments
Open

Feature request: Disable edit of invoice at checkout #825

vvinci00 opened this issue Dec 5, 2023 · 4 comments

Comments

@vvinci00
Copy link

vvinci00 commented Dec 5, 2023

In my case, I manage the account details in a dedicated page and it could generate some issue in changing the invoice address at checkout.

At now we have just disabled the edit in code but it's a little bit difficult to manage with update and so.
It would be great if there was an option like "allow custom invoice" that allow to edit invoice information or just print it as recap at checkout time.

@Mesuva
Copy link
Collaborator

Mesuva commented Dec 5, 2023

I'm struggling to understand your request here.

Which button are you talking about in terms of editing? (maybe a screenshot would be handy)

@vvinci00
Copy link
Author

vvinci00 commented Dec 5, 2023

Hi,

thanks for quick response.

below the screenshot:

image

all the field about billing details should not be editable.

@vvinci00
Copy link
Author

it's possible to disable the editing of the input in any way?

@Mesuva
Copy link
Collaborator

Mesuva commented Dec 18, 2023

One thing you could try is overriding the checkout single page template, and then add a little javascript to target those fields and disable them. (or maybe even just edit the fields directly and added in the disabled attribute)

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

No branches or pull requests

2 participants