.bwfan-email-product-2-col .bwfan-product-grid { width: 100%; border-collapse: collapse; max-width:700px; } .bwfan-email-product-2-col .bwfan-product-grid-item-2-col { width: 46%; display: inline-block; text-align: center; padding: 0 0 20px; vertical-align: top; word-wrap: break-word; margin-right: 6%; font-size: 14px; } #body_content .bwfan-email-product-2-col .bwfan-product-grid-item-2-col h4 { text-align: center; } #body_content .bwfan-email-product-2-col .bwfan-product-grid-item-2-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;
?>
|