I want your help please
I spent one week on this issue without any solution
I want to translate the billing information in the cart/checkout page
I dont know how??
I use translate interface but didn't translateِthe first name etc...
please help me.
Try here http://your_site.com/admin/store/settings/countries/fields
Related
if I sell a product from the backend, not from the shop front-end, I would like to change the price for this order only, not in the product table.
I have searched for variable-price products but cannot find anything that fits my needs.
I found variations and discount rules but I just want to change the price when I make an invoice from the backend, maybe through a dummy product where I can change the description too.
Anyone an idea if this is possible?
With the POS systems I support (Chromis) or in front accounting this is possible.
BTW if someone has a link to a WooCommerce-forum where users help users I would be happy.
Regards,
Jan
thanks for the reaction.
I have got an answer from another forum, in Woocommerce one has to enter the order first and afterwords the price is editable.
You cannot see this straight away, first you must put the mouse in the part with the positions, then the pencil to edit appears.
Not the most elegant way but usable.
And i did found more forums.
Regards,
Jan
Does anyone know whether it's possible to swap the Company Name and the First+Last Name in the order details?
When filling out these elements they are the other way around and I would like them to stay that way.
I added a screenshot.
Thanks a lot.
in the end Woocommerce helped me out. Here you can read the solution:
https://wordpress.org/support/topic/swap-company-and-name-field-in-order-backend/#post-12484747
OK so I know this isn't exactly a code-specific question, but I'm out of luck in my research to find a way to make a search only product in WordPress using WooCommerce. I have 10,000 products I need to have available to buy on the website, however the majority of them are very small and specific. SO I need a way to have products on my website that aren't visible in the catalog, but can be found by search, specifically by their part numbers. This seems like a common occurrence in the world of eCommerce so perhaps there is already a way to do this in WooCommerce and I'm just missing it. Or does anyone know of a plugin that will achieve this?
Anything will help, thanks!
I think there are many plugins that can help you with this. Try for example this one https://wordpress.org/plugins/advanced-woo-search/
So as the name suggests I would like to know if its possible to Have a coupon set up on woocommerce that when entered at the checkout it adds in a free product to the order.
Can this be done or is this something woocommerce could not handle.
If anyone knows of any plugins etc I would be extremely grateful
From your question, you are asking if there's a way for users to enter a coupon that when entered gives free products?
It is possible with Woocommerce, out of the box it has it's coupon management. You can even exclude products which is useful!
Read more about this here http://docs.woothemes.com/document/coupon-management/
It's very simple to get up and running!
I realize this question is old but figured I would point out there's a plugin available for rather cheap that can handle this. I'm not the author, nor do I use the plugin, but it should take care of this functionality:
http://codecanyon.net/item/woocommerce-free-gift/6144902
I want to display links, with say owner id 5. how can i achieve this in wordpress. thanks in advance for any suggestions or help.
I found this link . but there is no option to mention link_owner id
If you are pulling the posts of the currently logged in user, then you can use get_the_author_posts() or the_author_posts_link().
If not, then you can use WP_Query. Check out the Author params and let me know if you need further assistance.