Home › Forums › Plugins › Coupon Importer Deluxe › Support › [Resolved] CVS Example and errors › Reply To: CVS Example and errors
April 12, 2013 at 10:21 pm
#28506
universalxs
Participant
All the select elements are empty in the plugin.
In wspc_admin_ci-options.php:
for( $k = 0; $k < $import->options_size; $k++ ) {
if( wpsc_ci_prepare_column( $import->options[$k][1] ) == wpsc_ci_prepare_column( $column[0] ) ) $import->skip_first = true; ?>
<option value=”<?php echo $import->options[$k][0]; ?>”<?php selected( wpsc_ci_prepare_column( $import->options[$k][1] ), $column[0] ) ); ?>><?php echo $import->options[$k][1]; ?></option>
}
$import->options_size is undefined and the function wpsc_ci_prepare_column is undefined. Could you please help me with these errors?