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.
我需要一种从 Prestashop 模块中修改购物车摘要页面的方法。基本上我想要一个带有选择框的新列,在客户单击“继续结帐”按钮后,我想获取为每个产品选择的选项。此外,更改主题不是一种选择,我正在尝试在模块中完成此操作。
由于更改主题不是一个选项,您可以使用 JavaScrit“注入”所需的标记代码 - 例如使用 jQuery。
看一下“after()”方法。
http://api.jquery.com/after/