| printSelectDropdown( $keyy, 'attr', '', 'attr-dropdown' );?>
|
printAttType( $keyy, '' ); ?> |
';
echo "";
echo $feed_template->printProductAttributes(); // phpcs:ignore
echo "";
?>
printInput( $keyy, 'st_value', '' ); ?>
|
printInput( $keyy, 'prefix', '' ); ?> |
printInput( $keyy, 'suffix', '' ); ?> |
printSelectDropdown( $keyy, 'escape', 'default', 'default-sanitize-dropdown', 'multiple', '[]' ); ?> |
printInput( $keyy, 'limit', 0 ); ?> |
|
getTemplateMappings() as $key => $item): ?>
|
printSelectDropdown( $key, 'attr', isset( $item['attr'] ) ? $item['attr'] : '', 'attr-dropdown' );
} else {
$feed_template->printInput( $key, 'cust_attr', isset( $item['cust_attr'] ) ? $item['cust_attr'] : '' );
}
?>
|
printAttType( $key, isset( $item['type'] ) ? $item['type'] : '' ); ?> |
>
';
echo "";
echo $feed_template->printProductAttributes( isset( $item['meta_key'] ) ? $item['meta_key'] : '' ); // phpcs:ignore
echo "";
?>
>
printInput( $key, 'st_value', isset( $item['st_value'] ) ? $item['st_value'] : '' ); ?>
|
printInput( $key, 'prefix', isset( $item['prefix'] ) ? $item['prefix'] : '' ); ?> |
printInput( $key, 'suffix', isset( $item['suffix'] ) ? $item['suffix'] : '' ); ?> |
printSelectDropdown( $key, 'escape', isset( $item['escape'] ) ? $item['escape'] : '', 'sanitize-dropdown', 'multiple', '[]' ); ?> |
printInput( $key, 'limit', isset( $item['limit'] ) ? $item['limit'] : '' ); ?> |
|