Changeset 2945844
- Timestamp:
- 08/01/2023 07:44:50 AM (3 years ago)
- File:
-
- 1 edited
-
woo-alidropship/trunk/admin/import_list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-alidropship/trunk/admin/import_list.php
r2945843 r2945844 3647 3647 public static function simple_product_price_field_html( $key, $manage_stock, $variations, $use_different_currency, $currency, $product_id, $woocommerce_currency_symbol, $decimals, $coutry = '', $company = '' ) { 3648 3648 if ( ! is_array( $variations[0] ) ) { 3649 echo ' Error parsing data in version 1.0.29. Please remove this product & import again';3649 echo '<p style="color: red;">Error parsing data in version 1.0.29. Please remove this product & import again</p>'; 3650 3650 3651 3651 return;
Note: See TracChangeset
for help on using the changeset viewer.