Thanks.
UPDATE: bug was fixed really fast by developer, all good.
Is there a way to remove the tag data-wpel-link from the code as it makes the DOM bigger and this is something that we don’t want.
]]>Deleting a slide and adding a new one to a published story and then hitting the update button has it spinning without end, rendering it impossible to do work.
No matter which story, the issue persists.
Need help asap as we were hoping the new update would have fixed previous problems and not made it worse.
Thanks.
]]>So I want to distinguish the contents of the subject and header of the email sent to the product owner so that it is not the same as that sent to the buyer/customer.
Is there any code I can put in function.php or the plugin snippet to build the feature?
Thank you, regards.
Here is my code for send product author checkout process email
add_filter( 'woocommerce_email_recipient_customer_completed_order', 'ajout_proprietaire_mail_commande_wc', 10, 2);
function ajout_proprietaire_mail_commande_wc ($recipient, $order) {
$order = new WC_Order($order->id);
$items = $order->get_items();
foreach ( $items as $item )
{
$product_id = $item['product_id'];
}
$product_author_id=get_post_field('post_author', $product_id);
$product_author = get_userdata( $product_author_id );
$productAuthorEmail = $product_author->user_email;
$recipient = $recipient . ', ' . $productAuthorEmail;
return $recipient;
}
Here is my try code for send email with different header and send it to product author, but doesnt work
add_filter('woocommerce_email_subject_customer_completed_order', 'change_admin_email_subject', 10, 2);
function change_admin_email_subject( $subject,$recipient, $order ) {
global $woocommerce;
$order = wc_get_order( $order_id );
$order_data = $order->get_data();
foreach ( $order_data as $data_buyer ) {
$product_id = $data_buyer['product_id'];
$order_billing_email = $data_buyer['billing']['email'];
}
if ($recipient =! $order_billing_email) {
$subject = sprintf( 'ini pelelang');
}
else {
return $subject;
}
return $subject;
}
WordPress : V.5.9
Woocommerce : 6.1.1
I have a completed website, and I installed this force ssl plugin. Then it asked me to change my default website url from http to https, and after save i have outlogged. And I can’t log in.
WTF?! PLEASE HELP ME,I CAN’T REACH ADMIN PAGE. Because it’s always redirects me to https url.
I deleted the force ssl directory from the server via filezilla. It helped before when the site went to error. But now… not.
Thanks!
Peter
https://paste.pics/FMIAQ
]]>I’m using Transvision template now, and Gutenberg, Page Builder Extended.
If I go to Curses page, and enter into the Curse (that it shows the available lesson) it will be in a loop.
Could the Sensei crashes with the template or the editors?
Why could it be in a loop?
Or Can I sell the Lesson itself? It would be the best…
(I wrote to support, to Sensei Community, to Emerald. Sensei Community sent me here)
Thanks!!
]]>I launch tomorrow so I’m hoping for a quick response
]]>