久久久无码精品亚洲日韩AAA,日本伊人精品在线,国产一区不卡,国产精品无码一区二区三区无卡

分類目錄

文章標簽

相關(guān)資訊

熱門推薦

opencart商品字段,magentoupop

2022-10-13 10:13:19 - 米境通

    

    首先

    評估要導入Magento的內(nèi)容.qestion得到回答越清楚,評估你的選擇就越容易.

    基本上,這些選項包括通過內(nèi)置導入(內(nèi)置方式)導入數(shù)據(jù),通過自定義腳本導入數(shù)據(jù)(腳本方式),通過純SQL(可怕的,可怕的SQL方式)導入數(shù)據(jù)以及通過外部模塊導入(模塊方式).

    內(nèi)置的方式

    首先,您可以通過后端導入csv數(shù)據(jù),如果您可以將基于opencart的產(chǎn)品/客戶以CSV格式提供,然后可以在后端重新導入-請參閱此處或此處(僅限產(chǎn)品).

    這個解決方案取決于你如何從開放式購物車中導出數(shù)據(jù)這一事實,我坦率地說,這不是專家.只要你可以導出到XLS,CSV或類似產(chǎn)品,你應(yīng)該沒問題.

    腳本方式

    如果你不能這樣做,我建議使用Magento自己的模型編寫一個導入腳本.一個非?;镜钠?可以幫助您入門:

   
    //placethisfileintheMagentoroot,e.g../import.php,"."beingyouMagentoroot

    //loadthemagentoappwiththeadminstore

    require_once('app/Mage.php');

    Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID);

    //dataimport,Iassumeyoucanwritesomesortofinputforthis$datalikereadingazipfileorsomeotherformat,ihere,Iassume,this$dataarrayholdsarraysofproducts($new_product)containinginformationonaproductfromopencart

    $data=...

    //loopoverthedataandcreatetheMagentomodels,thesecanincludeproducts,customers,etc.-forsimplicitythisisdoneforproducts,butcanbedoneforeveryotherdataobjectinmagento

    foreach($dataas$new_product){

    //loadanemptyMagentoproductmodel

    $product=Mage::getModel('catalog/product');

    //settheattributesyouwant

    $product->setData('sku',$new_product['sku']);

    $product->setData('name',$new_product['name']);

    .

    .

    .

    //saveit

    try{

    $product->save();

    }

    catch(Exception$e){

    Mage::logException($e);

    continue;

    }

    }
相關(guān)問答:
關(guān)于我們:
東南亞跨境電商shopee erp軟件哪個最好用?推薦米境通erp是專業(yè)的蝦皮電商erp軟件,包含:shopee刊登、上貨/鋪貨、采集、數(shù)據(jù)分析、訂單批量管理、云倉、代發(fā)貨等功能,支持免費試用。詳細案例認準米境通品牌。
目錄:首頁 | 蝦皮erp功能 | 蝦皮電商物流 | 賣家免費體驗 | shopee開店資訊
南京天遙路聯(lián)網(wǎng)絡(luò)科技有限公司 版權(quán)所有,蘇ICP備15044100號-8