Dat Hoang
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product Reviews only shows up if there’s one existingHi
The review form is displaying without any existed preview in product pages in my testing site:
This kind of problem is usually caused by either a conflict with your theme or with another plugin.
The best way to determine this is to:
- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.
Forum: Plugins
In reply to: [Woo Viet - WooCommerce for Vietnam] onepay không hoạt độngForum: Plugins
In reply to: [Woo Viet - WooCommerce for Vietnam] Không thể truy cập được thiết lập OnePayMình không thể tìm cách đê replicate issue này.
Bạn có thể giúp mình cung cấp thêm một số thông tin?
1. Version woo-viet và WooCommerce bạn đang sử dụng?
2. Nếu bạn tăt hết các plugin khác, chỉ bật woo-viet và WooCommerce thì lỗi này còn xảy ra hay không?Forum: Plugins
In reply to: [Woo Viet - WooCommerce for Vietnam] onepay không hoạt độngBạn không dùng cổng thanh toán PayPal Standard thì nên tắt chức năng “Support VND for the PayPal Standard gateway” ở trong phần cài đặt của Woo Viet:
Bạn test lại sau đó xem có vấn đề gì không nhé. Thanks.
Forum: Reviews
In reply to: [Woo Viet - WooCommerce for Vietnam] Hay HayHi, cảm ơn bạn.
Đây là một bug nhỏ mà mình sẽ release bản mới trong thời gian tới.
Tạm thời bạn apply theo hướng dẫn như ở đây được không?
https://wordpress.org/support/topic/order-of-province-district-woocommerce-3-5-1/#post-10860266Forum: Plugins
In reply to: [Woo Viet - WooCommerce for Vietnam] Tích hợp ZaloPay và MOMOHi, hiện tại mình chưa có kế hoạch tích hợp thêm chức năng nhé 🙁
Hi,
“Woo Checkout Field Editor, Field Editor ” – đây là plugin trả phí hay thế nào bạn nhỉ? Bạn link tới chỗ mà mình có thể get plugin này nhé?
Cụ thể là bạn chỉnh sửa những filed nào? Hiện tại trong code của Woo Viet có một số chỗ mình cũng modify các fields: thay đổi vị trí và ẩn các field ko cho người Việt. Nên có thể có conflict ở đây?
Thanks
Hi, thanks for using Woo Viet and sorry for getting the errors.
In fact, Woo Viet is not built with the multi-currency store in mind.
So both issues here (1) exchange rate message and (2) Paypal error (10525) are somewhat we may take in the future.
I’ve created the issue here https://github.com/htdat/woo-viet/issues/58 . However, please keep in mind that we do not have any ETA for this issue yet.
I have to same “Parse error: syntax error, unexpected ‘[‘, expecting ‘)’ in /home/content/43/12299543/html/wp-content/plugins/jetpack/modules/widgets/simple-payments.php on line 220” problem.
This is the error with PHP 5.3 and below.
Please upgrade to the latest version 6.3.3 to fix this issue.
More info:
* https://wordpress.org/support/topic/parse-error-syntax-error-unexpected-expecting-simple-payments-php/#post-10461405
* https://jetpack.com/2018/07/04/jetpack-6-3-2-simple-payment-fix/Fatal error: Class ‘Jetpack_Simple_Payments’ not found in /srv/bindings/XXXX/code/wp-content/plugins/jetpack/modules/widgets/simple-payments.php on line 479
This specific error (this fine and this line 479) is not related to the PHP version. It’s more about how this class is loaded.
More details on https://github.com/Automattic/jetpack/issues/9875
For a temporary solution, you can fix this issue by adding some lines as the fix here – https://github.com/Automattic/jetpack/pull/9871/files
This fix will be included in the upcoming version of Jetpack 6.4.
Forum: Plugins
In reply to: [Woo Viet - WooCommerce for Vietnam] Cổng thanh toán quốc tế cho OnepayHi, chưa bạn nhé.
Hiện tại mình mới support đc cho local (thẻ ATM và các ngân hàng nội địa) thôi.
Forum: Fixing WordPress
In reply to: People can’t leave comments because they are “suspected bots”Hi everyone,
I come here from Google searches. Since this issue happens quite often, I’d like to give some insights for a quick solution.
If you see “Blocked as suspected bot”, it is caused by Bluehost or Mojo Marketplace plugins. Solution: you can temporarily disable these plugins or better contact your hosting provider Bluehost to get help.
—–
The following information is pretty technical, you may ignore it 🙂
“Blocked as suspected bot” can be found here https://github.com/mojoness/mojo-marketplace-wp-plugin/blob/master/inc/spam-prevention.php#L135
The code line may be changed but the code looks like this:
$spam_key = md5( $_SERVER['HTTP_USER_AGENT'] . $_SERVER['REMOTE_ADDR'] ); if ( ! isset( $_POST['js-spam-prevention'] ) || $_POST['js-spam-prevention'] !== $spam_key ) { if ( current_filter() !== 'registration_errors' ) { die( 'Blocked as suspected bot.' ); } else { $data->add( 'bot_error', 'Suspected bot.' ); } }Hi,
Thanks for the link.
I’ve tried to look at the issue but I could not find the CSS code for it also.
But this issues seems to be very specific for your site. I’ve tested on two testing (default) themes, the look-and-feel is OK:
* Twenty Seventeen http://cld.wthms.co/OGqDwF
* Storefront http://cld.wthms.co/PiQY8tInstead, I have a couple of notes:
1. From what I notice in the HTML code, on your site, the city field is generated with the “div” tag while in two testing themes it’s generated with the “span” tag.
2. Your site is using a minify plugin. You may try to disable this plugin to see if the issue persists. Note: Woo Viet and WC City Select are loading a couple of JS and CSS files.
Sorry, I can not help more in this case with a proper solution. That’s the best I can debug for this.
Cheers, Dat
- This reply was modified 7 years, 10 months ago by Dat Hoang.
Hi,
Thanks for your compliment.
I can’t seem to find the proper CSS to add a 1px boarder to the City/District dropdown. This field does not follow the CSS rules as the other checkout fields.
This is correct. This part is based on another library – https://wordpress.org/plugins/wc-city-select/
If you do not mind, please share your site URL, I will try to have a look.
Cheers,
Hi,
Thanks everyone for your comments above.
We’ve released the point release 6.3.2 fixing this bug https://jetpack.com/2018/07/04/jetpack-6-3-2-simple-payment-fix/
This point fix addresses a fatal bug affecting all sites using PHP 5.3 and below.
A side note here: we recommend upgrading your sites to PHP 5.6 or later per this requirement – https://wordpress.org/about/requirements/.
Most of the hosting providers are supporting PHP 5.6+ nowadays. If you’re not sure how to do this, feel free to reach your hosting provider(s).
Again, we’re sorry for this error.