0
我想具體知道變量$product_parent_id
和$product_id
來自何處。「addtocart_form.tpl.php」的變量定義在哪裏?
我創建了第二個文件名爲addtocart_form2.tpl.php並想爲它從第二組變量讀(即$product_parent_id2
,$product_id2
) 我去了shop.product_details.php和創建的變量$product_id2
幾乎是第二個實例$product_id
,但是在其自己的一組數據庫變量中進行了相應更新(如果這樣做有任何意義)。
我只是想知道當這些變量被定義這樣我就可以改變的來源。
list($html,$children) = $ps_product_attribute->list_attribute(($product_parent_id > 0) ? $product_parent_id : $product_id);