Discussion on WoodMart - Multipurpose WooCommerce Theme

Discussion on WoodMart - Multipurpose WooCommerce Theme

By
Cart 108,021 sales
Recently Updated
Well Documented

xtemos supports this item

Supported

This author's response time can be up to 1 business day.

12668 comments found.

Looking at your dark theme demos, only the main page of them is dark, when clicking on category, product etc. it reverts to a light theme.

I’ve tried ‘dark’ ‘hardware’ ‘games dark’

Do you have a dark theme demo? or are they all just one page? thanks

Hello,

You can see how other pages look by clicking on the following links on the dark demo https://gyazo.com/13ca795a5077038ae36958bba0391666 https://woodmart.xtemos.com/demo-dark/?opt=dark

Kind Regards

thanks, but clicking on catergories goes to light theme again, difficult to get overall feel

You can add the following parameter to URL to see how any page looks in Dark mode ?opt=dark

Hi if i choose dark theme in the settings, only the menu on the left becomes black the background of the body remains white and the texts are then also white. why is that?

Hello,

Please send us your website URL so we can check the issue and help you.

Kind Regards

Please send us your admin access so we can check the configuration. Use teh contact form on our profile page here https://theme forest.net/user/xtemos

Hello, I need to transfer all data from a WooCommerce website built with the Woodmart theme to a new website, also using Woodmart.

Important: I cannot simply clone the site because the new one will use Elementor Pro, while the current one was built with WPBakery. Therefore, I need a solution that transfers only the data, not the page layouts.

I’m looking for a reliable method or plugin to migrate the following:

All products, including variations, descriptions, images, attributes, etc.

All attribute image swatches (e.g., color thumbnails)

All existing orders

All customer data

What solution do you recommend for a complete and safe migration without losing any linked images or data?

Thank you! Andrea

Hello,

You can use the default WooCommerce import/export mechanism. If it doesn’t work, try to find a special migration plugin. Unfortunately, we don’t know the exact one that will fit your needs.

Kind Regards

Hi, since last Woocommerce update (9.8.4), website broke due to WC deactivating itself and throwing next message:

Fatal error: Uncaught Error: Call to undefined function wc_get_container() in… #8 {main} thrown in /home/.../public_html/wp-content/themes/woodmart/inc/enqueue.php on line 1231

Hello,

Please send us your admin access so we can investigate this. Use the contact form here https://themeforest.net/user/xtemos

Kind Regards

Thanks for answering, apparently it was something regarding the hosting, because it is working normally now.

Cheers.

Great, we are glad that you sorted it out. Feel free to contact us if you have any further questions.

Hello!

Need to patch this. When the option to show out of stock products in the end of catalog is on, the query takes long to load.

SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN kid9_postmeta AS stock_status_meta ON (wp_posts.ID = stock_status_meta.post_id AND stock_status_meta.meta_key = ‘_stock_status’) WHERE 1=1 AND (wp_posts.ID NOT IN ( SELECT object_id FROM wp_term_relationships WHERE term_taxonomy_id IN (7) ) ) AND ((wp_posts.post_type = ‘product’ AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘private’))) GROUP BY wp_posts.ID ORDER BY CASE stock_status_meta.meta_value WHEN ‘outofstock’ THEN 1 ELSE 0 END ASC, wp_posts.menu_order ASC, wp_posts.post_title ASC LIMIT 0, 36

Hello,

Please send us your admin access so we can check the issue on your website. We can’t reproduce this problem.

Kind Regards

Hi
Thank you for version 8.2

Hello,

You are always welcome :) Let me know if you have any questions.

Kind Regards

Excellent theme

Thank you very much!

Hello, I’m experiencing an issue using the WoodMart theme alongside the WCFM Multivendor plugin. The geolocation filter provided by WCFM only appears on empty product-category pages (categories with no products), but it fails to display on the main shop page or on category pages that contain products.

