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.
我想更改添加到购物车按钮上的字符串
我想更改添加到购物车按钮上的标签字符串。在附图中谢谢。
使用Xpath来定位和替换它,如下所示:
Xpath
<xpath expr="//a[@id='add_to_cart']" position="replace"> <a id="add_to_cart" class="btn btn-primary btn-lg mt8 js_check_product a-submit" href="#">Your custom text</a> </xpath>