Home Forums WoodMart support forum Problem in account page

Problem in account page

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

    manuel-logika
    Participant

    like a screen miss a name on menu of end point. How to add this?

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

    Hello,

    Sorry to hear about the inconvenience. We have confirmed from the Test Site in this regard, the Edit Address end-point is appearing fine with the required text: https://snipboard.io/WDb73M.jpg

    On your Site, could you please once check how it works with some default WordPress themes like Twenty Twenty Three or WooCommerce Storefront to understand is it our theme issue or not?

    Best Regards

    #439305

    manuel-logika
    Participant

    it’s a problem because its an ecommerce and i’am worry thats colud broken something

    #439307

    manuel-logika
    Participant

    in attachment login

    #439383

    iamfahrig
    Participant

    This code snippet will fill the empty line. Its only for use until Woo fix the problem properly.

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

    manuel-logika
    Participant

    ok thanks thats right

    #439569

    Hello,

    Yes, it seems to be an issue at the WooCommerce level because multiple Customers are facing this issue and this is not Theme specific issue we have checked it, just to confirm things on our end.

    @iamfahrig: Thanks for sharing the solution here. It would help others too, appreciate that.

    Note: If one tries to use the above Snippet on their Site then remember to try use the above Snippet under the Child Theme on your Site because if you try it under the Parent Theme then it will get wipe out once you update the Theme in future (if the update gets released).

    Best Regards.

    #439596

    Hello,

    Yes, it seems to be an issue at the WooCommerce level because multiple Customers are facing this issue and this is not Theme specific issue we have checked it, just to confirm things on our end.

    @iamfahrig: Thanks for sharing the solution here. It would help others too, appreciate that.

    Note: If one tries to use the above Snippet on their Site then remember to try use the above Snippet under the Child Theme on your Site because if you try it under the Parent Theme then it will get wipe out once you update the Theme in future (if the update gets released).

    We are glad that your issue is now resolved. Let us know if you need any further assistance, we are always there for your help.

    Thanks for contacting us.
    Have a great day!

    Topic Closed.
    Best Regards.

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

The topic ‘Problem in account page’ is closed to new replies.