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

[Cart Drawer] x [Quick Add Bulk] not updating quantity #3490

Open
sofiamatulis opened this issue May 28, 2024 · 1 comment
Open

[Cart Drawer] x [Quick Add Bulk] not updating quantity #3490

sofiamatulis opened this issue May 28, 2024 · 1 comment

Comments

@sofiamatulis
Copy link
Contributor

Describe the current behavior

Updating the qty in the cart drawer is not updating the qty in the quick add bulk https://screenshot.click/28-38-la0td-7zttg.mp4

Describe the expected behavior

The qty should update

@sofiamatulis sofiamatulis changed the title [Cart Drawer] x [Quick Add Bulk] not updating qty [Cart Drawer] x [Quick Add Bulk] not updating quantity May 28, 2024
@cfxd
Copy link
Contributor

cfxd commented Sep 22, 2024

I ran into this also and was able to find a fix:

In assets/quick-order-list.js I found this line:

fetch(`${this.getSectionsUrl()}?section_id=${this.sectionId}`)

And replaced it with this:

fetch(`${this.dataset.url}?section_id=${this.sectionId}`)

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