herWALDI
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Variable displaying the pricerefresh
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Variable displaying the priceref
1. Open file select.php (wp-content/plugins/woocommerce-products-filter/views/html_types)
2. Search code
<select class="woof_select woof_select_<?php echo $tax_slug ?>" name="<?php echo $tax_slug ?>"> <option value="0"><?php echo WOOF_HELPER::wpml_translate($taxonomy_info) ?></option>3. Replace code:
<select class="woof_select woof_select_<?php echo $tax_slug ?>" name="<?php echo $tax_slug ?>"> <option value="0"><?php echo pll__('woof_select_'. $tax_slug .''); ?></option>4. Open functions.php themes, add line:
pll_register_string('Materiał', 'woof_select_pa_material', 'Filtrowanie', $multiline);Done 🙂
Forum: Plugins
In reply to: [Polylang] Translating WooCommerce " Cart ", " Checkout " and Category pages.1. Open file select.php (wp-content/plugins/woocommerce-products-filter/views/html_types)
2. Search code
<select class="woof_select woof_select_<?php echo $tax_slug ?>" name="<?php echo $tax_slug ?>"> <option value="0"><?php echo WOOF_HELPER::wpml_translate($taxonomy_info) ?></option>3. Replace code:
<select class="woof_select woof_select_<?php echo $tax_slug ?>" name="<?php echo $tax_slug ?>"> <option value="0"><?php echo pll__('woof_select_'. $tax_slug .''); ?></option>4. Open functions.php themes, add line:
pll_register_string('Materiał', 'woof_select_pa_material', 'Filtrowanie', $multiline);Done 🙂
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Copy link and PasteI can not add a link.
When I set filters, and then I go back to the previous page. I set up filters – disappear
Forum: Plugins
In reply to: Advanced custom fields on WooCommerceHelp me please 🙂
Viewing 6 replies - 1 through 6 (of 6 total)