URL のページは、「カーディガン」、「2ピースセット」、「帽子」をまとめて購入できる商品ページで、
購入したい商品の規格(サイズ)、数量を選択し、「 Add to bag 」にチェックを入れ、
商品上部にある、「 Add Checked Items To Bag 」ボタンを押すことによって
複数の商品をまとめてカゴに入れるようになっています。
今回、「 Add to bag 」のかわりに、数量が0なら購入しない、
1以上なら購入の対象にする、としたいと考えています。
このページは、プログラムで自動で生成する必要はなく、
静的な HTML ( PHP )ファイルを手動で編集するというのでも問題ありません。
Released under the GNU General Public License
*/
?>
<form name="cart_multi" method="post" action="<?php echo tep_href_link(FILENAME_SHOPPING_CART, tep_get_all_get_params(array('action')) . 'action=add_multi', 'NONSSL'); ?>">
<?php
$listing_split = new splitPageResults($listing_sql, MAX_DISPLAY_SEARCH_RESULTS, 'p.products_sort_order');
//echo $listing_sql;
Released under the GNU General Public License
*/
?>
<form name="cart_multi" method="post" action="<?php echo tep_href_link(FILENAME_SHOPPING_CART, tep_get_all_get_params(array('action')) . 'action=add_multi', 'NONSSL'); ?>">
<?php
$listing_split = new splitPageResults($listing_sql, MAX_DISPLAY_SEARCH_RESULTS, 'p.products_id');
//echo $listing_sql;