Hi
I am using an elemetor theme, created a 3D configurable product and can see it works on preview including varients etc. but when using shortcode to display on frontpage, there is only a text displayed, “This shortcode can only be used for configurable products. Make sure you have checked the box “Enable Staggs Product Configurator”. Staggs Product Configurator is enabled on product.
Please advise
]]>when a customer orders an item and picks the attributes the order at woocommerce is not showing what they picked.
]]>Hey,
we got this error everytime we try to choose some attributes on a product.
Can you help me with that? The URL to one of the product-sites is added above.
Thanks for the help
staggs-public.min.js?ver=1.7.1:1 Uncaught ReferenceError: TRACK_OPTIONS is not defined
at HTMLSelectElement.<anonymous> (staggs-public.min.js?ver=1.7.1:1:74066)
at HTMLDocument.dispatch (jquery.min.js?ver=3.7.1:2:40035)
at v.handle (jquery.min.js?ver=3.7.1:2:38006)
]]>
Hi,
I have integrated the staggs in website and I would like to reset the price on woocommerce single product page using a custom button. I tried the woocommerce reset method but that didn’t work. If the attribute with price is selected and when I click on the reset button I need to reset the product price to default. Can someone help with this?
]]>I encountered an issue while attempting to integrate the configurator using the shortcode [staggs_configurator product_id=””] within a modern block theme, specifically the new twentytwentyfour theme. The challenge arose from the inline JavaScript failing to load properly.
To resolve this issue, I made adjustments to the class-staggs-public.php file. At line 201, I initiated the loading of inline scripts with the following code:
$this->enqueue_inline_scripts();
Additionally, at line 1296, I substituted the original return script with the following code:
printf('<script type="text/javascript">%s</script>', $script);
This fixed the problem for me.
]]>