Hi,
Do you have selected “Use as Variation” checkbox under Attribute?
Thank You
Hey its working now there was an some js error. But still its take some time to show the variations options and till show the message “Before you can add a variation you need to add some variation attributes on the Attributes tab.”
Also, still showing some js error in Chrome console as follows:
https://craftsduniya.com/wp-admin/admin-ajax.php 0 ()
send @ jquery.js:4
ajax @ jquery.js:4
(anonymous) @ wcfm-script-core.js:167
setTimeout (async)
messageCountRefrsher @ wcfm-script-core.js:163
(anonymous) @ wcfm-script-core.js:191
setTimeout (async)
-
This reply was modified 7 years, 10 months ago by
vnkjoshi.
-
This reply was modified 7 years, 10 months ago by
vnkjoshi.
Again facing another following error
wcfm-script-core.js:61
=====================================================
wcfm-script-core.js:61 Uncaught TypeError: $ is not a function
at getWCFMEditorContent (wcfm-script-core.js:61)
=================================================
function getWCFMEditorContent( editor_id ) {
var editor_content = '';
if( $('#'+editor_id).length > 0 ) {
if( $('#'+editor_id).hasClass('rich_editor') || $('#'+editor_id).hasClass('wcfm_wpeditor') ) {
if( typeof tinymce != 'undefined' ) {
if( tinymce.get(editor_id) != null ) editor_content = tinymce.get(editor_id).getContent({format: 'raw'});
else editor_content = $('#'+editor_id).val();
} else {
editor_content = $('#'+editor_id).val();
}
} else {
editor_content = $('#'+editor_id).val();
}
}
return editor_content;
}
Hi,
We have already resolved this and updated here.
Kindly delete and re-install your WCFM, this will be fixed.
Thank You