verbb / postie

A Craft Commerce shipping calculator plugin.
Other
12 stars 18 forks source link

[FR] Modify Variant Query at "admin/postie/settings#tab-products" #43

Closed xhuang9 closed 3 years ago

xhuang9 commented 3 years ago

What are you trying to do? I am trying to modify the Variant Query on admin/postie/settings#tab-products. We actually not want to ship all the products using postie.

It would be nice, if we can modify the query.

What's your proposed solution? Maybe at verbb/postie/src/templates/settings/_panes/products.html:30

{% for variant in craft.postie.getVariants() %}

Then possibly triggering an event with variable function, allow modification to variant query object.

engram-design commented 3 years ago

Added in 2.3.1. See docs