We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f129c4c commit 9374d57Copy full SHA for 9374d57
website_sale_product_matrix/templates/product_template.xml
@@ -35,7 +35,7 @@
35
<tbody>
36
<tr t-foreach="product_matrix.get('matrix', [])" t-as="row">
37
<t t-foreach="row" t-as="cell">
38
- <td t-if="cell.get('name')" class="text-left">
+ <td t-if="'name' in cell" class="text-left">
39
<strong t-esc="cell['name']" />
40
<t t-if="cell.get('price')">
41
<span class="badge badge-pill badge-secondary">
0 commit comments