eGzyl.pl Posted April 14, 2010 Share Posted April 14, 2010 helloi need have total price without shippingnow when i write getOrderTotal - show me totalprice what i must do to see onli price for product {$shipping_cost} - its a shipping i need dome like that:2 products 33$ <- this price how make??shipiing 5$total 38$thx for help Link to comment Share on other sites More sharing options...
eGzyl.pl Posted April 15, 2010 Author Share Posted April 15, 2010 resolve add it in header.tpl $smarty->assign(array( 'total_products_wt' => number_format($cart->getOrderTotal(true, 1), 2, '.', ''), 'shippingCost' => $cart->getOrderTotal(true, 5), )); Link to comment Share on other sites More sharing options...
rocky Posted April 15, 2010 Share Posted April 15, 2010 If this issue is now resolved, please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
eGzyl.pl Posted April 15, 2010 Author Share Posted April 15, 2010 sorry i forget Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now