Magento Cara mendapatkan subtotal programmatically

Cara mendapatkan subtotal secara program menggunakan PHP di Magento.

$cart = Mage::getModel('checkout/cart')->getQuote();
$totals = $cart->getTotals();
$subtotal = $totals["subtotal"]->getValue();
nyingspot: Blog Seputar Bisnis Teknologi. Temukan hal menarik tentang bisnis dan teknologi hanya di nyingspot.com
Artikel Lainnya

This website uses cookies.