Jump to content

Shipping cost show a free shipping for vistors!


Obada8

Recommended Posts

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 by Obada8 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...