找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 40|回复: 0

woocommerce在add to cart前添加自定义内容

[复制链接]

3

主题

0

回帖

13

积分

管理员

积分
13
发表于 2025-5-11 23:51:53 | 显示全部楼层 |阅读模式
  1. add_action( 'woocommerce_before_add_to_cart_button', 'custom_content_before_add_to_cart', 11 );
  2. function custom_content_before_add_to_cart() {
  3.     echo '<div class="custom-content">10% tax will be added to your order.</div>';
  4. }
复制代码
上述代码放在functions.php文件上
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|quanbaiyi.top

GMT+8, 2025-6-6 12:59 , Processed in 0.087815 second(s), 18 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表