Home Forums WoodMart support forum Address link missing

Address link missing

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #509006

    raz.sofer
    Participant

    Hi,
    Our website is hebrew.
    After the last update (not patch)
    The address link is missing.
    It used to show it in English but now it does not show at all

    Attachments:
    You must be logged in to view attached files.
    #509061

    Hello,

    Please check Woocommerce > Settings > Advanced, and make sure you have no empty fields there.
    If you see an empty field, insert the point you need.

    If you have any questions please feel free to contact us.

    Best Regards

    #509094

    raz.sofer
    Participant

    Thank you Aizaz
    I do not have empty fields

    #509098

    Hello,

    Can you please share the WP admin login details of your site so I will check and solve the issue.

    Best Regards.

    #509099

    raz.sofer
    Participant

    In the extra info content šŸ™‚

    #509257

    Hello,

    Your issue has been resolved. I have added the below code to the functions.php file into the Child theme

    add_filter( 'woocommerce_account_menu_items', 'custom_edit_address' );
     function custom_edit_address( $items ) { 
    $items['edit-address'] = 'Address'; 
    return $items;
     }

    Check back your site.

    Best Regards.

    #509271

    raz.sofer
    Participant

    Thank you very much Aizaz!

    #509272

    Most Welcome!!!.

    Iā€™m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Address link missing’ is closed to new replies.