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.
我有一个 OpenCart 站点,并且想禁用查看购物车页面中属于特定类别的产品的更新按钮。如果产品不属于该类别,将启用更新按钮。
您可以在数据库中添加一列,然后将支持代码添加到 admin/controller、admin/template、catalog/controller、catalog/view/theme/yourtemplate。然后,您可以使用 PHP IF exists 语句将视图购物车按钮包装在您的 catalog/view/theme/yourtemplate/product/product.tpl 中。
只是一个例子。祝你好运!