thanhtd
Forum Replies Created
-
Forum: Plugins
In reply to: [Free Shipping Bar for WooCommerce] Warning messages after updateThanks for your feedback. We will try to update early
- This reply was modified 5 years, 1 month ago by thanhtd.
Forum: Plugins
In reply to: [Free Shipping Bar for WooCommerce] Warning messages after updateYou can add custom CSS,
Ex: #wfspb-main-content .woocommerce-Price-amount.amount{color:red;} to change color of amountYou can try :
$data = new WOOMULTI_CURRENCY_Data(); $get_rate = $data->get_exchange( 'USD', 'CAD' ); echo '<pre>', print_r( $get_rate, true ), '</pre><hr>';
- This reply was modified 5 years, 1 month ago by thanhtd.
@vladseka You can use method get_exchange( $main_currency, $currency_code ) in file \woocommerce-multi-currency\includes\data.php
Forum: Plugins
In reply to: [Faview - Virtual Reviews for WooCommerce] no commentsHi @katyca .
Sorry, this is not availabel now.
Hi felipetto.
You can go to comment page, select filter by self review, it will filter fake reviews, you can delete these reviews https://prnt.sc/pd4yh1
Hi mattiasf.
You can’t set currency by ajax because Front end will not update currency & value if you don’t reload page.
- This reply was modified 5 years, 2 months ago by thanhtd.
Forum: Plugins
In reply to: [Free Shipping Bar for WooCommerce] Free Shopping bar Mobile ReactiveHi drivendetailadmin.
You can add to custom CSS:
#wfspb-top-bar #wfspb-main-content {padding:0 !important;}
put $fee in wmc_get_price() to change value before show it
Hi. Seem you use 3rd plugin. It is not compatible with this plugin
Please delete this value if you use https://prnt.sc/p0zjh7
Hi. You can not use 2 currency for once check out
Thank you for your review.
Forum: Developing with WordPress
In reply to: facebook webhook request via ajaxThanks for your help. I think, have a problem with my customer server because everything work perfect on my server (may be facebook block my customer domain,…).
Forum: Developing with WordPress
In reply to: facebook webhook request via ajaxoops, sorry, because wp_ajax_message and wp_ajax_nopriv_message not working so I change to test with admin-post.php, I forgot change back to wp_ajax_message and wp_ajax_nopriv_message when I post this topic. However, when I use admin-ajax.php, admin-post.php or register_router (api). It is not working
- This reply was modified 5 years, 3 months ago by thanhtd.