ssmcleod
Results
2
issues of
ssmcleod
Hi I have previously used the following code to add a product image once the product was created. $image = new Bigcommerce_Api_ProductImage(); $image->product_id = $prodid; $image->image_file = $image; // etc.....
Hi, When attempting to add a payment I get the following error: PHP Warning: curl_exec(): CURLOPT_INFILE resource has gone away, resetting to default in xero.php on line 309 If I...