Package DE_EPAGES::MultiStoreConnector::API::ProductTypeAttributeSynchronization
hard core synchronization module regarding multistores it is possible to add or update product types to shops, using direct sql connection
Functions
- addProductTypeAttributes
- getOptionAttributeMandatory
- getOptionAttributeNames
- getOptionAttributeParameterType
- new
- verifyOptionAttributeContent
addProductTypeAttributes
Function to add product types attributes to a specific subshop.
Syntax |
$Result = $Synchronization->addProductTypeAttributes($ShopAlias, $ahProductTypeAttributesInfo); |
Input |
|
Return |
|
getOptionAttributeMandatory
get parameter type of option attribute name
Syntax |
$Mandatory = $self->getOptionAttributeMandatory($AttributeName); |
Input |
|
Return |
|
getOptionAttributeNames
get all existing option attribute names
Syntax |
$aAttributeNames = $self->getOptionAttributeNames(); |
Return |
|
getOptionAttributeParameterType
get parameter type of option attribute name
Syntax |
$ParameterType = $self->getOptionAttributeParameterType($AttributeName); |
Input |
|
Return |
|
new
Creates a new synchronization object of DE_EPAGES::MultiStoreConnector::API::ProductTypeAttributeSynchronization.
Syntax |
$Synchronization = DE_EPAGES::MultiStoreConnector::API::ProductTypeAttributeSynchronization->new(%options); |
Input |
|
Return |
|
verifyOptionAttributeContent
verify parameters of product attribute options, throws error if verification fails
Syntax |
$self->verifyOptionAttributeContent($hContent); |
Input |
|