How do I reference product table filed in the HTML block

Hi:



Hope someone can help. Here is what I want to do:

  1. Add a new tab to the product detail page (
  2. The tab is set up as HTML Block
  3. In the tab I want to display specfic product information, such as “product” field from table cscart_product_description



    How do I reference this data in the HTML block?



    Thanks!

    –Wei

[quote name=‘guts_glory’]Hi:



Hope someone can help. Here is what I want to do:

  1. Add a new tab to the product detail page (
  2. The tab is set up as HTML Block
  3. In the tab I want to display specfic product information, such as “product” field from table cscart_product_description



    How do I reference this data in the HTML block?



    Thanks!

    –Wei[/QUOTE]



    Why would you want to duplicate info??? :confused:

If you’re going to add a new .tpl file (or edit the existing one), you can reference the product description with {$product.description}.