samidare
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Doesn’t show taxes on ‘my cart’ page in IE and firefoxI’ve resolved this issue with these settings below:
General:
Default Customer Location > shop base addressTax:
Prices Entered With Tax > No, I will enter prices exclusive of tax
Shipping Tax Class > Shipping tax classes based on cart items- This reply was modified 9 years, 3 months ago by samidare.
Forum: Plugins
In reply to: [WooCommerce] Doesn’t show taxes on ‘my cart’ page in IE and firefoxHi lorro,
Thanks for your advice.
I’ve tried to clear all sessions, and It worked as you expected.
But if the ‘Enable taxes and tax calculations’ is selected, only chrome will be showing the taxes, not IE or FF or safari.Here are my standard rates settings:
https://ibb.co/hnrj6FHonestly I have no idea why is this happening..
Should I report this issue to the author of wc?Thanks,
Forum: Plugins
In reply to: [WooCommerce] Doesn’t show taxes on ‘my cart’ page in IE and firefoxThanks for replying.
I’ve set for default customer location under general options like below:
https://ibb.co/cSK11FThe site url is http://cecitech.com .
Thank you,
I am sorry for my bad English skills, I might’ve misunderstood what you told me.
I said this because you’re the author of the plugin. and I didn’t even know which plugin causing this problem. But even if i asked for the solution, you and other woocommerce developers saying the same thing, “This isn’t our plugin’s problem”.And I’ve never touched this php file before.
Thank you- This reply was modified 9 years, 5 months ago by samidare.
Seems like I didn’t get the answers for my questions.
I’m asking that about how long will it take to check the translations that I added?
and after that How can I install the translations to my site?I’m in a hurry so I hope this’ll be solved asap.
Hi I updated your plugin to version 2.6.11.
OK I appreciate it. Please tell me what do i have to do next.
I just found that the translation of other account pages also isn’t working in my site.
But the translation status for those are “current”.For example:
*Your cart is currently empty.
*Return to shop(button)
*No downloads available yet.
*Go shop(button)and there’s more.
What should i do with these also?Thanks
OK how long does it take?
and after the checking translation, How is it going to work for my website?
I just need to update your plugin?
Thanks,I installed 2.6.7 and once I finished editing my site I’d like to update the latest version.
I’ve added the translations for french on the page that you gave me.
https://translate.ww.wp.xz.cn/projects/wp-plugins/woocommerce/dev/fr/default?page=1There are also links in the same page.
But looks like for those words, the french is existing. (Dashboard,orders,downloads,addresses,log out)
Please take a look.
Thanks,So that means there’s nothing i can do?
or Do i have to rewrite that code with french?
if its so, could you give me an example of the code?
I’m a little in a hurry so if you give me some examples, I would appreciate.and why there’s no translation for only this page? the other pages are fine.
ThanksForum: Plugins
In reply to: [WooCommerce] second language of sign-in page is showing default languageThanks for respond.
Im using Multisite Language Switcher for translating my site.Forum: Plugins
In reply to: [WooCommerce] second language of sign-in page is showing default languageI’m still looking for the answer for this,
I would appreciate it if someone can help me.
Thank you- This reply was modified 9 years, 5 months ago by samidare.
Forum: Plugins
In reply to: [WooCommerce] second language of sign-in page is showing default language<p> <?php echo sprintf( esc_attr__( 'From your account dashboard you can view your %1$srecent orders%2$s, manage your %3$sshipping and billing addresses%2$s and %4$sedit your password and account details%2$s.', 'woocommerce' ), '<a href="' . esc_url( wc_get_endpoint_url( 'orders' ) ) . '">', '</a>', '<a href="' . esc_url( wc_get_endpoint_url( 'edit-address' ) ) . '">', '<a href="' . esc_url( wc_get_endpoint_url( 'edit-account' ) ) . '">' ); ?> </p>I would like to ask about general php, I found where the code is.
I don’t have any knowledge of php, so for this issue i need some help.
If I want to show a different languages using this codes,
How could I write(add) the second language in it?
Thanks.- This reply was modified 9 years, 5 months ago by samidare.