• Resolved independentracing

    (@independentracing)


    Hi,
    I use Elementor pro and I would like to insert the options of a product via shortcode and without the “add to cart” button.
    Is that possible?
    Kind regards,
    Anja

Viewing 2 replies - 1 through 2 (of 2 total)
  • Rahul K

    (@rahulacodez)

    Hi,
    Sorry That is not possible,
    The form submission is working in add to cart button.
    Without add to cart the form submission will not work.

    You can append the forms anywhere in detail page, if you have a hook,
    You can use this filter to change hook,
    Form submission only works when the connecting hooks are inside the add to cart form

    apply_filters('wcpa_display_hooks', [
                "fields" => ["woocommerce_before_add_to_cart_button", 10],
                "price_summary" => ["wcpa_price_summary_box", 10]
            ]);
    • This reply was modified 3 years ago by Rahul K.
    Thread Starter independentracing

    (@independentracing)

    Hi,
    thanks for the answer.
    I will try.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Insert only options without Add to cart button’ is closed to new replies.