Want to add Quantity to compact list

I’ve managed to add qty to the compact list. But I can’t figure out how to change the amount of space it takes up.and wonder if anyone have an easy way of fixing it.



hi



Hi I learn this modification when im trying to add quantity in Product Configurator





try this code to make it works…



Open skin/basic/constomer/block/list_templates



find compact_list.tpl and copy this code, make sure you need to backup 1st, hope this code will help you



{if $product.qty_content}

{else}
{if $settings.Appearance.quantity_changer == "Y"}


{/if}

{if $settings.Appearance.quantity_changer == "Y"}


{/if}
{/if}

I am using the code supplied above which works fine except is there a way to make the quantity box dissappear when there is no stock available or when the item has options?