NooTheme Premium WordPress Theme › Forums › Yogi › Woocommerce Membership
Tagged: woocommerce
- This topic has 7 replies, 2 voices, and was last updated 3 years, 11 months ago by dangdv.
-
AuthorPosts
-
3 years, 11 months ago #1207887
Hi, I have membership packages assigned in my site "https://sris.yoga/tarrif/ ". Now when a user signs in, the woo-commerce dashboard shows a "Membership" tab. In that a new user is shown with a "Browse Products" Button which links to a "Product" page. How can i change the link to My tariff page "https://sris.yoga/tarrif/ ".
and is it possible to add the membership details once the package is purchased by the user.
Need help in this ASAP
3 years, 11 months ago #12078893 years, 11 months ago #1207903Dear, if you want change link of button 'Browse Products' in account page, please install and switch your site to use Yogi Child theme, then add custom code in file functions.php of child theme.
add_filter('woocommerce_return_to_shop_redirect', function($url){ if(is_account_page()){ $url = 'https://sris.yoga/tarrif/'; } return $url; });
Also, the account page is default WooCommerce account and it not support custom to display membership details
Best regards.
3 years, 11 months ago #1207938Hi, Thanks for your response. I have changed. but now my site orientation has changed. Dont know how. we havet changed any CSS. But the whole site is changed by look in Desktop view. Could you please help on the same
3 years, 11 months ago #1207940And Please do help us in how we can add a Member page with the "woocommerce My-Account page" once the "Member logs in" in order to show their Membership details. Or will that be displayed under the "woocommerce My -> Account page -> Membership" Tab.??
3 years, 11 months ago #1207964Dear.
1, What is Desktop view ? I don't understand, please kindly give for me more details or screenshot, i will check to help you.2. The Yogi support display Member package with shortcode [noo_member_manage] You can check page https://sris.yoga/member/ on your site
Best regards.
3 years, 11 months ago #1207979I have attached 2 videos below, please do check both...
1. 1st one shows the video of the desktop view in which the header is small and the about page isnt full width.
2. 2nd video shows the laptop view which the header and about page everything is fine and full width.
3 years, 11 months ago #1207986Dear, i can't see your video. please check again.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.