Releases: statamic-rad-pack/shopify
Releases · statamic-rad-pack/shopify
1.0.0
0.4.0
Key Changes
- Product Types renamed to Types
- Product Tags renamed to tags
product_varianttag now acceptsshow_price="true"rather thancurrency=""- Massively cleaned up the default theme files.
Other
- [New] Added
product_pricetag to show the price on the product overview page. - [New] Added trait to extend to check if has product variants.
- [New] You can now pass
classto theproduct_varianttag to style the select - [New] Config now has option for
currency- defaults to £.
0.3.0
0.2.6
0.2.0
New
- Added in a way to check for qty changes on the cart screen.
- Tag for loading product variants with default settings.
- JavaScript can now be included compiled (with the theme) or modular for you to customise.
Update
- Completely rewrote the front end JavaScript so it's modular and you can import it at your will. Publishes to
resources/js/vendor/shopify. - Updated tag for loading in compiled js.
{{ shopify_scripts }} - Service provider no longer publishes everything on install.