• Resolved Developer

    (@adcpl)


    I am building WooCommerce site using Oxygen Builder. I want buyers to fill in some custom form fields before they could add a product to the cart.

    For that I am using your free plugin “Extra product options for WooCommerce”. When I add Oxygen’s default “Product Builder” element on my page, that automatically adds my custom form fields just before the “Add to cart” button on the single product page (screenshot 1 – https://prnt.sc/AxnTLmx2gVpV).

    That is exactly what I wanted!

    Now the problem:
    ================
    The default “Product Builder” element in Oxygen builder doesn’t suit my design needs.
    So, I decided to create my own design by adding sections and individual product elements like title, images, price elements etc. But in that case I don’t get my custom form fields there (screenshot 2 – https://prnt.sc/Kij8n__7y1C3).

    There is no element in the left toolbar which will let me add those custom form fields created by this plugin “Extra product options for WooCommerce”. And in this plugin there is no feature of getting the shortcodes which I could add in my template.

    So, how do I get those custom form fields above the “Add to cart” button while designing my own custom single product page in Oxygen?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    We are passing our fields and their values to the below hooks :

    1) woocommerce_before_single_product
    2) woocommerce_before_add_to_cart_button or woocommerce_after_add_to_cart_button

    If the above hooks are available in the “single product page template” from the custom builder page then the extra fields will be displayed in that location.

    Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Oxygen Builder Integration Problem’ is closed to new replies.