Skip to content

Commit

Permalink
pre first release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
james0r committed Aug 14, 2023
1 parent a3285fc commit f449c90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions shopify/assets/prodify.static.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ class Prodify {
this.quantityHiddenInput = this.el.querySelector('input[name="quantity"]')

this.initEventListeners()

// this.el.dispatchEvent(new Event('change'));
}

initEventListeners = () => {
Expand Down
4 changes: 3 additions & 1 deletion shopify/sections/main-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
data-id="{{ product.id }}"
data-url="{{ product.url }}"
data-section="{{ section.id }}"
data-prodify="{{ section.settings.picker_type }}">
data-prodify="{{ section.settings.picker_type }}"
>

<script type="application/json" data-prodify-variants-json>
{{ product.variants | json }}
</script>
Expand Down

0 comments on commit f449c90

Please sign in to comment.