Virtuemart 在管理中预设产品字段
如果您需要在 Virutmart 中添加产品,我只使用 25% 的产品字段。我希望预设输入字段,这样我就不必填写所有字段。问题是输入的值是一个将其插入数据库的 php 代码。
<input type="text" class="inputbox" name="product_name" value="<?php echo shopMakeHtmlSafe( $db->sf("product_name")); ?>" size="32" maxlength="255" />
有没有办法在输入字段中回显标准值?无需中断连接或使其出现错误。
非常感谢!
If you need to add a product in virtuemart I only use 25% of the products fields. I wish to preset the input fields so I don't have to fill in all the fields. The problem is that the value of the input is a php-code to insert it into the database.
<input type="text" class="inputbox" name="product_name" value="<?php echo shopMakeHtmlSafe( $db->sf("product_name")); ?>" size="32" maxlength="255" />
Is there a way to echo a standard value in the input fields? Without distrubing the connection or make it bug.
Thanks alot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以手动创建一个产品,将其设为“模板产品”(即根据需要预先填写字段),然后使用克隆产品功能吗?
在 Virtuemart 后端,转到产品 ->列出产品,查看垃圾桶图标旁边,您应该会看到“克隆产品”图标
Can you just create one product manually, make it a "template product" (i.e. fields are prefilled as you want them), and then use the clone product feature?
In the Virtuemart backend, go to Products -> List Products, look next to the trashcan icon and you should see a "Clone Product" icon