我正在爲opencart用戶開發一個android應用程序。我需要解碼購物車信息,並從oc_customer表中識別產品標識數量等。 我想這 $sql = "SELECT cart FROM oc_customer WHERE email='an registered user email';";
$result = mysqli_query($con, $sql);
if (mysqli_n
我試圖表現出Opencart的V3出售的每個產品在產品頁面的單位,但我不斷收到以下錯誤 Fatal error: Uncaught Error: Call to a member function getUnitsSold() on null in /Applications/XAMPP/xamppfiles/htdocs/store/catalog/controller/product/prod