当用户输入时(类似于 T 恤设计师),使用 Virutmart 在产品图像上显示额外字段
我需要在产品图片上方的页面上显示额外字段(virtuemart 标准属性)。
我需要它作为“自定义打印选项”来显示用户想要在产品上书写的内容!
我需要其他额外字段下的字段(通常是这样),但只有当用户在其上书写时才让它出现在图像上!是否可以?
或者还有其他解决方案吗?
这是例子:
我正在使用:
- Joomla V 1.5.14
- 欢迎使用Virtuemart V1.1.6
代码,我不是太专业了! 谢谢
i need to display an extrafield (virtuemart standard attribute) on flypage over the product image.
I need it as a "customization print option" to display what user want to write over product!
I need the field under other extrafield (as it is normally), but let it appear over image only when user write on it! Is it possible?
Or is there some other solution for this?
Here's the example:
I'm using:
- Joomla V 1.5.14
- Virtuemart V1.1.6
code are welcome, i'm not so expert!
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想到的第一个解决方案是使用 Mootools(因为 VM 已经加载了它)来更新您放置在图像顶部的空白 div。这是 Mootools 中的内置函数。
http://mootools.net/docs/core/Element/Element#Element%3areplaces
The first solution that comes to mind is to use Mootools (since VM already loads it) to update a blank div that you position over the top of the image. This is a built in function in Mootools.
http://mootools.net/docs/core/Element/Element#Element%3areplaces