Package DE_EPAGES::PriceList::API::CSV::PriceListSimpleExportDriver
This module implements a handler to export shop PriceLists via csv This is a simplified version of the base exporter that uses a fixed pricelist and has only a subset of the columns.
Base |
DE_EPAGES::ShopCSVExportImport::API::CSV::ShopObjectExportDriver |
Example |
use DE_EPAGES::PriceList::API::CSV::PriceListSimpleExportDriver; DE_EPAGES::PriceList::API::CSV::PriceListSimpleExportDriver->exportCSV($FileName, $hFileFormat, $aColumns, $Shop ); |