Thank you for detailed explanation.
Yes, it is totally possible to make such design with Ecwid.
In order to do this you should use following code:
Code:
<table cellspacing=”0” cellpadding=”0”>
<tr>
<td>
[ add minicart widget code here ]
</td>
<td> /* this is HTML code of the products */
<div class='ecwid-Product'><form>
<table align='center' border='0'><tr><td align='left' class='ecwid'><div id="ecwid-productoption-12369862-t-container" class="ecwid-productBrowser-details-optionPanel ecwid-productBrowser-details-optionPanel-select ecwid-productoption-t-container"><label class="ecwid-fieldLabel" for="ecwid-productoption-12369862-t">t</label><select class="ecwid-productBrowser-details-optionSelectBox ecwid-productoption-t" id="ecwid-productoption-12369862-t"><option value="Medium" id="ecwid-productoption-12369862-t-Medium" selected="1">Medium</option><option value="Large" id="ecwid-productoption-12369862-t-Large">Large</option><option value="Small" id="ecwid-productoption-12369862-t-Small">Small</option></select></div></td></tr></table>
<td><script type="text/javascript">xAddToBag('productid=12369862');</script></td></tr></table></div>
</form></div>
</td>
</tr>
</table>
I have marked with red code, which should be deleted from the original HTML-code and with green - the code, which should be added.
Please, try this code and let me know about results.
__________________
Maria Nikiforova, Ecwid Team
------------------
Welcome to our
Knowledge Base with a lot of answers, tips and receipts!
Please, rate my reply
here