Package DE_EPAGES::Ekomi::API::Ekomi
This package provides the main ekomi functions.
@EXPORT_OK |
Functions
GetAllEkomiShops
Returns all shops with valid ekomi account.
Syntax |
$aShops = GetAllEkomiShops(); |
Return |
|
GetCustomerOrders
Selects all customerorders with dispatchedon >= $DispatchedOn and inserts in ekomirating.
Syntax |
GetCustomerOrders($Shop, $DispatchedOn); |
Input |
|
GetFilesFromEkomi
Gets meinung_$i.html, widget_1.gif, get_zertifikat.txt.
Syntax |
GetFilesFromEkomi($Shop); |
Input |
|
RatingInfoMail
Sends mail to user of order with is dispatched on given date.
Syntax |
RatingInfoMail($Shop, $DispatchedOn); |
Input |
|