When I switch to a default theme (Twenty Twenty-Five), the geolocation filter works correctly on all pages (shop and categories. Therefore, it seems specifically related to how WoodMart handles WooCommerce shop loops or AJAX rendering.

Could you please review and suggest a resolution or a workaround?

Thanks in advance!

Hi,

Could you kindly create a topic on our support forum and share all the necessary details about your request, including some screenshots? Please also include admin access so we can assist you more efficiently: https://xtemos.com/forums/forum/woodmart-premium-template/

If your support period has expired, please make sure to renew it on ThemeForest before reaching out.

Thank you!

Best regards

Hello Sir, Can we do something like this on wood mart I mean simple video playing on Product carousel, https://www.youtube.com/watch?v=Uw7CZCh5aIM

Hello,

Currently, there is no such ability in our theme. But we have such a feature request, so we will consider implementing this in the future.

Kind Regards

OK If I bought it, as of right now, is it possible to add a custom CSS to enable this for time being until next update come

Unfortunately, we don’t have a custom CSS for this purpose.

Hi!

Please guide me how to remove the word “Any” on product attribute filter. E.g. i am sorting products by country using layered nav widget. It says “Any Country” on the form itself. How do i change it to just “Country”?

Second question, if i put this filter above products in shop page, the title will be above the widget. Can i place the title to the left of the filter?

Thanks

Hi,

Could you kindly create a topic on our support forum and share all the necessary details about your request, including some screenshots? Please also include admin access so we can assist you more efficiently: https://xtemos.com/forums/forum/woodmart-premium-template/

Thank you!

Best regards

Does this theme work[compatible] with below code for AJAX functionality? code url: wp-content/themes/oneTheme/functions.php or on child theme

// ajax function 1 start add_action(“wp_ajax_service1”, “service1”); add_action(“wp_ajax_nopriv_service1”, “please_login”);

function service1() { $phoneNumber = $_GET[‘contact’] ; echo ‘1’; die(); } // ajax function 1 end

and can I send request and get response to top ajax function by below js? <script> $= jQuery; var ajaxurl = ”/wp-admin/admin-ajax.php”; var submintFrom=$(’#contact_form’); function send() { var data={ action : “service1”, contact : $(‘[name=”phoneNumber”]’).val() }; </script>

$.ajax({
            url: ajaxurl,
            type : 'get',
            data : data,
            success: function(data) {
                var data = $.parseJSON(data);
                if(data=='1'){
}
//handling sms.ir
$("#msg").empty();
            $("#msg").append('ok');
        }                        
    }
});

Hello,

Thank you for the question. Unfortunately, we don’t know what this code is made for and how it will work with our theme.

Kind Regards

Hi, Does this theme work[compatible] with below code for creating new shortcode?[another word can I use my custom shortcdoe in a page] ? code url: wp-content/themes/oneTheme/functions.php or on child theme

function wpb_demo_shortcode() { $message = ’<!- jQuery 3 -> <script src=”wp-content/themes/twentytwentyfive/assets/js/jquery.min.js”></script> <script src=”wp-content/themes/twentytwentyfive/assets/js/ajax-form.js”></script> <form autocomplete=”off” method=”post” action=”register.php” id=”contact_form” onsubmit=”return processForm()”> <input type=”tel” class=”form-control” placeholder=” 09399101140” autocomplete=”off” name=”phoneNumber” value=””> send </form>’; return $message; }

add_shortcode(‘greeting’, ‘wpb_demo_shortcode’); //end shortcode ]

Hello,

Thank you for the question. Unfortunately, we don’t know what this code is made for and how it will work with our theme.

Kind Regards

Hi, on the Product page, in Product Settings > TAB, it is possible to add 2 TABs, which allow you to insert data that refers to the single product.

We would need to add at least one more, which allows, like the two existing ones, to add data referring to the single product, not to all products.

Is this an implementation planned in the next theme updates?

Otherwise, in the meantime, is it possible to have a code that allows us to add at least one more?

Thanks.

Yes, you will be able to add many tabs and assign each of them to specific products. It will be introduced in our 8.2 update soon.

ok, thanks. more or less, when will this update be?

It was released yesterday :)

