Show Product Input Fields – All Products in category/archive view
-
Hello
My shop has only category view, so I’m trying to add input field in archive loop.
By adding
add_action( 'woocommerce_after_shop_loop_item_title', array( $this, 'add_product_input_fields_to_frontend' ), 100 );
on line 60 in class-wcj-product-input-fields-global.php
I have managed to show input field in category view, but it doesn’t save data into product/order meta.Can you help me with this?
Also, when I add it in single product view, it saves it, but its only shown in checkout. In cart it’s still not shown.
Great plugin, and I would really appreciate your help around this.
thanks in advance
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Show Product Input Fields – All Products in category/archive view’ is closed to new replies.