Title: Variations not working
Last modified: August 6, 2018

---

# Variations not working

 *  Resolved [vnkjoshi](https://wordpress.org/support/users/vnkjoshi/)
 * (@vnkjoshi)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/variations-not-working-13/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fvariations-not-working-13%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/variations-not-working-13/#post-10565897)
 * Hi,
 * Do you have selected “Use as Variation” checkbox under Attribute?
 * Thank You
 *  Thread Starter [vnkjoshi](https://wordpress.org/support/users/vnkjoshi/)
 * (@vnkjoshi)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/variations-not-working-13/#post-10570071)
 * 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](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](https://wordpress.org/support/users/vnkjoshi/).
    -  This reply was modified 7 years, 10 months ago by [vnkjoshi](https://wordpress.org/support/users/vnkjoshi/).
 *  Thread Starter [vnkjoshi](https://wordpress.org/support/users/vnkjoshi/)
 * (@vnkjoshi)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/variations-not-working-13/#post-10575632)
 * 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](https://wordpress.org/support/users/wclovers/)
 * (@wclovers)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/variations-not-working-13/#post-10578226)
 * 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.

 * ![](https://ps.w.org/wc-frontend-manager/assets/icon-256x256.jpg?rev=1800818)
 * [WCFM - Frontend Manager for WooCommerce](https://wordpress.org/plugins/wc-frontend-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-frontend-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-frontend-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-frontend-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-frontend-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-frontend-manager/reviews/)

## Tags

 * [variable](https://wordpress.org/support/topic-tag/variable/)
 * [variations](https://wordpress.org/support/topic-tag/variations/)

 * 4 replies
 * 2 participants
 * Last reply from: [WC Lovers](https://wordpress.org/support/users/wclovers/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/variations-not-working-13/#post-10578226)
 * Status: resolved