I have an option input text field.
The value that I type gets read by the system, and I am going nuts trying to figure out how.
The value is read in \system\library\cart.php on line 141 (Opencart 1.5):
Code: Select all
'option_value' => $option_value,
I have tried deleting every single instance of "option_value" in the catalog-files, but the system still registers the value input.
Is the input just directly transferred to the system file from the input-box? Without any processing? If so, how?