Ian Jamieson

Results 9 comments of Ian Jamieson

You just need to exclude the nonce field using the excludeFields method. eg. form.sisyphus({ excludeFields: $('[name="my_nonce_fied"],[name="_wp_http_referer"]'), });

+1 This would make a great improvement.

Interestingly it looks like you need to expose metafields via a graphql mutation, and you need to specify the namespace of the fields. They're not automatically available. Still doable.

@arobbins Yeah exactly. And for good reason I suppose, its a security issue. It looks like the metafields for products are exposed at the /admin/products/#{id}/metafields.json endpoint in the admin API....

Hey @arobbins, Inside #product_buy_button, below qty and any variants.

+1 _Edit by maintainers: Comment was **automatically** minimized because it was considered unhelpful. (If you think this was by mistake, let us know). Please only comment if it adds context...

Seems to have changed between v14.0.3 and v14.0.4, it was working for me with v14.0.3.