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 Kasutajad peavad seda kasulikuks
Kas see vastus oli kasulik?

Seotud artiklid

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

Why are all the module settings are blank?

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