gpt4 book ai didi

joomla - 删除所有 Virtuemart View 上的 'add to cart' 按钮(产品详细信息除外)

转载 作者:行者123 更新时间:2023-12-03 04:54:25 29 4
gpt4 key购买 nike

我创建了一个自定义插件。我希望买家只能在产品详细信息 View 中使用这些创建的字段“添加到购物车”。在此之前,不应显示“添加到购物车”按钮。我还通过系统插件使用 javascript 实现了这一点,尽管我正在寻找更好的解决方案,例如通过某些函数(例如 - plgVmOnDisplayProductFEVM3 或其他函数)删除它。因为不同的模板可能有不同的“addtocart-bar”类

我还想知道我们是否可以仅从“addtocart-bar”中删除“quantity-box”和“quantity-control”

最佳答案

我可以替换 Virutmart 的“添加到购物车”按钮。我能够通过德行论坛上 Studio42 的帮助来实现这一目标,对此进行讨论 url .

以下代码集仅适用于 php:

//this will remove 'addtocart' button, but show 'choose a variant', 
// and also show quantity selector
$product->orderable = false;

//this along with above line of code will totally replace it
//with your own button
$product->addToCartButton = '<div>my own button</div>';

关于joomla - 删除所有 Virtuemart View 上的 'add to cart' 按钮(产品详细信息除外),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40680349/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com