Saurabh Jain
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Is it possible to show products using author idHi lorro,
I tried putting the following code into function.php file
function se_customize_product_shortcode( $args, $atts ) { $atts = shortcode_atts( array( 'author' => '', ), $atts ); $args = array( 'author' => $atts['author'], ); return $args; } add_filter( 'woocommerce_shortcode_products_query', 'se_customize_product_shortcode', 10, 2 );
But, it doesn’t show the products according to author.
When i tried to modify the code from class-wc-shortcodes.php and put author attribute in there, it was working.Could you please help me, what i ma doing wrong?
Forum: Plugins
In reply to: [WooCommerce] Is it possible to show products using author idThanks lorro. Will try something with the php thing.
Thanks again for idea. ??
Forum: Plugins
In reply to: [WooCommerce] Show only Grouped productsOk thanks, would use it if doesn’t find anything.
Thanks once again. ??
Forum: Plugins
In reply to: [RSVP ME] How to get event using shortcodesOkay, got it.
Shortcodes are not supported
Forum: Plugins
In reply to: [Events Made Easy] Is there any option of creating events using CSVThanks Franky.
Forum: Plugins
In reply to: [Events Made Easy] Booking button showing after successful registrationThanks Franky
Hi mbrsolution,
I was not ablr to find why any mails from Simple Memberhsip were unable to send. But when i installed Wp Mail SMTP, i was able to get all the mails.
Forum: Plugins
In reply to: [Events Made Easy] Booking button showing after successful registrationNo, i also enabled By default require WP membership to be able to register? . So only logged in user are able to see the booking form.
Hey Thanks Franky. It is such and awesome plugin. ??
Hi mbrsolutions,
I got following message in debug.log file, but i guess it do not relate with email error.
[04/25/2015 9:10 PM] - SUCCESS :validate:bad hash [04/25/2015 9:14 PM] - SUCCESS :validate:admin|1430051412|a62d8e6794cd389074913ae1eec08dd0 [04/25/2015 9:14 PM] - SUCCESS :validate:Session Expired [04/25/2015 9:14 PM] - SUCCESS :validate:Invalid User Name:O:8:"stdClass":31:{s:9:"member_id";s:1:"1";s:9:"user_name";s:5:"admin";s:10:"first_name";s:0:"";s:9:"last_name";s:0:"";s:8:"password";s:34:"U3H6C4AixZJMmNY7YOWGJz/";s:12:"member_since";s:10:"2015-04-20";s:16:"membership_level";s:1:"2";s:22:"more_membership_levels";s:0:"";s:13:"account_state";s:6:"active";s:13:"last_accessed";s:19:"0000-00-00 00:00:00";s:21:"last_accessed_from_ip";s:15:"150.107.144.144";s:5:"email";s:23:"[email protected]";s:5:"phone";s:0:"";s:14:"address_street";s:0:"";s:12:"address_city";s:0:"";s:13:"address_state";s:0:"";s:15:"address_zipcode";s:0:"";s:9:"home_page";s:0:"";s:7:"country";s:0:"";s:6:"gender";s:4:"male";s:8:"referrer";s:0:"";s:10:"extra_info";s:0:"";s:8:"reg_code";s:0:"";s:19:"subscription_starts";s:10:"2015-04-24";s:24:"initial_membership_level";s:1:"0";s:6:"txn_id";s:0:"";s:9:"subscr_id";s:17:"47V186810J8339408";s:12:"company_name";s:0:"";s:5:"notes";s:0:"";s:5:"flags";s:1:"1";s:13:"profile_image";s:0:"";} [04/25/2015 9:14 PM] - SUCCESS :validate:bad hash
When i create WordPress user, admin gets notification mail but not in case when using plugin registration page.
Forum: Plugins
In reply to: [Events Made Easy] Can we use other calendar to show eventsHey Franky, can i use another calendar plugin to show the events.
I guess your answer will be NO. ??Hi mbrsolutions
Thanks,
Regarding the email notification to admin, i tested again by registering a test user for free membership but admin was unable to get any mail notification.
Hi mbrsolution,
Please check the screenshot Pending approval page.
It only shows users having pending approval and admin can bulk approve it.
Hi mbrsolution,
In my settings Email Notification is enabled but, i not got any email notification for new user registration.
In regards Pending approval,
I made another admin page which shows all the members having pending state and, it also provide facility to bulk approve users. In case you want to make it available in future version, i can help with the code.Forum: Plugins
In reply to: [Events Made Easy] Can i display single events on different page templateThanks Franky.