thanhtd
Forum Replies Created
-
I tested, it works, no bug in your code. https://prnt.sc/tyr4yr
- This reply was modified 4 years, 3 months ago by thanhtd.
Forum: Plugins
In reply to: [Free Shipping Bar for WooCommerce] Very large text on product-pagesHi,
You can add this custom CSS to fix this issue
#wfspb-main-content .woocommerce-Price-amount { font-size: 16px;}
Hi.
You can use this css:.woo-multi-currency .wmc-currency{font-family: Arial !important; font-size: 9px !important;} .woo-multi-currency .wmc-currency a{color:white !important;}
Hi.
You need get current currency by this code:
$data = WOOMULTI_CURRENCY_F_Data::get_ins(); $currency = $data->get_current_currency();
Hi, please get new version to fix this issue. Thanks
Hello @uttamrajputohit .
Thanks for your suggestions, we will consider add your code into our plugin.
Currently, this function is not exist, may be you don’t send all code https://prnt.sc/t1srr2
No, this warning mean you show data in header area. I think line-43 is where you write var_dump().
To difficult to help you when I don’t know your code.
No, I want to know bug in which line, type of bug,… Are you web developer? Do you use some debug tools like Query monitor plugin?
Hi, please send me your site’s URL
Hi.
You need debug step by step to get exactly bug. In this plugin, we don’t use woocommerce_before_calculate_totals hook.Hi
If you can edit source code, in pro version, you can try to do like this https://prnt.sc/syd9zc. I will create hook here in next version.
ThanksSee my image https://prnt.sc/stfcte
Hi @shoptak
You can get new version to solve this issue. Thanks
Hi @wpcentrics
1 – You can use function wmc_get_price() to convert value of price or use apply_filters() function with ‘wmc_change_raw_price’ tag.2 – When you use method get_price, you can use ‘edit’ parameter for this method ($product->get_price(‘edit’)) to avoid filter hook.