drb56625 2017-12-05 19:36
浏览 160
已采纳

我想配置位于woocommerce帐户页面中的订阅端点?

What i want is to edit a subscription in my account page of woocommerce. i have shared a picture below, of what exactly I want to edit.

This is the link of picture, what i want to edit is highlighted with red pen:

This is the link of picture, what i want to edit is highlighted with red pen

I want to edit the things which are highlighted with red pen. but i am unable to locate the exact page of this where i can edit things. actually i want to change the link of update button in subscription table. the URL of the page is like :

https://www.example.com/my-account/subscriptions/ There is no subscription page in pages menu of wordpress.

I am also unable to see this in endpoint of woocommerce.

These are the end points

Is there any way to do it ?

  • 写回答

1条回答 默认 最新

  • dounei9043 2017-12-05 20:30
    关注

    First have a look to that: Template structure & Overriding templates via a theme… It explains how to override correctly woocommerce templates via your active theme.

    The templates that you will override have to be located in woocommerce folder inside your theme folder…

    Now in the woocommerce-subscriptions plugin folder, you have also a template folder, and you can pick the necessary templates that you need to change, copying them into that woocommerce folder located in your theme, taking care to keep path (subfolder hierarchy)…

    So you will copy from: wp-content/plugins/woocommerce-subscriptions/templates/myaccount(5 files inside)… to wp-content/themes/your-theme/woocommerce/myaccount (where your-theme is the folder name of your theme)…

    Now you can edit templates just like the woocommerce ones…

    The subscription end point is not listed in woocommerce as it's not a default end point

    To rename the menu label for "Subscriptions", you can use this:

    add_filter( 'woocommerce_account_menu_items', 'rename_my_account_menu_items', 0, 15 );
    function rename_my_account_menu_items( $items ) {
    
        // HERE set your new label name for subscriptions
        $items['subscriptions'] = __( 'Custom label', 'woocommerce' );
    
        return $items;
    }
    

    The code goes on function.php file of your active child theme (or theme) or in any plugin file.

    Tested and working

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 三菱FX系列PLC上位机串口下指令置位M64和M65,这两条指令分别是什么呢?
  • ¥15 有关结冰模拟程序咨询
  • ¥15 ubuntu服务器配置dns域名后无法访问其他域名
  • ¥50 本人复制了一个关于股票指标的代码,但是运行失败,有没有人帮我解决一下
  • ¥50 用matlab和numeca做透平机械流体力学和热力学模拟 价格可议
  • ¥15 Unity3D WebView
  • ¥20 论文AlphaTensor复现(有偿)
  • ¥15 (有偿)在ANSYS中 .anf文件
  • ¥45 关于#芯片#的问题:组合逻辑电路设计
  • ¥15 基与机器学习和时间序列分析预测养老服务需求趋势