5.0.1
November 4th, 2024
Fix bad release
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v5.0.0...v5.0.1
4.0.6
October 27th, 2024
What's Changed
- Prevent current timestamp being added to draft products by @sunscreem in https://github.com/statamic-rad-pack/shopify/pull/245
New Contributors
- @sunscreem made their first contribution in https://github.com/statamic-rad-pack/shopify/pull/245
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v4.0.5...v4.0.6
4.0.3
September 18th, 2024
What's Changed
- Error on Collection Create/Update Webhook by @anditopping in https://github.com/statamic-rad-pack/shopify/pull/238
New Contributors
- @anditopping made their first contribution in https://github.com/statamic-rad-pack/shopify/pull/238
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v4.0.2...v4.0.3
3.6.0
September 9th, 2024
What's new
- https://github.com/statamic-rad-pack/shopify/pull/227 @ryanmitchell (#227)
3.5.0
September 4th, 2024
Whats new
- Set default roles and groups from Statamic when making users @ryanmitchell (#225)
3.2.1
March 17th, 2024
What's Changed
- Update ImportSingleProductJob.php by @dwainscheeren in https://github.com/statamic-rad-pack/shopify/pull/205
New Contributors
- @dwainscheeren made their first contribution in https://github.com/statamic-rad-pack/shopify/pull/205
Full Changelog: https://github.com/statamic-rad-pack/shopify/compare/v3.2.0...v3.2.1
1.7.8
October 21st, 2022
Fixed
- Fixed an issue with redundancies made in #111. This should fix cart checkout removal issues and quantities. (#136).
1.7.7
October 21st, 2022
Changed
- Products now re-import off the
product_id
rather than the slug. This is to prevent duplications and changes whenever the product is changed in the Shopify Admin. NOTE: we do not overwrite the slug again in Statamic in case it has been changed here for SEO purposes. (#135)
1.7.6
July 21st, 2022
Changed
- Loosened methods on
ProductVariant.php
tag so that they can be overwritten by extension. (#126)
Fixed
- Fixed an issue with storefront_id, inventory_policy, and inventory_management being missing from variant (#122).
- Fixed an issue with the example js not invalidating carts if they were completed. (#123)
1.7.5
March 8th, 2022
1.7.4
March 3rd, 2022
New
- Adds support for new apps generated via Shopify, these require the use of an Admin API Token rather than the Auth/Password combo. You can add this option by specifying
SHOPIFY_ADMIN_TOKEN
in your.env
file.
1.7.3
February 3rd, 2022
Fixed
- Fixed an issue with the localStorage values returning null on initial load of products. Please publish assets again. If you've modified the JS files, Please review PR #111 for changes you may need to make.
1.7.2
January 17th, 2022
Fixed
- Remove an issue with the
async
andawait
causing issues with the cart.
1.7.0
January 17th, 2022
Fixed
- Changed the way the checkout ID gets intitalised to prevent errors if the ID is cleared/not intialised properly. To get this change on an existing site, you'll need to update your JS or republish the JS. (See #103).
- Fixed an issue with the delete webhook not properly removing files. (See #104).
New
- Added the option to define a queue for the Shopify jobs. Defaults to
default
. If you'd like to set a unique process you can set a env variable ofSHOPIFY_JOB_QUEUE
. (See #95).
1.6.0
September 19th, 2021
New
- Potentially Breaking:: Now imports
inventory_management
option for each variant to check if the product is out of stock. This allows for sale of products which aren't out of stock and only denies if the "track inventory" option is checked within Shopify. If, it's unchecked the system will believe that there is either "unlimited stock" or "you have manually adjusted". (See #89)
1.5.2
August 16th, 2021
Fixed
- Out of stock flag in
product_variants
now works if stock is negative/0 rather than just 0 (#81)
1.5.0
August 11th, 2021
New
- Product variants that are out of stock are disabled by default in the option. You can manually control this by looping around variants and changing the output. (#70).
- Products imported which are drafts or unpublished, are no longer marked as published in Statamic and will be set to draft. (#75).
1.4.3
June 2nd, 2021
Fixed:
- Products assigned to more than 250 collections would overwrite on pagination.
- Smart collections now import alongside custom assigned collections. See #64.
1.3.6
May 17th, 2021
New
- Adding
compare_at_price
for variants to check if on sale - you'll need to add this to your blueprint to be visible in the admin. #55
Fixed
1.3.1
April 8th, 2021
New
- ProductVariant tag has been updated to give you multiple ways to interact with them.
product_variant:generate
- outputs the html prerendered (default)product_variant:loop
- gives you access to variant data to use however you wish.product_variant:by_title
- lets you grab one variant by it's title.product_variant:by_index
- lets you grab one variant by index.
Updated
- InStock, ProductVariant, and ProductPrice tag updated so you no longer need to define
:product="slug"
each time. - Updated theme files to reflect the tag changes.
1.3.0
April 5th, 2021
- [New] Adds the ability to pull options names into an array field. (See Upgrade Guide). Ref #31.
- [Update] Default variant now has the title 'Default' for single products rather than 'Default Title'
- [Bug] Now removes old variants that are no longer present in Shopify. Fixes #32.
- [Bug] Additional fields are no longer being overwritten on Products. Fixes #30.
- [Bug] Fixes the way product tags/type/vendors import. No longer a mismatch.
- [Bug] Fixes variant data would be overwritten if extended.
Upgrade Guide
If you want to display options/handle them on the site you need to update your Product.yaml
blueprint in resources/blueprints/collections/products
with the options field. Append the following. You're then free to hide it.
-
handle: options
field:
mode: dynamic
display: Options
type: array
icon: array
listable: hidden
1.2.0
March 26th, 2021
The one about webhooks
- [New] All webhooks have been given a name.
- [New] Added a webhook for when a product is created in Shopify.
- [New] Added a webhook for when a product is updated in Shopify
these two webhooks if utilised, should mean you don't have to run full imports after the first one.
- [Fix] Incorrect name on Product Delete Webhook.
- [Update] Product delete webhook now has a new path. See potentially breaking below.
Potentially breaking
WebHook endpoint for Product Deletion has changed from /!/statamic-shopify/webhook/product-deletion
to /!/statamic-shopify/webhook/product/delete
1.1.1
March 15th, 2021
- [New] Added lang array to config to overwrite some of the default text used in tags.
- [New] Added option to
product_variants
tag to show out of stock in the select. - [New] Appends
data-in-stock
to each option in the variant loop to show if in/out of stock.
1.1.0
March 15th, 2021
- [New] Added
{{ in_stock :product="slug" }}
tag to check if a product is in stock. - [New] Pulls in
inventory_policy
from the Shopify API for variants (You will need to sync again). - [New] Displays out of stock on
{{ product_price }}
tag if a policy exists and there is no stock. - [Update] Moved the Shopify Settings into Tools and branded it with the Shopify Bag icon.
- [Fix] Product Price tag had been accidentally removed.
1.0.3
March 15th, 2021
- [Fix] Fixing create a new product in Statamic throwing error.
- [Fix] Styling on no variants found for products.
- [Fix] Invalid namespace on Variant Action
1.0.2
March 13th, 2021
- [Fix] Fixing tag foreach on null
- [Fix] Fixing quick start link in placeholder
1.0.1
March 8th, 2021
Updated
- Added a debounce handler and implemented it around the cart quantity JS.