Forum Replies Created
-
Hi,
I still have not solved this problem,
I can’t do it on my own ….
regards
Joe
in reply to: How to display custom fields for variable productsHello, anybody out there ?
in reply to: How to display custom fields for variable productsand by the way, lightshot is a great tool 🙂 just installed it, thank you
in reply to: How to display custom fields for variable productsThis reply has been marked as private.in reply to: How to display custom fields for variable productsHi Junnie,
no no no, I am NOT talking about smplee products.
this is the product I want you to look at, it is a VARIABLE product
https://a2zeurope.eu/wp-admin/post.php?post=1017&action=edit
pls click on Variations, there you see 2 variations #1062 and #1063, then please click on expand, now you see a field called EAN, Case Count, RRP and ASIN
THESE ARE the fields I want to display, they are custom fields in variable products, do you see ?
Those fields are made with the foillwing code :
https://a2zeurope.eu/wp-admin/admin.php?page=edit-snippet&id=7
Do you understand what I mean ?
in reply to: How to display custom fields for variable productsThis reply has been marked as private.in reply to: How to display custom fields for variable productsHi junniemarria,
thanks for your answer, 🙂 it is the code from the first link I am using :
please try the code for the
// Add Variation GTIN Meta Field
// Save Variation GTIN Meta Field Settingsand you will see the it does NOT work
thanks for you help
regards
Joe
in reply to: How to display custom fields for variable productsHi,
thanks for your fast answer, pls use my code to setup an EAN for a VARIABLE product and try it yourself, does NOT work. thanks
in reply to: How to display custom fields for variable productsOh no the save destroyed the code > should be >
in reply to: How to display custom fields for variable productsthat’s very nice – i am just running this locally for testing, i will send you the details asap
regards
Joe
in reply to: Taxonomy displayokay, sorry, I have a taxonomy which is called WEEK, and I would like to display it on the product page, the taxonomy has the post type product. I set it up using this code :
........... $labels = array( 'name' => 'Week', 'singular_name' => 'Week', 'menu_name' => 'Week', 'all_items' => 'All Weeks', 'parent_item' => 'Parent Item', 'parent_item_colon' => 'Parent Item:', 'new_item_name' => 'New Week', 'add_new_item' => 'Add New Week', 'edit_item' => 'Edit Week', 'update_item' => 'Update Week', 'separate_items_with_commas' => 'Separate Week with commas', 'search_items' => 'Search Weeks', 'add_or_remove_items' => 'Add or remove Week', 'choose_from_most_used' => 'Choose from the most used Week', ); $args = array( 'labels' => $labels, 'hierarchical' => true, 'public' => true, 'show_ui' => true, 'show_admin_column' => true, 'show_in_nav_menus' => true, 'show_tagcloud' => true, ); register_taxonomy( 'week', 'product', $args ); register_taxonomy_for_object_type( 'week', 'product' );
in reply to: Taxonomy displayAny News ?
in reply to: SKU does not change for variable productsThis reply has been marked as private.in reply to: SKU does not change for variable productsThis reply has been marked as private.in reply to: SKU does not change for variable productsHello Junnie,
please add the SKU to the variable product, you will see that the SKU on the product page does NOT change
This is the problem
regards
Joe
in reply to: SKU does not change for variable products