How To Show "add To Cart" And "add To Wish List" In Categories Mode?

As the “Quick view” button showed on, I want to add “add to cart” and “add to wish list” in the same place. how to modify it in "product_multicolumns_list.tpl?



Also see the attach pict.

螢幕快照 2013-12-31 下午2.53.58.png

I find codes about “add to cart” from “product_data.tpl” and works great!

But I need codes about “add to wish list”…



{include file="buttons/add_to_cart.tpl" but_id="button_cart_`$obj_prefix``$obj_id`" but_name="dispatch[checkout.add..`$obj_id`]" but_role=$but_role block_width=$block_width obj_id=$obj_id product=$product but_meta=$add_to_cart_meta}

The codes of “add to wish list” if you want to add to [color=#282828][font=arial, verdana, tahoma, sans-serif]“product_multicolumns_list.tpl” is:[/font][/color]


{include file="buttons/button.tpl" but_id="button_wishlist_`$obj_prefix``$obj_id`" but_meta="like wish-link" but_name="dispatch[wishlist.add..`$obj_id`]" but_text=__("add_to_wishlist") but_role="text"}