Jump to content

disabling shipping cost for software


Recommended Posts

On 2/3/2020 at 2:33 PM, ndiaga said:

In    the  folder    classes/Product.php     find  this line :


 'weight' =>                     array('type' => self::TYPE_FLOAT, 'validate' => 'isUnsignedFloat'),

 

And   change it   to  :


 'weight' => array('type' => self::TYPE_FLOAT, 'validate' => 'isUnsignedFloat', 'required'=>true),

 

i did this but it didnt work i re uploaded it twice 

 

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...