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.
嗨,伙计们,我拥有一个使用 magento 的网站,并开始了解 magento 管理的基本技巧,但我不知道如何将信号产品添加到 magento 中的静态块中,我需要输入代码吗?
嗨,通过添加以下代码将产品添加到静态块中非常容易:
{{block type="catalog/product_single" product_id="1" template="catalog/product/singleproduct.phtml"}}
将 id 号更改product_id="1" 为 product id 。
product_id="1"