batchnz / craft-commerce-untitled

A Craft Commerce plugin for minting variants based on field values
MIT License
0 stars 1 forks source link

Feat/configuration fields #20

Closed danielsiemers closed 3 years ago

danielsiemers commented 3 years ago

Adds the ability specify product dimensions fields (weight, height, length, width), within the configurator.

danielsiemers commented 3 years ago

Hey @judereid could I please get you to give this a bit of a review. In short, extends the current configuration plugin to allow the fields maxQty and minQty to also be generating when configuring a batch of products. It also allows the weight, height, width and length fields to be configured but only if the hasDimensions option has been enabled by the user for a specific product. Cheers.

judereid commented 3 years ago

@dancarter888 Overall looks great! A couple of very minor comments.