Email from - by indiproweb - on WordPress WooCommerce support

This topic has 8 replies, 4 voices, and was last updated 8 years, 12 months ago ago by Eva Kemp

  • Avatar: indiproweb
    indiproweb
    Participant
    April 13, 2015 at 00:02

    What is the file that I need to change to change “from title” of email in form contact?

    I received emails with user “WordPress” and mail “wordpress@mydomain.com”, I want to change it.

    Thanks and Good Job! 😀

    7 Answers
    Avatar: TeeDev
    TeeDev
    Participant
    April 13, 2015 at 02:11

    Go to Woocommerce > Settings > Email tab

    Avatar: indiproweb
    indiproweb
    Participant
    April 13, 2015 at 09:11

    Sorry but, in settings of WooCommerce I set an email and a from name… but your theme send contact form with “WordPress” and “WordPress@mydomain.com” 🙂

    Could you help mi how fix it?

    Avatar: Eva
    Eva Kemp
    Support staff
    April 13, 2015 at 18:15

    Hello,

    Are you talking about Contact form of the theme or Woocommerce emails of orders?

    Regards,
    Eva Kemp.

    Avatar: indiproweb
    indiproweb
    Participant
    April 13, 2015 at 20:12

    contact form 🙂

    Avatar: Eva
    Eva Kemp
    Support staff
    April 14, 2015 at 10:47

    Hello,

    You need edit the file theme-functions.php (lines 1641, 1642) in the directory wp-content/themes/woopress/framework.

    Regards,
    Eva Kemp.

    Avatar: k1
    k1
    Participant
    May 2, 2015 at 18:45

    Could you please be more specific. I have the following code in lines 1635 and 1648. What should I change:

    if($_GET[‘pages’]) {
    $pages_args = array(
    ‘args’ => array(
    ‘post_type’ => ‘page’,
    ‘post_status’ => ‘publish’,
    ‘posts_per_page’ => $count,
    ‘s’ => $word
    ),
    ‘image’ => false,
    ‘link’ => false,
    ‘title’ => __(‘Pages’, ETHEME_DOMAIN),
    ‘class’ => ‘et-result-pages’
    );

    Avatar: Eva
    Eva Kemp
    Support staff
    May 4, 2015 at 11:07

    Hello @k1,

    If you want to change “From:” text too you need edit the file contacts.php (lines 46-57) in the directory wp-content/themes/legenda.

    Regards,
    Eva Kemp.

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.