简体   繁体   中英

How to send a woocommerce cart details in ninja form email?

我想从 ninja 表单插件发送 woocommerce 购物车详细信息是否有任何挂钩或任何插件可以通过电子邮件向用户发送购物车详细信息

You can create your custom form action and send an email with your custom content. See https://developer.ninjaforms.com/codex/custom-form-action/ for instructions.

Also, Ninja Forms provides the filter "ninja_forms_submit_data", this filter can be use to alter field values (you can populate a field with cart items). Here you can find detailed doc: https://developer.ninjaforms.com/codex/submission-processing-hooks/

Remember you can get cart content by calling WC()->cart->get_cart_contents() function.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM