Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielborzov/b83580159e4709f7e747a51ac2890d3d to your computer and use it in GitHub Desktop.
Save danielborzov/b83580159e4709f7e747a51ac2890d3d to your computer and use it in GitHub Desktop.
diff --git a/app/addons/yml_export/Tygh/Ym/Yml2.php b/app/addons/yml_export/Tygh/Ym/Yml2.php
index f01bd9568a..2700f3c3d5 100644
--- a/app/addons/yml_export/Tygh/Ym/Yml2.php
+++ b/app/addons/yml_export/Tygh/Ym/Yml2.php
@@ -712,7 +712,7 @@ class Yml2 implements IYml2
'yml2_unit' => trim($f['yml2_variants_unit'])
);
- $feature['is_visible'] = ($f['display_on_catalog'] == "Y" || $f['display_on_product'] == "Y" || $f['display_on_header'] == 'Y');
+ $feature['is_visible'] = true;
$ft = $f['feature_type'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment