• Resolved rizbanr

    (@rizbanr)


    Is there a way to show a subscriber all of their current subscriptions? Currently, the only way I can find is to have them go through each order individually, looking for associated subscriptions.

    Second question: Is there documentation of all the shortcodes for this plugin? I haven’t been able to find more than one or two shortcodes in the documentation.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hi @rizbanr,

    If you go to the plugin’s Subscriptions settings page you will see an input field called Subscriptions Endpoint.

    If you enter a value there then a link will appear on the My Account navigation tab. When customers click that link, it will take them to a page that displays all of their subscriptions.

    The only shortcode this plugin uses is a donation shortcode. There are no shortcodes related to WC because the plugin uses existing WC hooks to render pages.

    Kind Regards,

    Thread Starter rizbanr

    (@rizbanr)

    Great, thanks.

    Is there a way to move the Subscriptions link from the My Account page to a different point on the list rather than at the very bottom under logout?

    Thread Starter rizbanr

    (@rizbanr)

    Alternatively, being able to list subscriptions on the Orders page would also work.

    Plugin Author Payment Plugins

    (@mrclayton)

    To adjust the positioning of the Subscriptions link you would need to hook in to the WC filter woocommerce_account_menu_items and give it a priority of 20 or greater.

    You can then resort the array of endpoints. The index for the subscriptions endpoint is subscriptions.

    Thread Starter rizbanr

    (@rizbanr)

    Thanks.

    Plugin Author Payment Plugins

    (@mrclayton)

    In the 3.0.0 series, that will be released in the coming months, Subscriptions will appear right below the Orders link by default.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Subscription List’ is closed to new replies.