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.
设法不在我的产品页面中显示价格。但是有谁知道如何从购物车和结帐中删除定价?
或者这一切都应该是自定义的 CSS 调整?我正在寻找一个钩子,但找不到它。这是一个订购东西的网站,网上没有定价。
希望有人可以帮助我
我去过那儿!您将需要检查网站上的每个价格元素,然后从主题的 php 代码中删除或将其 css 类变为不可见,如下所示:
span.price{display: none;}