Dat Hoang
Forum Replies Created
-
Hello,
You can test with this development version!
https://github.com/htdat/woo-viet/archive/1.4-dev.zipIt contains this improvement!
Cheers,
Yeah, basically like that, but you should wait a bit more.
I still need to review the code (written by another person) there. It’s not as good as I expect.
Hi,
Thanks a lot. That totally makes sense.
This issue has been tracked here – https://github.com/htdat/woo-viet/issues/17
And we’ve made some progress here https://github.com/htdat/woo-viet/pull/43
Cheers,
Forum: Plugins
In reply to: [Woo Viet - WooCommerce for Vietnam] Tích hợp hệ thống Ship hàngHi,
Cảm ơn bạn đã liên hệ.
Việc tích hợp các đơn vị shipping như vậy là trong Roadmap, tuy nhiên, mình không chắc thời điểm nào mình có thể tích hợp thành công.
Trong ngắn hạn, bạn có thể nghêin cứu giải pháp của các bên khác.
Nếu bạn có thể contribute code hoặc quan tâm về tiến độ của chức năng này, bạn vui lòng follow ở đây nhé https://github.com/htdat/woo-viet/issues/15
Cheers, Đạt.
Hi,
Cảm ơn bạn trả lời rât chi tiết!
Mình dùng các plugin để custom phần thông tin khách hàng, do mình chỉ bán hàng ở VN nên mình chỉ chọn cho khu vực VN và xóa đi Option chọn quốc gia, khi đó plugin của bạn không họt động hoặc bị lỗi khi chọn tỉnh thành. Khi đó bắt buộc mình phải thêm lại Option quốc gia thì mới chạy bình thường.
=> Cái này thì chắc bạn phải dùng CSS để ẩn đi. Vì tỉnh thành (state trong WooCommerce) được load lên dựa vào “country” được lựa chọn.
Và mình mới phát hiện thêm là plugin của bạn không hoạt động với plugin Woocommerce Point of Sale (https://codecanyon.net/item/woocommerce-point-of-sale-pos/7869665).
=> Mình không test được với plugin này và thực ra rất khó để test với tất cả plugin. Plugin của mình follow theo các hook và standard của WooCommerce nên nếu plugin nào mà modify cách hoạt động thông thường của WooCommerce thì mình không chắc.
Mình rất thích plugin này của bạn, mong rằng bạn có thể khắc phục vài lỗi trên, và mình cũng đang chờ phần kết nối tracking thông qua API của giaohangnhanh, giaohangtietkiem nữa 🙂
Về tích hợp các kết nối này thì cần thời gian research, mình vẫn chưa có time để làm. Theo như mình biết thì có các plugin khác hỗ trợ việc thêm các dịch vụ này vào, bạn search thêm trên mạng nhé.
Mình vừa update request của bạn vào đây https://github.com/htdat/woo-viet/issues/15
Forum: Plugins
In reply to: [Woo Viet - WooCommerce for Vietnam] Lỗi order bị on hold vì mã USDHi,
Cảm ơn bạn.
Lỗi này bạn @longnguyen đã report ở đây https://github.com/htdat/woo-viet/issues/37
Bạn ý đã fix, mình thấy khá là OK. Bạn có thể thử test không?
1. Vào https://gist.github.com/htdat/53340c0dea7962702713f310d6a109e3
2. Thay nội dung của file trên thay cho file woo-viet/inc/class-wooviet-vnd-paypal-standard.php (phiên bản 1.3.1)
3. Test đơn hàng mới với PayPal.Thanks.
Hi,
Cảm ơn bạn.
tuy nhiên vẫn còn lỗi là bắt buộc phải có Quốc gia mới hoạt động được, unset đi thì plugin ko hoạt động.
Bạn có thể cho mình thêm thông tin về lỗi này được không? Mình sẽ check.
Mình dùng plugin Woocmmerce Point and Sale thì plugin này chỉ chọn được tỉnh thành là hết, không cho chọn quận huyện mà phải tự gõ vào.
Bạn miêu tả giúp mình thêm được không?
Nếu có thể bạn chụp giúp mình mấy screenshots nhé.
Bạn có thể upload lên trang này và share link ở phần trả lời của mình http://imgur.com/uploadThanks.
Forum: Plugins
In reply to: [Woo Viet - WooCommerce for Vietnam] Tích hợp thêm GHTK và VNPAYQRHi,
Cảm ơn bạn đã gửi câu hỏi ở đây. Cái này thì còn phụ thuộc vào API của các bên này.
Mình sẽ xem sau nhé, nhưng mình không chắc chắn khi nào có thể implement được 🙂
Hi,
As I understand, you have a custom taxonomy, like “playlist”.
And now you want to have a template for displaying all terms belonging this taxonomy “playlist”.Based on this https://developer.wordpress.org/themes/basics/template-hierarchy/ and https://developer.wordpress.org/files/2014/10/wp-hierarchy.png, this is what you need:
* file name: taxonomy-playlist.php
* To get the term value for the current page, you can use this function https://codex.wordpress.org/Function_Reference/single_term_titleForum: Fixing WordPress
In reply to: WP is redirecting my query strings in an odd way…Hi,
I’ve tested on my site, and if I use the “page=2” parameter like this
my-site.com/a-normal-page/?page=2then I will be redirected to like this
my-site.com/a-normal-page/2/So that’s how WordPress core works. Therefore, I don’t recommend to change this because it might break some other features.
I’ve found this article, that may help you 🙂
(But again, I don’t recommend to change it).
Forum: Fixing WordPress
In reply to: Access Denied – paypal issueHi,
This is not a message from WordPress. It’s a PayPal message.
You may turn on/off your internet router, get a new IP for your network, and you probably get access the page again.
Anyway, this is not a WordPress issue at all 🙂
Have a great day!
Forum: Fixing WordPress
In reply to: Generate random passwords to access pagesHi David,
As far as I know, no available plugin (both free and premium) offers the same features like what you want.
If you stick with the password like this, you may consider asking a developer to work on that. You can create a job post here
https://jobs.wordpress.net/To achieve something similar like just paid people can access a specific game, you can use the membership plugins:
– https://wordpress.org/plugins/tags/membership/
– https://wordpress.org/plugins/tags/memberships/Forum: Fixing WordPress
In reply to: Creating a broadcast scheduleHi there,
What you find looks like a timetable plugin. I’ve run a quick search, this plugins seems to fit your need.
https://wordpress.org/plugins/tags/timetable/
You can find more free plugins here – https://wordpress.org/plugins/tags/timetable/
Another thing is the import process. You probably need to check more if the plugins above support the import. Otherwise, as I know, this plugin supports to import from the CSV and XML files to any customized data in WordPress (custom fields, custom post types, and custom taxonomies).
https://wordpress.org/plugins/wp-all-import/
In the end, if no plugin fits your own needs exactly, you can create a job post here
https://jobs.wordpress.net/Forum: Plugins
In reply to: [Woo Viet - WooCommerce for Vietnam] Lỗi order bị on hold vì mã USDHi,
Nếu có thể bạn chụp giúp mình mấy screenshots nhé.
Bạn có thể upload lên trang này và share link ở phần trả lời của mình http://imgur.com/upload
Mình cần screenshot của đơn hàng, đặc biệt là tất cả các notes nhé.
Hi,
But the check box next to the products on the configuration page cannot be checked.
On my site, I can save the options for other post types in both:
(1) WP Admin -> Settings -> Sharing like this http://cld.wthms.co/xMJp5u
(2) WordPress.com -> Sharing -> Sharing ButtonsIf you can give me your site address, I may look for the issue.
If you want it to remain private, you can also contact us via this contact form:
https://jetpack.com/contact-support/?rel=support
Note: I recommend log in WordPress.com and contact us via the form above. You have the Jetpack Professional plan, we can prioritize your tickets and help you much faster than here.