Jump to content

Carrier settings "Transit Time"


Recommended Posts

What do I fill in under "Transit Time"? The time the parcel takes to reach the customer?

It depends on where it goes... Asia or Europe makes quite a difference. Its a required field and if I enter something and click on save it shows:

Hack attempt (Carrier->delay is empty for default language)

Transit Time = Delay ?

when I checked the carriers page again the carrier was gone.. and also the carriers weight rates.
Added the carrier again and it works.

each time I edit the carriers settings and save it generates a new ID for the carrier.

Link to comment
Share on other sites

  • 1 year later...

try comment line 85 in /classes/Carrier.php

public function getTranslationsFieldsChild()
   {
       //parent::validateFieldsLang();  //comment this line
       return parent::getTranslationsFields(array('delay'));
   }



this is not solution, but hack, error is gone

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