Obada8 Posted August 3, 2018 Share Posted August 3, 2018 (edited) Hi all, I have problem in my store, my problem is show a free shipping for a vistors on blockcart, but if i logged in the shipping cost works as prefect. I tried to edit classes/Cart.php and edit this function public function getPackageShippingCost ($id_carrier = null, $use_tax = true, Country $default_country = null, $product_list = null, $id_zone = null) to public function getPackageShippingCost($id_carrier = null, $use_tax = true, Country $default_country = null, $product_list = null, $id_zone = null) { return 20; } but still show free shipping for vistors and for customers it show $20 shipping cost. Any one have solution? Edited August 3, 2018 by Obada8 (see edit history) 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