How to use custom client fields in default_values.php

You can access the custom client fields in default_values.php like this:
$billing_api_values["user_name"] = $params["clientsdetails"]["customfields1"];
From 1 to the number of client fields that you have.

  • 211 משתמשים שמצאו מאמר זה מועיל
?האם התשובה שקיבלתם הייתה מועילה

מאמרים קשורים

Why are all the module settings are blank?

You need to configure the custom fields and configurable options for the product before you can...

How to allow the client to enter his TCAdmin username

In the product settings create 2 custom fields named Username and Password.In default_values.php...