Closed wychoong closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
lunar-docs | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Sep 13, 2024 9:47am |
Thanks @wychoong Should we also be considering the Min. Spend field as well?
Thanks @wychoong Should we also be considering the Min. Spend field as well?
Min. Spend field is actually min_quantity field on the table, and currently it is hardcoded to multiply 100. do you want me to update it to use currency factor too?
I think so, since the shipping addon uses this as a price check π€
I think so, since the shipping addon uses this as a price check π€
I have updated both to use the currency factor. Also fixed my previous change which uses default currency. now it uses the currency selected at the repeater πΆβπ«οΈ
also added
->required()
to shipping method