This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Simple Linked Variations for WooCommerce

Description

If you want to hide some variation drop downs from the front end in your shop this is the plugin for you.

Create a variable product, set your variations and link them logically and see how the variation select appears or disappears on the front end.
This plugin works with WooCommerce, so be sure to have WooCoommerce installed before you install this plugin.
After that create variable product with variations, save it and then set your links in the ‘Linked attributes’ tab in the ‘Product Data’ meta box.

** Created using the best coding practices and latest standards **

Screenshots

  • First set your product as a variable one. You won't have any attributes so nothing will appear in the 'Linked attributes' tab. Save your product.
  • Then set up some variations. Notice that if you want to hide a certain attribute dropdown, that you'll have to add a 'none' value as a default.
  • After setting some variations we are ready to link them. Again, be sure to set the value for the attribute you don't want to appear to none, because WooCommerce won't let you have a non existing value for a variation.
  • Now you can link attributes to the values you want them to appear on. In this case we are linking 'Frame-color' attribute to the 'Frame-dimensions' values that have frames.
  • After saving your product check on the front end if you have hidden a select field. Notice that we don't have a frame color select drop down.
  • We can now select the option without the frame.
  • Or we can select the option with the frame - notice that the frame color is now here. Just like we needed.

Installation

Install & Activate

Installing the plugin is easy. Just follow these steps:

Installing from WordPress repository:

Be sure you have WooCommerce plugin installed first, otherwise you’ll get an error on the plugin activation.

  1. From the dashboard of your site, navigate to Plugins –> Add New.
  2. In the Search type Simple Linked Variations for WooCommerce
  3. Click Install Now
  4. When it’s finished, activate the plugin via the prompt. A message will show confirming activation was successful.

Uploading the .zip file:

  1. From the dashboard of your site, navigate to Plugins –> Add New.
  2. Select the Upload option and hit “Choose File.”
  3. When the popup appears select the simple-linked-variations-for-woocommerce.x.x.zip file from your desktop. (The ‘x.x’ will change depending on the current version number).
  4. Follow the on-screen instructions and wait as the upload completes.
  5. When it’s finished, activate the plugin via the prompt. A message will show confirming activation was successful.

That’s it!

Requirements

  • PHP 5.6 or greater (recommended: PHP 7 or greater)
  • WordPress 4.4 or above
  • jQuery 1.11.x

Reviews

November 28, 2020
This plugin had so much potential but alas seems to have been abandoned. Bugs never addressed or fixed.
October 29, 2019 2 replies
Woocommerce offers a CSV file import to make store setup easier. This plugin's settings data does not work with that import/export feature. THANK YOU FOR BUILDING THIS. It would be great if you could add the product's Linked Atrribs to the CSV export via a meta data column.. as so we can include link-attribs during CSV import. THANKS BUD.
December 22, 2017 1 reply
Congratulations for this plugin! It works well and save me a lot of work.
November 11, 2017 1 reply
A simple task that WooComerce did not covered and this plugin comes to aid. Really nice and simple!
Read all 4 reviews

Contributors & Developers

“Simple Linked Variations for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.6

  • Update to ensure compatibility with latest WP version (5.2) and WooCommerce version (3.6.2) on Twenty Nineteen theme

1.0.5

  • Fix the clear issue – clear was not working because some odd JS bug.

1.0.4

  • Minor fix with JS not checking the existence of the DOM node, instead trying to check the value of the non existent node and then failing

1.0.3

  • Fixed the select selector for attributes

1.0.2

  • Fixed the issue with calling the product ID directly
  • Minor CSS fixes

1.0.1

  • Tested with WordPress 4.8 and WooCommerce 3.0.8 to ensure stability
  • Fixed changed attributes select so that they work with the newest WooCommerce

1.0.0

  • Initial Release