Releases: adearriba/ShopifyCheckoutJS
Releases · adearriba/ShopifyCheckoutJS
v0.1.0-alpha.2
Creating release with latest bug fixes.
v0.1.0-alpha.1
v0.1.0-alpha.1
Some refactoring and...
Added payment method related functions:
- Retrieve the Payment methods inside the load:payment event
- Add a description to payment methods with content boxes
- Get/set payment method checked status
- Event when a payment method is changed with the selected payment method and information
More to come...
v0.1.0-alpha
v0.1.0-alpha
A very basic first release that contains support for:
- Differentiate load events for each step/page of checkout
- Error event for any exception that was not catch in load handlers
- Modify fields inside Information and Payment (billing address fields) steps
- Add/remove error message and state
- Create new fields (text, checkbox, dropdowns) and saving the data in checkout attributes
- Insert a field before/after a field
- Add tooltips for text fields
- Retrieve the Shipping methods inside the load:shipping event
- Add a description to shipping methods
- Get/set shipping method checked status
More to come...