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.
我在我的 wordpress 网站上使用 shopp 插件。通常,当我按下产品页面上的“添加到购物车”按钮时,它会添加产品并重定向到购物车页面。我想停止重定向并使其在添加产品后停留在同一页面上。
我计划使用引导程序添加一个模式窗口来显示一条消息,显示购物车的更新内容,但这是另一回事。
谢谢
您可以将添加到购物车按钮切换到 ajax 模式,这将阻止重定向到购物车页面,如此处所述https://shopplugin.net/api/product-add-to-cart/。看看这些例子。