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,
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?
Alternatively, being able to list subscriptions on the Orders page would also work.
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.
In the 3.0.0 series, that will be released in the coming months, Subscriptions will appear right below the Orders link by default.
-
This reply was modified 7 years, 1 month ago by
Clayton R.