如何在 woocommerce 中自动发送带有 pay now link 的发票?
How to send invoice with pay now link automatically in woocommerce?
当客户在 woocommerce 中订购产品时,我想通过电子邮件自动发送带有结帐单的发票 link(尽管可以手动发送电子邮件)
你可以override the default Email Invoice template or create a custom email template and add the payment link using get_checkout_payment_url()。
当客户在 woocommerce 中订购产品时,我想通过电子邮件自动发送带有结帐单的发票 link(尽管可以手动发送电子邮件)
你可以override the default Email Invoice template or create a custom email template and add the payment link using get_checkout_payment_url()。