2 Replies Latest reply: Nov 12, 2014 1:45 PM by DESIGNonly RSS

    Replace table codes with useLi in BC module template > online Shop Layouts

    DESIGNonly Community Member

      I am having a problem in BC module template > online Shop Layouts:

       

      • Trying to get rid of Table Codes that inserted by BC system with List or possible Div
      • Contact with Adobe BC tech support, they suggest use this useLi tag in my online Shop Layouts. After I implement the codes below, and it doesn't work. The table code is still there on the front page:
        • Here is the code that I implement in the module template:
          • {tag_productlist, useLi (true)}

       

        • Below is the front page codes, you can see the table is inserted by BC system:
          • <table class="productTable productSmall"><tbody><tr><td id="catProdTd_9074914" class="productItem">
          • </td><td class="productItem"></td><td class="productItem"></td><td class="productItem"></td></tr></tbody></table>

       

      How could I remove the table that insert by BC System? Please help!!