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.
我的网站使用 cs-cart 4.0,我需要在 body 标签上方的模板钩子,如何在 cs-cart 4.0 中做到这一点?(我想为自己创建一个新的钩子!我该怎么做?)
您可以通过添加 {hook name="index:my_hook"}{/hook} 到文件中来做到这一点,design/themes/basic/templates/index.tpl但请考虑到将来的更新,挂钩可能会被删除,您将需要再次添加它
{hook name="index:my_hook"}{/hook}
design/themes/basic/templates/index.tpl