返信先: 選択した送料項目が異なる結果になる

フォーラム 使い方全般 選択した送料項目が異なる結果になる 返信先: 選択した送料項目が異なる結果になる

#89298
natsworks
参加者

wc_item_single.phpのhave_postsに

<?php get_template_part(‘item-tmpl’); ?>を設置しまして、
そのテンプレ内に

<?php global $usces, $post; $shipid = $usces->getItemShippingCharge($post->ID); $shipdata = $usces->options[‘shipping_charge’][$shipid];?>

のコードを入力しております。