Default Quantity Products

Hi I need to know how to set the default quantity amount to 0

default is 1





i need for category page “products without options”

the version is 4.1.1





thankss

[quote name='estebantm' timestamp='1413943044' post='194784']

Hi I need to know how to set the default quantity amount to 0

default is 1





i need for category page “products without options”

the version is 4.1.1





thankss

[/quote]



Please open the design/themes/basic/templates/common/product_data.tpl and replace:



{assign var="default_amount" value="1"}




with



{assign var="default_amount" value="0"}




Then clear the cache and check the result

[quote name='eComLabs' timestamp='1413969215' post='194809']

Please open the design/themes/basic/templates/common/product_data.tpl and replace:



{assign var="default_amount" value="1"}




with



{assign var="default_amount" value="0"}




Then clear the cache and check the result

[/quote][quote name='eComLabs' timestamp='1413969215' post='194809']

Please open the design/themes/basic/templates/common/product_data.tpl and replace:



{assign var="default_amount" value="1"}




with



{assign var="default_amount" value="0"}




Then clear the cache and check the result

[/quote]



thanks for your help it works

but now de “+” “-” disappeared :S

[quote name='eComLabs' timestamp='1413969215' post='194809']

Please open the design/themes/basic/templates/common/product_data.tpl and replace:



{assign var="default_amount" value="1"}




with



{assign var="default_amount" value="0"}




Then clear the cache and check the result

[/quote]



im sorry, [color=#212121][font=inherit][size=4]this resolved, had changed the option to display the buttons[/size][/font][/color]

[quote name='estebantm' timestamp='1414088347' post='195065']

im sorry, [color=#212121][font=inherit][size=4]this resolved, had changed the option to display the buttons[/size][/font][/color]

[/quote]



Glad to hear that!