Home › Forums › General › File path in woocommerce order › Reply To: File path in woocommerce order
To do this, I modified the file ws-form-“woocommerce/includes/classes/class-ws-form-action-woocommerce.php” line 2278
Replace
$value_array[] = $file_name . ( ( 'file' == $submit_meta['type'] ) ? ( ' (' . $file_size . ')' ) : '' );
by
$value_array[] = 'https://' . $baseurl . '/wp-content/uploads/' . $file_path;