PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Short Desc. is textarea field , but i want Short Desc. as textinput , in data field

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Short Desc. is textarea field , but i want Short Desc. as textinput , in data field

in textarea it is popup every time and i need to feel up data
but if you do textinput , i can add data like Excel sheet without any popup ...

can you say how to do setting like this .. please

https://www.awesomescreenshot.com/video/31883344?key=aefd8bba56b24255f17180c866903ea7
see video please .....
and sent screenshot also ..please see
https://drive.google.com/drive/folders/1DNl03BphnyU5JCqZphmonFLFrpEnUtup?usp=sharing
this photo .. i need your help

Hello

Unfortunately the plugin does not have such a feature.

In this case, you need code customization.

can you guide , which code , need customization , so i can do it ...please

Unfortunately, we don't have a ready-made solution for you.

You can try changing the fields in -  \wp-content\plugins\woo-bulk-editor\data\fields.php  - https://share.pluginus.net/image/i20240925133042.png

Thank you this is working , i will give you 5 star rating and good review ,

Great! Thank you and welcome;)

i need help

https://wptrio.com/guide/hooks-that-product-sync-monitors/

for using plugin WooCommerce Product Sync Pro
i am getting error in trigger product save

so plugin developer said that : Ask developers of BEAR Bulk Editor if they can trigger hooks which are documented here: https://wptrio.com/guide/hooks-that-product-sync-monitors/

can you help me that please

Hello

Our plugin does not use this hook.

Try  to  add in functions.php

add_action('woobe_after_update_page_field',  function($product_id, $product, $field_key, $value, $field_type){

do_action( 'woocommerce_after_product_object_save', $product, false );

},10, 5);