-
Notifications
You must be signed in to change notification settings - Fork 23
Get Product Prices
Gunjan Patel edited this page Jul 6, 2016
·
3 revisions
$price = producthelper::getInstance()->getProductNetPrice($productId);
// Return
$price['productPrice']
$price['product_price']
$price['price_excluding_vat']
$price['product_main_price']
$price['product_price_novat']
$price['product_price_saving']
$price['product_price_saving_percentage']
$price['product_price_saving_lbl']
$price['product_old_price']
$price['product_discount_price']
$price['seoProductSavingPrice']
$price['seoProductPrice']
$price['product_old_price_lbl']
$price['product_price_lbl']
$price['product_vat_lbl']
$price['productVat']
$price['product_old_price_excl_vat']
$price['product_price_incl_vat']$productHelper = new producthelper;
$price = $productHelper->getProductNetPrice($productId);- Home
- Developer
- How to get Config variable
- Product
- Validate AJAX Request
- Render JLayout or redSHOP Layout
- redSHOP Joomla Plugin Architecture Types
- Creditcard Payment Gateway List
- History of redSHOP Checkout Flow
- redSHOP 1.x series development decisions
- RedSHOP for Joomla 2.5 guidelines
- redSHOP Payment Gateway Sandbox Details
- redSHOP Shipping API Test Details