Modifiers not showing in OrderAdmin_Content_SubTotals.ss
Closed this issue · 1 comments
nimeso commented
Hi ya,
I've set up the Shipping Module with two simple Table Shipping amounts. Eveything works great in Cart.ss and the Modifiers are working fine and showing above the Subtotals BUT when I view the order in the CMS the Modifiers are not showing in OrderAdmin_Content_SubTotals.ss ?
I've checked the OrderAdmin_Content_SubTotals.ss file and it does have the code:
<% loop $Modifiers %>
<% if $ShowInTable %>
<tr class="ss-gridfield-item ss-gridfield-$EvenOdd $FirstLast $Classes">
<td colspan="4" class="main">
$TableTitle
<% if $SubTitle %><small class="subtitle">($SubTitle)</small><% end_if %>
</td>
<td>$TableValue.Nice</td>
</tr>
<% end_if %>
<% end_loop %>
But it's not showing anything :(
Any ideas? And thanks heaps for all your hard work.
nimeso commented
My bad!