28306 comments found.
Can this theme be used with the Fancy Product Designer woocommerce plugin?
http://codecanyon.net/item/fancy-product-designer-woocommerce-plugin/6318393?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=radykalYes, it’s not tested, but most plugins works with this theme 
Do you have a built in page builder to modify the product page for woocommerce? ie If I want to move the images around or the quantity button.
Also, for shortcodes, do you have to actually manipulate the code, [row]
col span=”1/4 Team member description /team_member
col span=”1/4 Team member description /team_member
Or is there a left hand site category for team members under the dashboard?
You have to manually manipulate the code. But It’s very easy and customisable when you get the hang of it
You can also copy shortcode examples from the demo site.
How can we edit the Add to cart, Cart text on the template. It is not possible to do it via Localization plugin. No effect after changing the texts.
Can you give a clear explanation how I can edit this? Is it hard coded, if so which files do we need to change?
Thank you!
Could you try change this and search for “Add to cart”? https://www.evernote.com/shard/s20/sh/33694e8f-9034-4020-a8df-19f9c7cd9f57/4007f0ccba0f51efa8162d11bf1f742b
Thanks for replying. I have searched and edited every text domain but could not change the frond ‘Cart’ text. I have dutch language, so NL_nl as default.
Another tip?
Solved! But do we need to change texts in the files? So Localization cannot help us?
How can i change the text colour in the frontpage, let’s say when using homepage-grid-3?
I’ve seen the default option is “light”. How i can let’s say make it using a light blue colour? it can be done through the backend or i have to use css code? thanx
Try change text color by using the default WordPress text color changer. (mark the text and change color in toolbar)
Hello,
How can i create product categorie pages? if i click at a product categories name the site says “this page could not be found”.
i have tried different things but i do not find out how it works. 
thank you
Could you try update your Permalink settings?
Hello and thank you for the answer. but i can’t handle the problem. If you mean with “update permalinks” the “slug” (URL titles) of the categories … yes they are alright.
but still … when you click on the categorie “neu” the site would not be found. http://www.saray-burul.de/produkt/vintage-orienttepich/ http://www.saray-burul.de/produkt-kategorie/neu/1. i have also tried to generate a page which is called “produkt-kategorie” and then i have the header i want but with no products. which shortcode do i have to use to display all categorie products?
3. and if i have to to generate a product_categorie page manuel as well, which chortcode do i have to insert to display the specific product category?
Hello,
i found out about the right settings in WP > settings > permalinks! 
I am happy you solved it
For the pricefilter widget you can find it under appearence-widgets in WordPress. Regarding the empty left; If you want to remove it you have to go to the themesettings and then press the category-page and select “No sidebar”.
Hi,
We are using your template.
IT rocks!
We have 1 problem. When we add a product to the cart it automatically adds it 2 times. Any idea? Have been trying to switch off and on plugins but no luck there yet. THX!
http://www.droilbusiness.nlTry delete the “woocommerce” folder from “flatsome” theme folder, then re-upload it again from flatsome 1.8.7 theme zip file.
Its important that you delete it, and not just overwrite it.
Great theme! How to use the Header Width Nav Light? It seems nowhere to find.
Hope you can give me support.
Thank you!
Solved! Just go to your theme options.
Nice 
Anyone else using Composite Products plugin together with this theme? I having problems with the latest version of this theme and WC 2.1
This theme is BROKEN and does not work with the latest WooCommerce. I am getting a fatal error on the checkout screen that is: “Fatal error: Call to undefined method WC_Shipping::get_available_shipping_methods() in /wp-content/themes/flatsome/woocommerce/checkout/review-order.php on line 14”
I’ve tried everything to fix this. WooCommerce said it was the theme author and so did my host. Please UXTHEMES, please respond to my email and fix this… PLEASE. My site is down and unable to process orders now.
I sent you an email. You need latest version of the theme.
PRESALE—How do you build pages with this theme? Is there a pagebuilder? If not its way too tedious to program with only shortcodes.
Hi and sorry for the late reply! There is no pagebuilder per say, however there’s an option to autoinsert the needed shortcodes. Also you could use the dummydata that is included with the theme to replicate the page of your preference.
We get a 404 when we attempt to use a “Track My Order” page at /my-account/track-order/ ... is there a trick to get this working?
Try delete your Track my order page from “pages”, also from trash.
Take a look here http://develop.woothemes.com/woocommerce/2014/02/solving-common-issues-after-updating-to-woocommerce-2-1/#404-errors-endpoints
Im having the same ADD TO CART issue. Nothing gets added to the cart.
I have read all the previous comments, tried everything and still cant figure it out.
A+ theme! Just a little bug.
Any ideas? Thanks
http://goo.gl/v3AgWPWooCommerce system status says that many off the WooCommerce templates are not up to date, Including add-to-cart.php
I tried both woocommerce folders.
Have you updated to latest version of the theme?
If you already have, try delete the “woocommerce” folder from “flatsome” theme folder, then re-upload it again from flatsome 1.8.7 theme zip file.
Yes. I have tried that. I tried 1.8.7 and the 1.8 (the one labeled woocommerce). I dont have any cache tools either. Its a pretty simple site.
But it seems like you have old files in your theme folder. You need to completely “replace” this folder. Not only “overwrite” it.
Does changing the theme name cause any issues? I need to get this figured out because my client is losing big money.
A+ theme. I love it! Just need to get this fixed up.
I just downloaded and uploaded a fresh copy of the Theme. Activated it and it still doesn’t work. I have tried this on two domains.
Seems like a plugin issue. I will take a look. Could you email admin access to support@uxthemes.com? Ask for Tommy.
I did. It was sent about 10 mins ago from Chris
Replied 
- In several files you are using Woocommerce->nonce_field, which is deprecated. You should be using wp_nonce_field
- You need to package the latest (1.6.1) version of the Envato WordPress Toolkit. Your version (1.4) causes an error on activation. I had to pull the latest copy into Plugins from the GIT repo because an inactive plugin does not update by default. This would frustrate a less technical user
- In content-product.php, the out of stock label had to be moved below the product text in order to avoid pushing .quick-view down. I also added the option to show the available stock, in that space, which you may want to consider doing yourself. You can see the result here: http://bit.ly/1mxkE4L
Other than that, this is a solid theme. I’m disappointed that you’ve neglected to fix obvious errors in the debug log but they’ll take you less than 5min to resolve in the next version.
- In several files you are using Woocommerce->nonce_field, which is deprecated. You should be using wp_nonce_field
- You need to package the latest (1.6.1) version of the Envato WordPress Toolkit. Your version (1.4) causes an error on activation. I had to pull the latest copy into Plugins from the GIT repo because an inactive plugin does not update by default. This would frustrate a less technical user
Other than that, this is a solid theme. I’m disappointed that you’ve neglected to fix obvious errors in the debug log but they’ll take you less than 5min to resolve in the next version.
Updated to correct an error
Actually, I was right. .product-image .quick-view needs a higher z-index
Hi, latest theme version (1.8.7) should have Envato Toolkit 1.6.1. Do you use the child theme?
“In several files you are using Woocommerce->nonce_field, which is deprecated. You should be using wp_nonce_field” -This is also fixed in theme version 1.8.7
The errors in debug mode are fixed in 1.8.7. They came when WooCommerce updated to 2.1.2.
I would like to propose to u a french translation of your theme. How can we proceed to speak in PV ?
Can someone tell me how to make the “add coupon” field appear on the checkout page? Currently it only appears on my “view cart” page which I can foresee causing some problems. Thanks.
Hello and sorry for the late reply! Have you made sure that you have the option checked under WooCommerce settings at the checkout area?
Yes. Coupons are enabled. And the coupon box appears on the cart page and the cart dropdown. But it’s not there on the checkout page.
Try remove this from function.php: remove_action( ‘woocommerce_before_checkout_form’, ‘woocommerce_checkout_coupon_form’, 10 );
WooCommerce outdated files. Cheers!
No longer works with WooCommerce! Please check.
Hi, you need to update to latest theme version 
You tested with WooCommerce 2.1.2?
Yes.
Try also this if you have latest theme version: “Delete the “woocommerce” folder from “flatsome” theme folder, then re-upload it again from flatsome 1.8.7 theme zip file.”
Ok, I’ll trust you. Many hours ago I am working with this. I’ll notify you of the result of the update. Cheers!
Hi,Ii have problem with theme… System Status Errors:
mini-cart.php version 1.6.4 is out of date. The core version is 2.1.0, form-shipping.php version 1.6.4 is out of date. The core version is 2.1.2, review-order.php version 1.6.4 is out of date. The core version is 2.1.0, add-to-cart.php version 1.6.4 is out of date. The core version is 2.1.0, external.php version 1.6.4 is out of date. The core version is 2.1.0,
Flatsome 1.8.7
Hi, Could you try delete the “woocommerce” folder from “flatsome” theme folder, then re-upload it again from flatsome 1.8.7 theme zip file.
Wondering why phone numbers don’t appear on mobile in the top bar? Also, can I center the text on the top bar?
http://soapbrand.com/web/poolandspa/hey there, i have a pre- sale question.
Hey there, need some help.
Is there any way where we can change the option in your theme where we can replace the add to cart option to a hyperlink which will redirect to some other website.
and is there any way where i can trasform this template to something similar to this website : http://violetstreet.com/
thanks in advance
You could use catalog mode, and add a custom buy button to the short product description. You can still show prices and reviews.
How can I keep the “My account” and all the features of that but without the cart/add to cart? I tried catalog mode, but that disabled the my account features.
Thanks! Daniel
I figured out how to get rid of the cart, but now I am unsure how to get rid of the line next to “My Account” (the line that originally separated my account | my cart)