Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用以下代码以编程方式生成优惠券代码
$coupon = commerce_coupon_create('commerce_coupon_pct'); commerce_coupon_save($coupon);
如果这些代码在 xxx.module 文件中运行,当我刷新页面时,它会在数据库中写入两张优惠券。
如果这些代码写在page.tpl.php这样的主题模板文件中,运行良好。
有人知道为什么吗?
谢谢!</p>