Package DE_EPAGES::MeinPaket::Hooks::Product
provides utility function for MeinPaket
Package DE_EPAGES::MeinPaket::API::MeinPaketUtil
Functions
- getOffersContainingProductWithParent
- isLastUploadProductInOffer
- isOfferOnline
- new
- wasOfferUploaded
- wasProductUploaded
getOffersContainingProductWithParent
Gets a list of all offers that contain the passed product or sub-product.
Syntax |
getOffersContainingProductWithParent( $ProductOrSubProduct ); |
Input |
|
Return |
|
isLastUploadProductInOffer
Determines wether or not the passed product or sub-product is the last remaining uploaded product in the passed offer.
Syntax |
isLastUploadProductInOffer( $ProductOrSubProduct, $MeinPaketOffer ); |
Input |
|
Return |
|
isOfferOnline
Determines if the passed offer is marked as online.
Syntax |
isOfferOnline( $MeinPaketOffer ); |
Input |
|
Return |
|
new
constructor
Syntax |
new(); |
Return |
|
wasOfferUploaded
Determines wether or not the passed offer was uploaded
Syntax |
wasOfferUploaded( $MeinPaketOffer ); |
Input |
|
Return |
|
wasProductUploaded
Determines wether or not the passed product or sub-product has a MeinPaketID attached to it, which is attached once it was successfuly exported to MeinPaket.
Syntax |
wasProductUploaded( $ProductOrSubProduct ); |
Input |
|
Return |
|