Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有 Virtuemart 扩展程序可以转到您要编辑的下一个产品,因此您无需返回产品概述页面来选择下一个?浏览许多要编辑的产品,快速浏览它们会很棒,但现在这似乎是不可能的。想法?
我的王国需要这样的工具,但可惜,据我所知,没有这样的工具。但是,我使用了一种解决方法 - 在产品页面中,我只需右键单击链接进行编辑,然后选择“在新窗口中打开”并在完成后关闭窗口。
您还可以在浏览器栏中获取 URL,将您当前正在编辑的产品的 id 添加到 id 中,以避免打开更多页面。
保存后记得这样做,显然
http://yourserver.com/administrator/index.php?option=com_virtuemart&view=product&task=edit&virtuemart_product_id[]=3615 _
然后你做
http://yourserver.com/administrator/index.php?option=com_virtuemart&view=product&task=edit&virtuemart_product_id[]=3616 _
等等