Home › Forums › WoodMart support forum › problem with variable(Variation) products on a fresh install of WoodMart
problem with variable(Variation) products on a fresh install of WoodMart
- This topic has 3 replies, 2 voices, and was last updated 9 hours, 13 minutes ago by
Bogdan Donovan.
-
AuthorPosts
-
October 13, 2025 at 1:36 am #690481
damar272ParticipantHi XTemos team,
I’m having a problem with variable (Variation) products on a fresh install of WoodMart.
Problem
On a variable product page, after selecting an attribute and clicking Add to cart, I get the WooCommerce alert
“Please select some product options before adding this product to your cart”
even though an option is selected. The variation is not added to the cart.Live example
Staging URL (WoodMart active):
https://kedem.briukda.quick-servers.com/wp/product/new-test
(If needed I can provide a temp admin user.)Environment
Theme: WoodMart 8.3.3 (fresh download from ThemeForest, licensed)
Child theme: WoodMart child (no custom code)
WordPress: 6.8.3 (jQuery 3.7.1)
WooCommerce: 10.2.2
PHP: 8.1Caching/minify: none (no LiteSpeed, no other caching/minification)
Template overrides: I removed /wp-content/themes/woodmart/woocommerce/. WooCommerce → Status shows no outdated templates.
Plugins for testing: only WooCommerce + WoodMart (others deactivated)
Steps to reproduce
Create a global attribute Brand (terms: Amma, Kedem) and enable “Used for variations”.
Create a variable product, assign the attribute and create 2 variations (each with price & stock).
View the product on the frontend.
Select any term (dropdown or swatches) and click Add to cart.
An alert appears: “Please select some product options…”. The variation isn’t added.
Console / Network errorsOn the product page I consistently see:
Uncaught SyntaxError: Unexpected token ‘<‘ (at 57038.js?ver=7335:4)and
Uncaught TypeError: Cannot read properties of null (reading ‘textContent’)
at o (add-to-cart-variation.min.js?ver=10.2.2:1:14356)
at r.onFoundVariation (add-to-cart-variation.min.js?ver=10.2.2:1:6747)
at dispatch (jquery.min.js?ver=3.7.1:2:40035)
at v.handle (jquery.min.js?ver=3.7.1:2:38006)
at Object.trigger (jquery.min.js?ver=3.7.1:2:70124)
at HTMLFormElement.<anonymous> (jquery.min.js?ver=3.7.1:2:70726)
at ce.each (jquery.min.js?ver=3.7.1:2:3129)
at e.<computed>.each (jquery.min.js?ver=3.7.1:2:1594)
at e.<computed>.trigger (jquery.min.js?ver=3.7.1:2:70701)
at r.onFindVariation (add-to-cart-variation.min.js?ver=10.2.2:1:5750)Sometimes the Network tab shows a 500 response for the script that loads as 57038.js (looks like the theme’s compiled JS bundle). Because the response is HTML, the browser throws the “Unexpected token ‘<’ ” error.
What I already tried
Switched to a default theme (OceanWP) with the exact same product → works (variation is added), so it seems theme-specific.
Disabled all plugins except WooCommerce.
Removed any WooCommerce template overrides from the theme.
Tested both default select dropdowns and WoodMart swatches → same result.
Cleared any caches (server and browser).
Checked Theme Settings → Shop → Variable products; using defaults (quick shop off/on doesn’t change the issue).Questions
Is there a known incompatibility between WoodMart 8.3.3 and WooCommerce 10.2.2 / WordPress 6.8.3 (jQuery 3.7.1) regarding variable products?
Could the failing theme bundle (57038.js) explain the behavior? If so, what could cause it to return a 500/HTML response?
Are there specific theme settings I should enable/disable for WooCommerce 10.2.x (e.g., AJAX variation image settings, quick shop, etc.)?I’m happy to provide a WooCommerce Status Report, debug.log, and temporary admin access if you need to inspect the staging site.
Thanks a lot for your help!Best regards,
doronOctober 13, 2025 at 11:54 am #690570
Bogdan DonovanKeymasterHello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
October 13, 2025 at 2:06 pm #690605
damar272ParticipantHello,
Following our conversation:
I installed the Health Check & Troubleshooting plugin to isolate conflicts, so only the relevant components are active: Elementor, WooCommerce, and your WoodMart theme/plugins.For your testing, I added two products:
test – a simple product with just a price (no variations) – works fine.
new test – a variable product – this one fails and shows an error.Please check what is causing the issue with the variable product and let me know how to resolve it.
If possible, please fix it directly.Thank you,
Doron-
This reply was modified 11 hours, 50 minutes ago by
Bogdan Donovan.
October 13, 2025 at 5:08 pm #690662
Bogdan DonovanKeymasterHi,
We tested this issue with the default WooCommerce theme (Storefront), and the same problem exists there. Please check the video https://monosnap.ai/file/ObCBj31g3qNvVqiCrqGEbSxuLBcYBW.
Kind Regards
-
This reply was modified 11 hours, 50 minutes ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register