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.
我在 prestashop 中制作了一个自定义购物车,现在我需要手动增加在我的商店购买的商品数量。我想这可以通过修改数据库来完成。我尝试更改 ps_product_sale 表,但没有用。任何人都可以建议如何做到这一点。谢谢。
您可以通过在 ps_order_detail 表中进行更改来做到这一点。在该表中,PS 存储订购产品的所有信息,例如产品 ID、名称、产品购买数量等。
有一个名为product_quantity的列,更改它会更改购买的产品数量。