Hello,
For products from different categories, required default attributes might be vary a lot.
So, it would be great if it support set multiple pre-sets of default attributes.
thanks
]]>Hi,
Question…. This sounds like perhaps what I may need.
I have an API with my dist. Imported products look like they are all set as custom attributes. There are color tags in the products>attributes…but they are not attached to anything…count (0)
Would this set the default attributes of new products being fed to my store and attach all those products to counts?
Best regards
]]>Hi,
Please help me!
How can I sort attributes like Style –> Color –> Size
In my case, attributes sort like: Color –> Size –> Style. Let see this image:
]]>
Well, many people may suggest many things to you.
We may help developping this as it’s really lmissing feature in Woocommerce.
One of the best plugin i saw dealing with that subject is JC WooCommerce Advanced Attributes: https://codecanyon.net/item/jc-woocommerce-advanced-product-attributes/10201812
Create Attribute Groups
Create attribute groups for different product types to save you time when adding attributes to products.
Load Attribute Group onto products
Edit a product as usual, under the product attributes select the attribute group you wish to load into the product, which loads all attributes and their settings.
ANOTHER EFICIENT FUNCTION WOULD BE :
1/ To pre-fill deafult attribute with Attributes terms as JC do. Usefull for variations.
2/ Define diferente set per category as it happens in real life.
Hope this will help.
]]>Woocommerce 3.2.6. In public function get_post_metadata( $value, $object_id, $meta_key )
$screen = get_current_screen(); if ( 'add' === $screen->action ) // [etc...]
determines a “Failed to load resource: the server responded with a status of 500 (Internal Server Error)” in console and when you try to add via select a new custom attribute the wheel spins infinitely and you get “load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,underscore,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,backbone,wp-util,&load[]=wp-backbone,media-models,plupload&ver=4.7.9:4 POST https://avianieditori/wp-admin/admin-ajax.php 500 (Internal Server Error)” in console
If you delete the get_current_screen()
all works!
Although plugin works great, there are many of these lines in the wordpress debug log.
PHP Notice: Trying to get property of non-object in /home/public_html/domain.com/wp-content/plugins/woo-default-attributes/admin/class-wdat-admin.php on line 99
Just want to know if it is ok. Thanks!
]]>Plugin doesn’t work with the latest versions of wordpress and woocommerce, with error:
PHP Fatal error: Uncaught Error: Call to undefined function get_current_screen() in .../wp-content/plugins/woo-default-attributes/admin/class-wdat-admin.php:98
A quick fix is to add
if ( ! function_exists( 'get_current_screen' ) ) return;
before line 98 in /wp-content/plugins/woo-default-attributes/admin/class-wdat-admin.php where get_current_screen() is called
This checks the function exists before trying to call it.
]]>Just wondering if the developer is still working on this and if this is stable for latest version of WC. Also I use Dokan multivendor. Will this work with a multivendor setup like that?
]]>Trying to save attributes will cause WordPress to lock up with spinning ball. Looks like a javascript compatibility issue. Can’t use the plugin with this bug.
]]>Hello,
this plugin crashes the media library and crashes deleting plugins. I have only WooCommerce and Woo Default Attributes activated. Hope you can fix this problem. Like this plugin very much.
Greatings
Adriaan
]]>it’s been 6 months till last update, is this plugin can still be used?
]]>I’m using Woo Default Attributes 1.0.0 with WooCommerce 3.0.5, and the plugin is working as expected… except the attributes do not keep their custom sort order. When I create a new product, the attributes are present in Product Data as desired, but they are out of the preferred order. The order is not alphabetical or numeric, sometimes it’s almost reverse of what’s in the Woo Default Attributes Settings page… sometimes I can’t figure out what order it’s using. I can re-order them on the Settings page, but they are always rearranged on the new product’s attribute list, in a consistent but incorrect order.
I tried sorting the list in both Chrome and Firefox with no differences.
]]>2 installations tested, uploading in the product gallery while this plugin is enabled causes an http error during upload. You also cannot view your gallery, it just acts like it’s loading. Please fix ASAP!
]]>Hi there,
Just the plugin i was looking for but i use a plugin to auto bring in products. I’m not sure how they are brought in but your plugin doesn’t auto add the attributes. I thought it might if i then save to draft but it still didn’t.
So can you or can i alter it to make it add the attributes when saving to draft.
Thanks
]]>Thanks for this plugin, it saves a lot of time. But i noticed that when you add an new product the default attributes are there. When you save the product without entering values (say you want to take a break) the next time you open the product all the defaul attributes are gone and need to entered manually again. Any suggestions how to prevent this? Greetings, Hidde
]]>