diff --git a/rules_shipping_base.php b/rules_shipping_base.php index 349e4c12b5f88f4010390e7b5629eb19288716f5..b0eb5b0a065f961dc790d4f5bad940066a251e37 100644 --- a/rules_shipping_base.php +++ b/rules_shipping_base.php @@ -779,7 +779,6 @@ class plgVmShipmentRules_Shipping_Base extends vmPSPlugin { // Calculate the prices from the individual products! // Possible problems are discounts on the order total foreach ($products as $product) { -JFactory::getApplication()->enqueueMessage("<pre>Product: ".print_r($product,1)."</pre>", 'error'); $data['amount'] += $product->allPrices[$product->selectedPrice]['salesPrice']; $data['amountwithtax'] += $product->allPrices[$product->selectedPrice]['salesPrice']; $data['amountwithouttax'] += $product->allPrices[$product->selectedPrice]['priceWithoutTax'];