By Espen Kristensen on Wednesday, 02 September 2015
Posted in Quick2Cart
Likes 0
Views 2.9K
Votes 0
Hi.

It´s really hard to make customization on your quick2cart modules. Do you have any plans to add more div containers so it would be easier to make css overrides?

Cart module HTML structure:

<table class="table table-condensed ">

<!--

detailed view of modulecart Table

-->
<tbody class="qtc_modulebody">
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td>
<strong>

Total Amount

</strong>
</td>
<td></td>
</tr>
View Full Post