Magento 自定义选项默认价格
我的产品在自定义选项中设置了“单价”和“箱价”单选按钮
我希望在 view.phtml
页面中选择单价作为默认值,我该如何执行此操作?
我已经检查了 core\Mage\Catalog\Block\Product\View\Options\Type\select.php
中的函数 getValuesHtml()
我可以在哪里更改它?
I have a product with Unit price and case price radio button set in the custom options
I want the Unit price to be selected as default in the view.phtml
page how can I do this?
I have checked the function getValuesHtml()
in core\Mage\Catalog\Block\Product\View\Options\Type\select.php
Where can I change it ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
马克,我建议你引入一些自动选择第一个单选按钮的 JavaScript。
Mark, I would suggest that you introduce some javascript that auto selects the first radio button.