7
So erhalten Sie alle Bilder eines bestimmten Produkts
Wie man mit diesem Code alle Bilder eines bestimmten Produkts erhält Ich kann nur ein einziges Bild des bestimmten Produkts abrufen. . Bitte helfen Sie mir, ich bin neu in diesem Bereich. <?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'); // TODO …