Hi,
I need to change label sale for “oferta” in spanish.
I’ve looking for this in sale-flash.php in idstore/loop/
but code is only…
<?php
/**
* Product loop sale flash
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 1.6.4
*/
if ( ! defined( ‘ABSPATH’ ) ) exit; // Exit if accessed directly
etheme_wc_product_labels(); ?>
Where i have to change?
Thanks