Copy link to clipboard
Copied
Trouble with BC's module inserts:
I'm inserting eCommerce module > Products> List of Products, specs given:

So,
{module_productlistdump,-1,3,_self,Alphabetical}
Produces
<table class="cataloguelistdump" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top">
<ul class="catelogueitemdump">
<li> <a target="_self" href="/spicy-perfumes/sample-product-1">Sample Product 1</a> </li>
<li> <a target="_self" href="/woody-parfumes/sample-product-4">Sample Product 4</a> </li>
<li> <a target="_self" href="/spicy-perfumes/sample-product-7">Sample Product 7</a> </li>
</ul>
</td>
<td valign="top">
<ul class="catelogueitemdump">
<li> <a target="_self" href="/designer-brands/sample-product-2">Sample Product 2</a> </li>
<li> <a target="_self" href="/classic-boutique/sample-product-5">Sample Product 5</a> </li>
<li> <a target="_self" href="/classic-boutique/sample-product-8">Sample Product 8</a> </li>
</ul>
</td>
<td valign="top">
<ul class="catelogueitemdump">
<li> <a target="_self" href="/designer-brands/sample-product-3">Sample Product 3</a> </li>
<li> <a target="_self" href="/woody-parfumes/sample-product-6">Sample Product 6</a> </li>
</ul>
</td>
</tr>
</tbody>
</table>
Produces this table HTML markup:

Where/how can I edit this so that it inserts DIVs/UL instead of a table? I've searched the source code for all default BC files and I cannot find these class names
Product list dump does not have any options to change the markup at this time.
Copy link to clipboard
Copied
Product list dump does not have any options to change the markup at this time.
Copy link to clipboard
Copied
Thanks, Liam.
I'll just have to do some CSS trickery.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more