「価格お問い合わせ商品」は「はい」をデフォルトに。
/public_html/admin/includes/modules/product_xxx/collect_info.php
default: $in_product_is_call = false; $out_product_is_call = true;
を以下に変更
default: $in_product_is_call = true; $out_product_is_call = false;
麻布十番でwebサイトと印刷物制作をしているウェバートンのブログです。
「価格お問い合わせ商品」は「はい」をデフォルトに。
/public_html/admin/includes/modules/product_xxx/collect_info.php
default: $in_product_is_call = false; $out_product_is_call = true;
を以下に変更
default: $in_product_is_call = true; $out_product_is_call = false;
Categories: zen cart.