• Resolved vnkjoshi

    (@vnkjoshi)


    Attributes added but still showing the message in variation tab – Before you can add a variation you need to add some variation attributes on the Attributes tab.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Hi,

    Do you have selected “Use as Variation” checkbox under Attribute?

    Thank You

    Thread Starter vnkjoshi

    (@vnkjoshi)

    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 6 years, 7 months ago by vnkjoshi.
    • This reply was modified 6 years, 7 months ago by vnkjoshi.
    Thread Starter vnkjoshi

    (@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;
    }
    Plugin Author WC Lovers

    (@wclovers)

    Hi,

    We have already resolved this and updated here.

    Kindly delete and re-install your WCFM, this will be fixed.

    Thank You

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Variations not working’ is closed to new replies.