Jump to content

Email variables lenght


david.vala

Recommended Posts

We don't have 1.6.1.6 in use but 1.6.1.13.

 

According to this version, it is NOT a question to increase the field length. Instead, the field is cut to 32 characters in classes/PaymentModule.php. Find the following code - on our installation it's around line # 745 :

              '{payment}' => Tools::substr($order->payment, 0, 32),

You can get rid of the substr command or increase 32 to a higher value.

 

And dont forget to report back.

  • Like 1
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...