Hello I this theme, is it possible to change required or removed required property on user profiles fields? (for example, is it possible set required or removed required property name profile field, on the below pages https://woodmart.xtemos.com/mega-electronics/my-account/?action=register https://woodmart.xtemos.com/mega-electronics/my-account/edit-account/

second question: is it possible to add some other fields to top page for for users extra profile ?

Our theme doesn’t provide extra options for this. You may need to find a plugin to customize this.

is it possible doing this(https://www.mediafire.com/file/p5goo771ojj0ls1/ticket.png) with programming or adding some code to child theme?

Unfortunately, we don’t have a custom coe for this purpose.

Hi,

I have a question regarding how discounts are handled in the following scenario:

If a user adds all products from the “Frequently Bought Together” section to their cart as a bundle (which applies a 15% discount), and then abandons the cart — later receiving an abandoned cart email with an additional 10% discount coupon — how are the discounts applied?

Can both discounts (bundle discount + abandoned cart coupon) be combined?

Or does one override the other?

Is there a way to configure whether they stack or not?

I’d like to ensure the discount logic is clear and doesn’t result in excessive discounting unless intended.

Thanks in advance for your help!

Best regards, Michal

Hello,

Thank you for your question. Yes, they will stack in such a situation.

Kind Regards

We should be able to copy and paste blocks styles. When is this feature coming?

And when are we getting Full Site Editing FSE?

Hello,

Thank you for your questions. Currently, we don’t have such plans. But we will consider this as a feature request for our future updates.

Kind Regards

Hello,

I’m currently evaluating your WoodMart theme and I noticed something that doesn’t seem to work as expected on your demo page: https://woodmart.xtemos.com/home

On the homepage slider, on 1st slide there are multiple chairs, on 2nd slide there are different colors. It appears that clicking on a different chair or color should update the main image. However, clicking on the different items doesn’t trigger any action.

Hi,

Thanks for considering the WoodMart theme for your projects. Feel free to ask us any questions you may have; we’re here to help.

We have temporarily removed these extra sliders on our demo to optimize the performance and test how it works. Note that this function is still available in our dummy content.

Kind Regards

sys2net

sys2net Purchased

Why does your theme support telling a lie?? There is a glitch in your theme. Elementor is the must-use plugin in your theme, but when I installed Elementor Pro, It disturbed the whole design of the website, including the header. Before installing Elementor Pro, 10 sections were showing. After installing Elementor Pro, only 2 sections are showing on the homepage, and the header design has changed, looking bad. Please fix it ASAP, thanks

sys2net

sys2net Purchased

Your support team told a lie and wasted my 3 days. They broke my header and website homepage, and inner pages, and I made a video and sent it for proof.

sys2net

sys2net Purchased

Your support team doesn’t reply. Still waiting for their reply.

Hello,

We are sorry for the late reply. As I can see, my colleague is proactively answering all your questions on the forum. Please continue the conversation there.

Kind Regards

Hi! We’re planning to migrate an old WordPress site to a newer setup, and WoodMart is one of the main themes we’re considering.

Before making the purchase, I’d like to confirm that it’s compatible with the Release0 WordPress Plugin (https://wordpress.org/plugins/release0) We are using it to automate our chat flow with AI

According to the plugin documentation, it works with WordPress version 5.0 and above. Could you please confirm if WoodMart supports this plugin without any compatibility issues?

Thanks in advance for your support—looking forward to moving forward if everything checks out!

Hello,

Thank you for your interest in our WoodMart theme and for considering it for your projects. We’re here to answer any questions you may have.

We didn’t test our theme with this particular plugin. But it should work without any issues.

Kind Regards

Hello Woodmart Support Team,

I’m experiencing PHP notices on my website related to incorrect usage of wp_add_inline_script() function in your theme. When I enable debug mode, I see numerous repeated errors in my debug log, which appears to be causing performance delays on my website. Error Message: Function wp_add_inline_script was called incorrectly. Do not pass <script> tags to wp_add_inline_script() Stack Trace:

File: /wp-content/themes/woodmart/inc/enqueue.php Line: 227 Function: woodmart_enqueue_base_scripts()

Issue Details: The problem occurs at line 227 where you have: phpwp_add_inline_script( ‘woodmart-theme’, woodmart_settings_js() ); The woodmart_settings_js() function can potentially return JavaScript code that includes <script> tags (especially when users add custom JS through Theme Settings), but wp_add_inline_script() expects raw JavaScript code without HTML tags. Environment:

WordPress Version: 6.8.1 Theme Version: 8.1.2 PHP Version: 8.3.21

This issue generates multiple PHP notices every second in the debug log, resulting in:

Large debug.log files Potential performance impact when debug is enabled Difficulty in debugging other issues due to log pollution

Suggested Fix: The function should sanitize the output to remove any <script> tags before passing it to wp_add_inline_script(). Please include this fix in your next theme update as it’s affecting site performance during development and debugging.

Thank you for your attention to this matter. Best regards Konstantinos

Hi,

Could you kindly create a topic on our support forum and share all the necessary details about your request, including some screenshots? Please also include admin access so we can assist you more efficiently: https://xtemos.com/forums/forum/woodmart-premium-template/

If your support period has expired, please make sure to renew it on ThemeForest before reaching out.

Thank you!

Best regards

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey