LogicRays Technologies
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Customer Reviews for WooCommerce] Send reviews later onHi
I mean i have installed this plugin today so is it possible to get review/rating from old customers who had already bought products so many times ?
Thanks
AhirHi,
I find the solution
$user = wp_signon( $creds, false );
//do_action(‘wp_login’, $user->user_login, $user);Just comment the doaction as i done. That is the problem causing. Thanks to another plugin’s code which helped me.
file:wp-content/plugins/users-ultra/xooclasses/xoo.userultra.login.php
Line: 278 or make a search with find option
Thanks
Kunjan gohelHi
never mind, Got the issues.Thanks
Hi
Ok got it
$url = get_post_meta( get_the_ID(), 'enclosure');Thanks
Hi
Sorry Andrew,
again i solved it.
Thanks
Hi
Thanks man!
BR
AhirHi
Ok temp url issues fixed now but can you please give me idea or instruction(demo link) from where did i submit my newly created feed to Google.
Thanks
AhirHi
Ok so here i did mistake:
if ( false !== strpos( $email->template, "billing" ) ) {Should be
if ( false !== strpos( $email->template, "checkout" ) ) {and from admin side need to select this email template:
Email Template: Checkout-paid
and then we need to add in Body email:<p> Delivery Date:<br /> !!delivery_date!! </p>Make sure this plugin should be activated: Paid Memberships Pro – Email Templates Add On
hope this helps to others.
Thanks
AhirHi
Ignore now. I have fixed it.I know where i did mistake lol
Thanks!
Hi
Further details:I have checked your instruction here:https://gist.github.com/andrewlimaza/6f258fbbc7cd81145fd05d0f82e188a7
and added code like this:
function my_pmpro_email_body( $body, $email ) { //only checkout emails if ( false !== strpos( $email->template, "billing" ) ) { $user = get_user_by( 'email', $email->data['user_email'] ); $delivery_date = get_user_meta( $user->ID, 'mytheme_date', true ); $body = str_replace( '!!delivery_date!!', $delivery_date, $body ); } return $body; } add_filter( "pmpro_email_body", "my_pmpro_email_body", 10, 2 );Also added in Billing email templates from admin side:
<p> Delivery Date:<br /> !!delivery_date!! </p>but not working
but still only admin get that extra field value in email but not customer. Please help.
Thanks
Ahir- This reply was modified 7 years, 11 months ago by LogicRays Technologies.
Forum: Plugins
In reply to: [WooCommerce] [ Help ] Discount by shipping zoneHi
Please check below link
https://www.xadapter.com/setting-woocommerce-shipping-zones/
Thanks
Kunjan Gohelok
Thanks
Forum: Plugins
In reply to: [LR YouTube Grid Gallery] All videos from a specific channel?Hi seank123,
This is not for YouTube channel plugin, this is YouTube gallery
Thanks
Forum: Plugins
In reply to: [WooCommerce] Adding multiple products to cart at onceHi
Please check below link
Thanks
Forum: Plugins
In reply to: [WooCommerce] Change the word BasketPlease check below link