Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
prestashop os-commerce でカートの内容を取得したいと思います。どうすればできますか?
classes/Cart.php にある Cart クラスを見てください。getProducts() というメソッドがあります。
/** * Return cart products * * @result array Products */ public function getProducts($refresh = false, $id_product = false) { // code... }
お役に立てれば、
Br、