walt1909
Forum Replies Created
-
Hi,
Nevertheless I finally managed to pass the data of a selected product to the form to later edit it. It was done with “Get post ID from – URL Query Variable” -> Query variable name -> “product_id”. BTW: Product is rather a Woocommerce Custom Post Type.
- This reply was modified 3 years, 2 months ago by walt1909.
Thank you for the tip about the field names from the edit-product-single.php. Thanks to that I found out for example that the field name of the price was _regular_price with an underscore at the beginning. What I did not manage to do yet is editing a product with a Jetformbuilder form is while enabling preset setting. The form appears empty all the times.
For now what I did is replace the complete content of the PHP file “edit-product-single.php” with the following:
<?php echo do_shortcode('[jet_fb_form form_id="2380" submit_type="ajax" required_mark="*" fields_layout="column" enable_progress="" fields_label_tag="div" load_nonce="hide" use_csrf=""]'); ?>Which calls via shortcode the form created Jetformbuilder. Will let you know later how did worked out.
Forum: Fixing WordPress
In reply to: Override dokan formThank you for your quick response Steven, will take a look at: https://ww.wp.xz.cn/support/plugin/dokan-lite/#new-post
Forum: Fixing WordPress
In reply to: Add bulk categories with parents to menuIt did not work out for me. This is to create bulk menus as the titles states but I need to create menu items from product categories with their parents, child and grandchild structure.
Forum: Fixing WordPress
In reply to: Add bulk categories with parents to menuHi Cate,
I will take a look at this Bulk menu creator plugin and hope this will help me out.
Thanks in advance!