.bwfan-email-product-3-col .bwfan-product-grid { width: 100%; border-collapse: collapse; max-width:700px; } .bwfan-email-product-3-col .bwfan-product-grid .bwfan-product-grid-item-3-col img { height: auto !important; } .bwfan-email-product-3-col .bwfan-product-grid-item-3-col { width: 29.5%; display: inline-block; text-align: center; padding: 0 0 20px; vertical-align: top; word-wrap: break-word; margin-right: 4%; font-size: 14px; } #body_content .bwfan-email-product-3-col .bwfan-product-grid-item-3-col h4 { text-align: center; } #body_content .bwfan-email-product-3-col .bwfan-product-grid-item-3-col p.price { margin-bottom: 0; }
|
get_id() ] ) ? $products_price[ $product->get_id() ] : null;
$line_total = is_null( $price ) ? BWFAN_Common::get_prices_with_tax( $product ) : $price;
?>
get_id() ] ) ? $products_price[ $product->get_id() ] : null;
$line_total = is_null( $price ) ? BWFAN_Common::get_prices_with_tax( $product ) : $price;
?>
|