如何在 Magento 产品视图页面中单击或悬停时回显属性名称
我安装了一个模块,它为我提供了颜色样本作为缩略图而不是下拉列表。用户单击颜色后,如何回显属性(颜色)名称?
例如,如果他们单击黑色缩略图,我希望下面显示短语“颜色:黑色”。有人可以帮忙吗?
非常感谢。
I installed a module that gave me color swatches as a thumbnail instead of dropdown. How can I echo the attribute (color) name once a user has clicked on the color?
For example, if they click the Black thumbnail, I would like the phrase "Color:Black" to display below. Can anyone help?
Thank you very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的色样处于“选定”状态,您可能可以轻松地将其用于样式设置。例如:
以及随附的 CSS:
If your color swatches have a "selected" state, you may trivially be able to use that for styling. For instance:
And accompanying CSS: