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.
如果我需要购买技术上不是product
product
换句话说,它是一个完全独立的“会员”,需要购买,而不是产品帖子。
我希望能够手动在购物车中添加商品……手动名称、手动价格、手动元数据,然后购买。
有谁知道如何做到这一点?
这是示例
global $woocommerce; $woocommerce->cart->add_to_cart(16);
16 -> 这是商店中现有产品的 ID
文档链接