'', 'title' => '', 'text_description' => '', 'content' => '', 'description' => '', 'image_size' => '', 'product_url' => '', 'thumbnail_url' => '', 'author' => '', 'ASIN' => '', 'date' => '', 'is_adult_product' => '', 'price' => '', 'lowest_new_price' => '', 'lowest_used_price' => '', ); $sClassAttributes_ProductsContainer = 'amazon-products-container-search' . ' amazon-unit-' . $aArguments['id']; $sClassAttributes_ProductsContainer .= empty( $aArguments['_labels'] ) ? '' : ' amazon-label-' . implode( ' amazon-label-', $aArguments['_labels'] ); $_sWidth = AmazonAutoLinks_PluginUtility::getDegree( 'width', $aArguments ); $_sWidth = $_sWidth ? "width: {$_sWidth};" : ''; $_sHeight = AmazonAutoLinks_PluginUtility::getDegree( 'height', $aArguments ); $_sHeight = $_sHeight ? "height: {$_sHeight};" : ''; $_sInlineStyle = $_sWidth . $_sHeight; ?>