web4infinity Posted April 23, 2012 Share Posted April 23, 2012 How can I display the shipping cost in the product.tpl? I tried with $shipping_cost but this only displays it when the product is in cart. What's the variable name for shipping cost? Thanks Link to comment Share on other sites More sharing options...
CartExpert.net Posted April 24, 2012 Share Posted April 24, 2012 Hi, You can look at classes/Cart.php, function getOrderShippingCost to see how the shipping fee is calculated. You will need to add that code, with the appropiate modifications to ProductController.php. Link to comment Share on other sites More sharing options...
shopbebe Posted May 2, 2012 Share Posted May 2, 2012 Trying to do the same thing with no result... Not that bright myself... Anyone managed to solve this? 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