Skip to content

Releases: statamic-rad-pack/shopify

1.0.0

06 Mar 16:30

Choose a tag to compare

Public Release !

0.4.0

06 Mar 01:48

Choose a tag to compare

0.4.0 Pre-release
Pre-release

Key Changes

  • Product Types renamed to Types
  • Product Tags renamed to tags
  • product_variant tag now accepts show_price="true" rather than currency=""
  • Massively cleaned up the default theme files.

Other

  • [New] Added product_price tag 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 class to the product_variant tag to style the select
  • [New] Config now has option for currency - defaults to £.

0.3.0

05 Mar 18:49

Choose a tag to compare

0.3.0 Pre-release
Pre-release

Update

  • Docs have been updated with more relevant information that hopefully clears a few things up.

Removed

  • Removed the compile scripts as it didn't make sense.

0.2.6

05 Mar 00:19

Choose a tag to compare

0.2.6 Pre-release
Pre-release
removing ray debugging.

0.2.0

04 Mar 23:29

Choose a tag to compare

0.2.0 Pre-release
Pre-release

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.

0.1.2

04 Mar 02:54

Choose a tag to compare

0.1.2 Pre-release
Pre-release

New

  • Added trait for importing all products
  • Added webhook for when a product is deleted

Fixes

  • Fixing large data set imports