第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

將產(chǎn)品名稱添加到WooCommerce中的電子郵件主題

將產(chǎn)品名稱添加到WooCommerce中的電子郵件主題

PHP
慕斯709654 2021-04-01 16:11:49
如何在此電子郵件的主題行中添加產(chǎn)品名稱。是否有電子郵件主題行可用過濾器的列表?我希望能夠做到這一點而不必編寫自定義php。我正在尋找做這樣的事情:已完成的訂單-[{{product_name}]({order_number})-{order_date}嘗試并添加了以下代碼,functions.php但未顯示主題:add_filter( 'woocommerce_email_subject_customer_completed_order', 'customer_completed_order_subject', 10, 2 ); function customer_completed_order_subject($string,$order){$fname = $order->billing_first_name;$lanme = $order->billing_last_name;$email = $order->billing_email;$items = $order->get_items();foreach($items as $meta_key => $items){    $product_name = $items['name'];    $product_id = $items['product_id'];}$subject_line = get_field('email_subject',$product_id);$subject_line = str_replace('{product}',$product_name,$subject_line);$subject_line = str_replace('{biller_fname}',$fname,$subject_line);$subject_line = str_replace('{biller_lastname}',$lanme,$subject_line);$subject_line = str_replace('{biller_email}',$email,$subject_line);$subject_line = str_replace('{blog_name}',get_bloginfo('name'),$subject_line);return $subject_line;}
查看完整描述

1 回答

  • 1 回答
  • 0 關(guān)注
  • 154 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號