hi, i am sorry i didn't know that. here is what i found doing search in with buy_now in the catalog.
includes/classes/shopping_cart.php
includes/functions/functions_general.php
includes/functions/functions_prices.php
includes/init_includes/init_cart_handler.php
includes/languages/english/advanced_search.php
includes/languages/english/advanced_search_result.php
includes/languages/english/button_names.php
includes/languages/english/index.php
includes/main_cart_actions.php
includes/modules/pages/index/main_template_vars.php
includes/modules/product_listing.php
includes/modules/template28826/featured_products.php
includes/modules/template28826/new_products.php
includes/modules/template28826/specials_index.php
includes/templates/template28826/templates/tpl_product_info_display.php
includes/templates/template_default/templates/tpl_document_general_info_display.php
includes/templates/template_default/templates/tpl_document_product_info_display.php
includes/templates/template_default/templates/tpl_modules_products_all_listing.php
includes/templates/template_default/templates/tpl_modules_products_featured_listing.php
includes/templates/template_default/templates/tpl_modules_products_new_listing.php
includes/templates/template_default/templates/tpl_product_free_shipping_info_display.php
includes/templates/template_default/templates/tpl_product_info_display.php
includes/templates/template_default/templates/tpl_product_music_info_display.php
includes/templates/template_default/templates/tpl_product_reviews_default.php
includes/templates/template_default/templates/tpl_product_reviews_info_default.php
below are the php for files which i guess might be the right one:
includes/modules/template28826/featured_products.php
PHP Code:
Line #109 : $reval .= " ". "<a href=\"" . zen_href_link(zen_get_info_page($featured_products->fields['products_id']), 'cPath='. $productsInCategory[$featured_products->fields['products_id']] . '&products_id=' . $featured_products->fields['products_id']) . '&action=buy_now">' . zen_image_button('button_add_to_cart.gif',BUTTON_ADD_TO_CART_ALT) . '</a>' ;
includes/modules/template28826/new_products.php
PHP Code:
Line #108 : $reval .= " ". "<a href=\"" . zen_href_link(zen_get_info_page($new_products->fields['products_id']), 'cPath='. $productsInCategory[$new_products->fields['products_id']] . '&products_id=' . $new_products->fields['products_id']) . '&action=buy_now">' . zen_image_button('button_add_to_cart.gif',BUTTON_ADD_TO_CART_ALT) . '</a>' ;
If i am wrong, please point out the right files i need to edit. thanks