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.
我在 joomla 1.5 制作的应用程序中使用了 meadowmart。现在在我的产品列表中,我得到了旧价格和新价格,还显示了我可以为该产品节省多少。但我能够找出这些新旧价格在数据库中的存储位置。您能否指导我将旧价格存储在哪个表中?
如果我的问题是正确的,那么您需要基本价格和折扣价(覆盖)。如果是,那么您可以在表格中获得基本价格(旧价格),jos_vm_product_price列名是product_price,新价格(覆盖)在表和列jos_vm_product_discount名是amount。看看它是否有帮助。
jos_vm_product_price
product_price
jos_vm_product_discount
amount