You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cart shipping calculator has you put country/state/zip. If we could also have it choose from your address book this would save manual entry if the address is already in your address book.
You should still be able to set these manually if it is not in your address book.
Hey there @matt-h -- I'm working on a PR for this for Hacktoberfest. I've got a proof-of-concept working and will do a little cleanup to get it tight.
Question for you -- I'm going to need to load some javascript on the cart page. Right now I've appended my new javascript to the end of the main scripts.js file and extended the enqueue conditional to include is_cart(). I figure that makes sense rather than splitting the functionality into a new JS file, but I thought I'd see what your thoughts were. As it stands currently it's only about 20 lines of JS unminified.
@eriktdesign thanks. I think that makes sense to keep it in just one JS file. The script will be loaded on the next page (checkout) anyway so loading it on the cart I think is just fine and it will be cached once you get to the checkout.
The cart shipping calculator has you put country/state/zip. If we could also have it choose from your address book this would save manual entry if the address is already in your address book.
You should still be able to set these manually if it is not in your address book.
Suggested here:
The text was updated successfully, but these errors were encountered: