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.
是否有任何 woocommerce 专家知道如何从商店页面删除添加到购物车按钮?我只希望该按钮显示在单个项目页面上。
另外,我想更改标题和价格的顺序。我希望价格直接显示在图像下方,标题显示在价格下方。我在模板中的哪个位置进行更改?
谢谢!
请在woocommerce插件目录中找到以下文件
wp-content/plugins/woocommerce/templates/content-product.php
并删除如下所示的行
它将删除商店页面中每个产品的添加到购物车按钮,保留单个产品页面中的按钮。