Add To Cart Button

Is it possible to change the 'add to cart' button to something like 'more info'?

I need the customer to look at the full product page and to use that page to add the product to their cart, instead of just being able to search and add to cart. I feel this should be simple enough to do but not simple enough for a CS-Cart newbie like me :mrgreen:

design/themes/THEME/templates/common/product_data.tpl

replace

{if $product.has_options && !$show_product_options && !$details_page}

with

{if !$details_page}

or use the products:add_to_cart hook to override this part of code with the module

The Select options button will be displayed on the product listing in this case