Guest Posted November 26, 2009 Posted November 26, 2009 Hi, I have the: “ask a product question” contribution installed which sends an email to the default store owner email address when the customer has a question about a specific product. I want to send the messages to a different email address to the store owner email address. The code which controls this (I think) is below, how do you change it send the messages to a specific email address? "[email protected]" for example. <?php echo tep_draw_hidden_field('to_email_address', STORE_OWNER_EMAIL_ADDRESS) . ' <span class="inputRequirement">' . '</span>'; ?><?php echo tep_draw_hidden_field('to_name', STORE_OWNER) . ' <span class="inputRequirement">' . '</span>'; ?> Hope someone can help. Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.