开发者

How to add custom Ubercart check rule?

开发者 https://www.devze.com 2023-02-03 07:23 出处:网络
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=\

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').

0

精彩评论

暂无评论...
验证码 换一张
取 消