Possible to add Cart button to results page?

Hello everyone,



This is my first post here so nice to meet you all.



My client would like an 'Add-to-cart' button added to each product item on the results page like this:-



http://s22.postimg.org/fspuj0dcx/addtocartlisting_preview.jpg



My question is, what options if any do I have to add this button here?



Also my client would like a “back” button on each main product page (top right just next to the product title).



I am a skilled developer so I can edit PHP files if needs be.



I am on a tight deadline so any help would be much appreciated!







Kind regards,



Matt

Can knowone really help me this? :-(



Somone must know how Cart buttons are added / removed from the Categories page??





Thanks

This should be simple enough . add hook in template and include buttons/add_to_cart.tpl template. But why isn't your client using quick view feature instead of implementing this.

Cs-Cart 402, multicolumn view:

/design/themes/basic/templates/blocks/products/grid_list.tpl



change:

show_add_to_cart=$_show_add_to_cart|default:false



to:

show_add_to_cart=$_show_add_to_cart|default:true

Sry, mistake. Correct solution:



Cs-Cart 402, multicolumn view:

design/themes/basic/templates/blocks/product_list_templates/products_multicolumns.tpl



change:

show_add_to_cart=$show_add_to_cart|default:false



to:

show_add_to_cart=$show_add_to_cart|default:true