Jump to content

disabling shipping cost for software


Recommended Posts

Define Free Shipping Carrier "Immediate Download"

edit product, add this to shipping

at checkout, the new "immediate download' carrier would be used, note: I don't know (did not test) if mix of virtual and 'real' goods

maybe this helps, maybe not

happy selling

el

 

Link to comment
Share on other sites

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