Variant: '. $optionbox1 .'
';
}
if($optionbox2 != false) {
echo '
Variant: '. $optionbox2 .'
';
}
if($optionbox3 != false) {
echo '
Variant: '. $optionbox3 .'
';
$video = $sanitizer->cleaninput($iv[$i]['product.video']);
$audio = $sanitizer->cleaninput($iv[$i]['product.audio']);
if(isset($video) && $video != "") {
echo "
";
}
if(isset($audio) && $audio != "") {
echo "
";
}
// closing div below.
$find = strstr($product_images,',');
if(is_array($product_images) || $find == true ) {
if($find == true) {
$product_images = explode(",",$product_images);
}
$count = count($product_images);
if($count >=1) {
echo '
';
if($product_id != false) { echo '
Product ID: '.$sanitizer->cleaninput($product_id).'
'; }
if($product_title != false) { echo '
Product title: '.$sanitizer->cleaninput($product_title).'
'; }
if($product_category != false) { echo '
Category: '.$sanitizer->cleaninput($product_category).'
'; }
if($product_stock != false) { echo '
In stock: '.$sanitizer->cleaninput($product_stock).'
'; }
if($product_catno != false) { echo '
Catno: '.$sanitizer->cleaninput($product_catno).'
'; }
if($product_quantity != false) { echo '
Quantity: '.$sanitizer->cleaninput($product_quantity).'
'; }
if($product_format != false) { echo '
Format: '.$sanitizer->cleaninput($product_format).'
'; }
if($product_type != false) { echo '
Type: '.$sanitizer->cleaninput($product_type).'
'; }
if($product_weight != false) { echo '
Weight: '.$sanitizer->cleaninput($product_weight).'
'; }
if($product_condition != false) { echo '
Condition: '.$sanitizer->cleaninput($product_condition).'
'; }
if($product_ean != false) { echo '
EAN: '.$sanitizer->cleaninput($product_ean).'
'; }
if($product_sku != false) { echo '
SKU: '.$sanitizer->cleaninput($product_sku).'
'; }
if($product_vendor != false) { echo '
Vendor: '.$sanitizer->cleaninput($product_vendor).'
'; }
if($product_date != false) { echo '
Date: '.$sanitizer->cleaninput($product_date).'
'; }
if($product_url != false) { echo '
URL: '.$sanitizer->cleaninput($product_url).'
'; }
if($product_tags != false) { echo '
Tags: '.$sanitizer->cleaninput($product_tags).'
'; }
// if($product_price_min != false) { echo '
'..'
'; }
// if($product_price_max != false) { echo '
'..'
'; }
// if($product_price_varies != false) { echo '
'..'
'; }
// if($product_images != false) { echo '
'..'
'; }
// if($product_featured != false) { echo '
'..'
'; }
// if($product_featured_location != false) { echo '
'..'
'; }
// if($product_featured_carousel != false) { echo '
'..'
'; }
// if($product_featured_image != false) { echo '
'..'
'; }
// if($product_content != false) { echo '
'..'
'; }
// if($product_variants != false) { echo '
'..'
'; }
// if($product_available != false) { echo '
'..'
'; }
// if($product_selected_variant != false) { echo '
'..'
'; }
// if($product_collections != false) { echo '
'..'
'; }
// if($product_options != false) { echo '
'..'
'; }
if($shipping_fixed_price != false) { echo '
Shipping fixed price: '.$sanitizer->cleaninput($shipping_fixed_price).'
'; }
if($shipping_flat_fee != false) { echo '
Flat fee: '.$sanitizer->cleaninput($shipping_flat_fee).'
'; }
if($shipping_locations != false) { echo '
Shipping locations: '.$sanitizer->cleaninput($shipping_locations).'
'; }
echo '