7
comment obtenir toutes les images d'un produit particulier
Comment obtenir toutes les images d'un produit particulier en utilisant ce code, je ne peux récupérer qu'une seule image du produit particulier. . S'il vous plaît, aidez-moi, je suis nouveau dans ce domaine. <?php // Get products in category require_once('../app/Mage.php');//Path to Magento umask(0); if(isset($_GET["categoryId"])){ $categoryId=$_GET["categoryId"]; $proxy = new SoapClient('http://www.prashant.com/index.php/api/v2_soap/?wsdl'); // …