Join Slack
Powered by
I would prevent ordering from a certain weight per...
# support
s
Sabo
09/23/2022, 9:13 AM
I would prevent ordering from a certain weight per order
k
kennyadsl
09/23/2022, 10:13 AM
Hello Sabo, the weight is stored in the variants so you might be able to add some sort of validation on the order checking
order.line_items.sum { |li| li.variant.weight }
kennyadsl
09/23/2022, 10:13 AM
This might be possibile when people add products to the cart, before the package is created (on the delivery step of the checkout)
s
Sabo
09/23/2022, 10:19 AM
Ok ! thank you
@kennyadsl
for your quick response :)
4
Views
Open in Slack
Previous
Next