Dat Hoang
Forum Replies Created
-
Forum: Reviews
In reply to: [Woo Viet - WooCommerce for Vietnam] need add ship of shipchungThank you so much ??
Can you write more about what you’re using with ShipChung and WooCommerce?
I would like to understand more about your need and better prepare for this feature.Note: you can write in Vietnamese ??
Best,
DatForum: Themes and Templates
In reply to: [Storefront] Add Sidebar to Homepage / Homepage TemplateEdit your home page. In the “Page Attributes” section, select “Default Template”.
That would help?Forum: Themes and Templates
In reply to: [Storefront] How to replace my account option in mobile veiwI guess it’s the icon of the handheld navigation bar.
If so, you can try this code in your functions.php file. You should add it on the top of this file.
Code: https://gist.github.com/htdat/5cddedeade0c2e7750dbdda9390e0838Side note in the case you’re a developer: This will override this function in https://github.com/woocommerce/storefront/blob/version/2.1.8/inc/woocommerce/storefront-woocommerce-template-functions.php#L320
Forum: Plugins
In reply to: [Yoast SEO] Avoid Yoast transforming quotations marksIt looks like this issue https://github.com/Yoast/YoastSEO.js/issues/907 ?
Forum: Plugins
In reply to: [Woo Viet - WooCommerce for Vietnam] Adding districts to provincesHello again,
I’ve just added this feature to this GIT branch https://github.com/htdat/woo-viet/tree/1.2-dev
It will be soon in the upcoming version 1.2.
If you don’t mind, please test it ??
Forum: Themes and Templates
In reply to: [Storefront] Problem On mobile deviceWell, there are some questions for you?
1. Which device do you use?
2. Which browser?
3. Have a screenshot?Forum: Themes and Templates
In reply to: [Storefront] Translate : You’re viewing:I think that string is not from Storefront. I guess it’s from another plugin.
Have a look at https://github.com/woocommerce/storefront/blob/master/languages/storefront.pot
There is no string like that.
Forum: Reviews
In reply to: [Woo Viet - WooCommerce for Vietnam] Much need and underappreciatedHaha, interesting! Please do let me know if have any idea to improve this plugin.
I hope that I can manage to integrate Giaohangnhanh and other shipping systems. Currently, in Vietnam, ShipChung seems to be popular in as well.
But it’s a bit hard since their APIs are not public (or at least, their API documents are not public).
Forum: Plugins
In reply to: [Woo Viet - WooCommerce for Vietnam] Adding districts to provincesOK. At least you have a go-to way now ??
I mark this “Resolved”.Will invite you test this feature when it’s ready.
Forum: Plugins
In reply to: [Woo Viet - WooCommerce for Vietnam] Adding districts to provincesActually, there are 2 parts of this tasks:
1. Data
I looked for this kind of data on Vietnam real estate sites. It’s feasible and updated.
E.g: banggiadat.vn , muabannhadat.com , batdongsan.com.vn2. Code
Actually, this feature is more difficult than adding “provinces for Vietnam” because WooCommerce is not supporting this kind of select/drop-down by default.
So far, this library looks good https://github.com/8manos/wc-city-selectI need to spend more time to research about this. It’s not ready too soon ??
—-
The related issue on GitHub: https://github.com/htdat/woo-viet/issues/4
- This reply was modified 8 years, 1 month ago by Dat Hoang.
Forum: Reviews
In reply to: [Woo Viet - WooCommerce for Vietnam] Much need and underappreciatedThank you for your compliment. That’s much appreciated ??
Actually this plugin is pretty new. It has been rolled out for one week.
Which feature(s) of the plugin are you using?
- This reply was modified 8 years, 1 month ago by Dat Hoang.
Forum: Themes and Templates
In reply to: [Storefront] Forcing desktop mode in Storefront themesWell, Storefront is a responsive theme. It does not have different versions for different devices, then your desired option does not exist.
I have not experienced any issue with Storefront about that. I suggest letting us know what the issue is, then Storefront developers can fix is.
Forum: Themes and Templates
In reply to: [Storefront] Customize Storefront theme headerWell. You achieved it somehow ??
Forum: Themes and Templates
In reply to: [Storefront] Customize Storefront theme headerIf so… you should follow this https://docs.woocommerce.com/document/create-a-social-icon-menu/
You don’t need to use my code at all ??
Forum: Themes and Templates
In reply to: [Storefront] Customize Storefront theme headerBoth of my code should be added into the Theme Customization plugin.
Don’t edit the theme files, you may lose your edit after updating the theme.