|
||||||||||
| cart.cgiの 194行の @keys_cart=("number","name","price","amount","postage","tax","image","weight","pack","stock","cid","op"); に @keys_cart=("number","name","price","amount","postage","tax","image","weight","pack","stock","cid","op","cool"); のように ,"cool" を追加 商品ページには <input type="hidden" name="cool" value="1"> のように記入 cart.cgiの643行の return $O_PCHS; の上などに if($O_PCHS->{'cool_count'}){ ${$footer_ref} =~ s/<!--coolbin-->/※クール便料金含む/; } と追加 以上です。 |