roneisantos
Forum Replies Created
-
point 2.
Is not generate new seller url to Sitemap too
- This reply was modified 7 years ago by roneisantos.
Hello,
Did see video demo, now you see my store please check ticekt #93535
Thanks you.
Hello,
No problem not only your demo, my store and Any store free and pro plugin have old fix in plugin.
I thinking you confusing you local server becouse have problem…
Please check again [EDIT PRODUCT]…
Any storeThanks you.
This resolved my problem. =)
https://br.www.ads-software.com/plugins/fix-my-feed-rss-repair/
This resolved my problem. =)
/**
* Adds the customer email on the receipient list for cancelled orders notifications.
* */
function cancelled_order_add_customer_email($emails)
{
class My_WC_Email_Cancelled_Order extends WC_Email_Cancelled_Order
{
public function trigger($order_id) {
$this->recipient .= (empty($this->recipient) ? ” : ‘,’).wc_get_order($order_id)->billing_email;
$this->recipient = apply_filters( ‘woocommerce_email_recipient_cancelled_order’, $this->recipient, $this->object );
return parent::trigger($order_id);
}
}
$emails[‘WC_Email_Cancelled_Order’] = new My_WC_Email_Cancelled_Order();
return $emails;
}
add_filter(‘woocommerce_email_classes’, ‘cancelled_order_add_customer_email’, 10);
add_filter( ‘woocommerce_email_recipient_cancelled_order’, ‘dokan_wc_email_recipient_add_seller’, 10, 2 );Ah, please more 1 issue to next update fixed =):
Translate day of the week (announcement not work)
please check screenshot
@nazmulhassann20 Thanks you.
@nazmulhassann20 Thanks you
Hi,
My ticket is #87529 but this not only my store you can reproduce the issue any installed store.
Thanks you.
Hi,
This is was conflict, social login dokan with social login woo.
thanks.Thanks you, @nazmulhassann20 working very well !
kind =[dokan-stores no_of_stores=”5″ ]
- This reply was modified 7 years, 4 months ago by roneisantos.
hi, i have same problem fix Woo. v3X. I did bug show is (deprecated code )
- This reply was modified 7 years, 10 months ago by roneisantos.
Hi,
I This code notify the customer canceled!
Now how i can update code to notification seller?
/**
* Adds the customer email on the receipient list for cancelled orders notifications.
* */
function cancelled_order_add_customer_email($emails)
{
class My_WC_Email_Cancelled_Order extends WC_Email_Cancelled_Order
{
public function trigger($order_id) {
$this->recipient .= (empty($this->recipient) ? ” : ‘,’).wc_get_order($order_id)->billing_email;
return parent::trigger($order_id);
}
}
$emails[‘WC_Email_Cancelled_Order’] = new My_WC_Email_Cancelled_Order();
return $emails;
}
add_filter(‘woocommerce_email_classes’, ‘cancelled_order_add_customer_email’, 10);Thanks team!
Hi,
I have dokan pro.1. I need to add woocommerce with > Dokan shipping feature, not show avalible woocommerce SHIPPING METHOD.
Please check => screen shot. https://goo.gl/Hsq21s
2. if not add Dokan shipping method > woocommerce, the customer cant pay, give mensage error.
Please screen shot => https://goo.gl/x8mnYu
How add Dokan shipping method with woocomerce ?
Thanks in advance.