Magento - Display Same Block Multiple Times on CMS Page -


I am using the method described here to display a different product on the CMS page:

The problem is that if I try to display 2 products using this method, then both blocks show the same product, even if I specify a different ID in each block I:

  {{block type = "catalog / product_nui" product_id = "1 "Template =" catalog / product / visual / your_en_page.file "}} {{block type =" list / product_new "product_id =" 2 "template =" list / product / code above in the above results in your CMS page results in product 1 The bar is being displayed. 
"post-text" itemprop = "text">

solution changes for product_view like this Product_in is: type = "catalog / product_view" is fun :)


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -