How can I add custom check rules when hitting the checkout button开发者_JAVA技巧? For example, I'd like to limit the total quantity of products in an order <= 10. Thanks!
Implement hook_order($op='submit').
How can I add custom check rules when hitting the checkout button开发者_JAVA技巧? For example, I'd like to limit the total quantity of products in an order <= 10. Thanks!
Implement hook_order($op='submit').
精彩评论