dolphinpunch Posted June 10, 2015 Share Posted June 10, 2015 I'm trying to change the core files so that the shipping and handling fees are on separate lines. I've found this: https://www.prestashop.com/forums/topic/395969-how-to-show-shipping-and-handling-charges-in-separate-field-in-cart/ which does it for the blockcart, but I need it also to work for the one-page checkout. My question is: Where is the php file that contains the variables that shopping-cart.tpl uses? Link to comment Share on other sites More sharing options...
vekia Posted June 10, 2015 Share Posted June 10, 2015 it's a order controller: controllers/front/OrderOpcController.php Link to comment Share on other sites More sharing options...
dolphinpunch Posted June 10, 2015 Author Share Posted June 10, 2015 it's a order controller: controllers/front/OrderOpcController.php I'm using the cloud version so I'm guessing I'll have to get a copy of this file and put it in the override folder? Link to comment Share on other sites More sharing options...
vekia Posted June 14, 2015 Share Posted June 14, 2015 that's correct this is the only one way to alter controller file in cloud version 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