sujithgnair
Forum Replies Created
-
But how will the admin / System know if the appointment is finished or Not? There is no way?
Hi Andrew,
Yes i understand its not entirely correct. I will try again to rectify this.
Iam using Ultimate Member Plugin to view other user profiles.
RegardsThank You Andrew. I am not a well experienced wordpress user. So pls help me with that. You mean to say, i have to add the following script to the themes functions.php page? $hasaccess = apply_filters("pmpro_has_membership_access_filter", $hasaccess, $mypost, $myuser, $post_membership_levels); ? ? //filter for this post type ? ? if( isset($mypost->post_type) && has_filter("pmpro_has_membership_access_filter_" . $mypost->post_type)) ? ? ? ? $hasaccess = apply_filters("pmpro_has_membership_access_filter_" . $mypost->post_type, $hasaccess, $mypost, $myuser, $post_membership_levels); ? ? //return ? ? if($return_membership_levels) ? ? ? ? return array($hasaccess, $post_membership_levels_ids, $post_membership_levels_names); ? ? else ? ? ? ? return $hasaccess; }
Yes, i have restricted the Profile View/ Users page. After subscribing only the agents can see other members profile. So i have restricted the Profile View/ Users page.
I will give a brief, there are 2 types of user registrations in this site, one is the agents and others are models. Models can register for free and update their profile, for agents the models list are available to view, but agents cant view the models profile page since the agents has to be subscribed to view the models profile.
But here in this case the Agents or Models cant view his own profile page since the system is restricting the view. Is there a way the system dont restrict their own profile view after logging in?
Thank you in advance.Forum: Plugins
In reply to: [WooCommerce] Assigning orders to shops/branches/wearhouses based on zipcodeHello brother,
Thank you so much. i will refer the links. Just have one doubt Will this support this feature
“if user posted order from 560027 (zipcode) order should go to branch/location who serves in location 560027 (zipcode)”.
Regards
Forum: Plugins
In reply to: [WooCommerce] assigning orders to vendor based on zipcodeHello. Any luck on this? I am having a similiar requirement and hence found your post., so you could find any solution for this?
I got it. Thank you.
Thank you
Yes i corrected it. In admin screen got an option to edit Button text.
I have some problem with the email template. Iam using the following template
Hello {{NAME}},
We have published a new blog article on our website : <b>{{POSTTITLE}}</b>
{{POSTIMAGE}}{{POSTDESC}}
a href=”{{POSTLINK}}”>Read more </a
Thanks & Regards,
Soap Skill StudiosBut in the email its just showing till {{POSTDESC}}, its not showing the Read More link. Am i making any mistake? Pls help
- This reply was modified 7 years ago by sujithgnair.
- This reply was modified 7 years ago by sujithgnair.
A href=”{{POSTLINK}}”>Read more of this post /a
- This reply was modified 7 years ago by sujithgnair.
Thank you for the detail explanation and as advised by you I have modified the template as below and it works fine. How can I control the length of the text?
Hello {{NAME}},
We have published a new blog article on our website : <b>{{POSTTITLE}}</b>
{{POSTIMAGE}}{{POSTDESC}}