Bug Report
-
Hello,
Reporting a bug in the newest version of this plugin. It has to do with the language when ordering by price. Line 941 and 942 on your woocommerce-products-filter/index.php file currently reads:
‘price’: “<?php _e(‘price high to low’, ‘woocommerce-products-filter’) ?>”,
‘price-desc’: “<?php _e(‘price low to high’, ‘woocommerce-products-filter’) ?>”I believe it should read:
‘price’: “<?php _e(‘price low to high’, ‘woocommerce-products-filter’) ?>”,
‘price-desc’: “<?php _e(‘price high to low’, ‘woocommerce-products-filter’) ?>”Just backwards. Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bug Report’ is closed to new replies.