Bob88
Ecommerce Template Expert
958 Posts Pre-sales questions only (More Details...)
|
Posted - 03/25/2018 : 13:39:11
Using CSV Product Data Utility but when I download a product category all the column fields do not download. Like pWeight for example.
It doesn't work when using the following or not. Can there be some other configuration in the cart preventing this from working? It stopped working when I switched to the responsive site.
I have this in includes but with or without it, all fields do not download:
$csvProdFields = "pID,pName,pSection,pDescription,pLongdescription,pImage,pLargeimage,pPrice,pListPrice,pShipping,pShipping2,pWeight,pDisplay,pSell,pExemptions,pInStock,pWholesalePrice,pDims,pName2,pName3,pDescription2,pDescription3,pLongDescription2,pLongDescription3,pTax,pDropship,pStaticPage,pStockByOpts,pOrder,pRecommend,pMapPrice,pManufacturer,pSKU,pDateAdded,pImage2,pImage3,pImage4,pImage5,pLargeImage2,pLargeImage3,pLargeImage4,pLargeImage5,pGiantImage,pGiantImage2,pGiantImage3,pGiantImage4,pGiantImage5,pTotRating,pNumRatings,pSearchParams";
|