RokasJ
Forum Replies Created
-
Hi,
Can you explain more about the feature? How should the password be verified or is it just a second password field?
Hi Leandro,
Could you please try this code for your issue:
add_action( 'init', 'add_filter_change_existing_currency_symbol', PHP_INT_MAX ); function add_filter_change_existing_currency_symbol() { add_filter( 'woocommerce_currency_symbol', 'change_existing_currency_symbol', PHP_INT_MAX, 2 ); } function change_existing_currency_symbol( $currency_symbol, $currency ) { switch( $currency ) { case 'ARS': $currency_symbol = 'ARS'; break; case 'USD': $currency_symbol = 'US$'; break; } return $currency_symbol; }
Forum: Plugins
In reply to: [Booster for WooCommerce] With flexible shipping don’t workHi,
Can you explain in more details about your setup – how these two plugins should interact, etc?
Forum: Plugins
In reply to: [Booster for WooCommerce] WooCommerce Booster WPMLHi,
Yes, you can use [wcj_wpml] shortcode (don’t forget to enable the module first) and use it something like this:
[wcj_wpml lang='en']Message[/wcj_wpml][wcj_wpml lang='ru']Message[/wcj_wpml]
Hi Christian,
I’m afraid that’s not possible yet but we have added it to our todo list.
Forum: Plugins
In reply to: [Booster for WooCommerce] Product Quantity RulesHi,
Unfortunately that’s not possible at the moment but assuming you are using “Order min/max quantities” module with “Per Item Quantity on Per Product Basis” option enabled, and import products from a csv file, you could add a column with a title “Meta: _wcj_order_quantities_min” and add product quantities below.
Hi Leandro,
I’m sorry, I meant the “All currencies” module. You should be able to change the currency symbols there, so if it is currency code + $ in that module, you should be able to quickly change that. Let me know if it’s not.
Hi Leandro,
At the moment you can only enter prices in main store’s currency and it is converted using an exchange rate but we have added support for different currencies to our todo list.
Hi Leandro,
You can change the currency symbol using “Price formats” module – that way the currency symbol would be consistent in your site and it wouldn’t be overridden.
Forum: Plugins
In reply to: [Booster for WooCommerce] Conditional shortcode?Hi,
Unfortunately there are no support for conditional shortcodes but if I understand you correctly, you could use the “before attribute” to show the label. For example, you can use
[wcj_product_list_attributes]
shortcode as[wcj_product_list_attributes before="Attributes:"]
. You can see additional attributes for this shortcode here: https://booster.io/shortcodes/wcj_product_list_attributes/.Forum: Plugins
In reply to: [Booster for WooCommerce] shortcode is not working after updateHi,
Unfortunately these forums do not allow discussions about paid plugins. Can you contact us via email at [email protected]?
Forum: Plugins
In reply to: [Booster for WooCommerce] product custom info print on invoiceHi,
Unfortunately this is not yet possible but we have added it to our todo list. If you want, you can show both companies in invoices at the same time by adding second company info directly in the invoice template.
Hi,
I’m afraid these forums do not permit discussions about paid features. I have answered your question by email, if it was not you, please contact us at [email protected]. Thanks.
Forum: Plugins
In reply to: [Booster for WooCommerce] Email content reorderingHi,
Unfortunately that’s not possible yet but we have added it to our todo list.
Forum: Plugins
In reply to: [Booster for WooCommerce] After Email Verification redirects to another pageHi,
Unfortunately it’s not possible to change it to custom url but we have added it to our todo list.