Virtuemart 在管理中预设产品字段

发布于 2024-11-03 21:03:31 字数 359 浏览 1 评论 0原文

如果您需要在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

巾帼英雄 2024-11-10 21:03:31

您可以手动创建一个产品,将其设为“模板产品”(即根据需要预先填写字段),然后使用克隆产品功能吗?

在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文