Plugin Directory

Changeset 2945844


Ignore:
Timestamp:
08/01/2023 07:44:50 AM (3 years ago)
Author:
thanhtd
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • woo-alidropship/trunk/admin/import_list.php

    r2945843 r2945844  
    36473647    public static function simple_product_price_field_html( $key, $manage_stock, $variations, $use_different_currency, $currency, $product_id, $woocommerce_currency_symbol, $decimals, $coutry = '', $company = '' ) {
    36483648        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>';
    36503650
    36513651            return;
Note: See TracChangeset for help on using the changeset viewer.