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

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

允許客戶在Woocommerce中刪除訂單項(xiàng)

允許客戶在Woocommerce中刪除訂單項(xiàng)

PHP
胡子哥哥 2021-05-13 15:14:08
你好,我有這個(gè)代碼,應(yīng)該從訂單中刪除一個(gè)項(xiàng)目    add_action( 'woocommerce_order_item_meta_end', 'display_remove_order_item_button', 10, 3 );function display_remove_order_item_button( $item_id, $item, $order ){    // Avoiding displaying buttons on email notification    if( ! ( is_wc_endpoint_url( 'view-order' ) || is_wc_endpoint_url( 'order-received' ) ) ) return;    if( isset($_POST["remove_item_$item_id"]) && $_POST["remove_item_$item_id"] == 'Remove this item' ){        wc_delete_order_item( $item_id );        $order->calculate_totals();    }    echo '<form class="cart" method="post" enctype="multipart/form-data" style= "margin-top:12px;">    <input type="submit" class="button" name="remove_item_'.$item_id.'" value="Complete Cancellation" />    </form>';}但是,當(dāng)我按完整的取消頁面刷新但什么都沒有刪除&我再次刷新時(shí),什么也沒有刪除我究竟做錯(cuò)了什么?
查看完整描述

1 回答

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

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號

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