• Resolved marcobrmn

    (@marcobrmn)


    Hey!

    I am currently configuring a Webshop for my client.

    In addition to the store, the customer also needs a configurator for cakes, where you are supposed to choose the different options and then send a request by email with the selection.

    For the configurator, I use the plugin Woocommerce Custom Product Addons, because here I have the option to already show the customer an idea of the price.

    The configurations then direct to the cart via “Add to Cart” and that’s where I get stuck.

    Only for this product I want to have the button “Send Request”, which then does not send the configuration to the cart, but attaches it to a Contact Form and sends the request by mail to the store owner.

    Now to the question:
    Do you know a plugin that can be used to implement this requirement?
    So far I have not found anything and am thinking about building a hook myself via php.

    How can I forward the selection on the Single Product Page into a variable to a Contact Form?

    I hope I could describe my problem understandably and I am looking forward to your ideas!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @marcobrmn!

    In this case, I would recommend using the Add to Cart Redirect plugin. With it, you can redirect your customers to any page or URL you want after clicking the product’s Add to Cart button.

    https://woocommerce.com/products/woocommerce-add-cart-redirect/

    If you have any pre-sales questions about this plugin, you can ask them clicking here.

    I hope this helps!

    Thread Starter marcobrmn

    (@marcobrmn)

    Hey Juan,

    thanks for your reply!

    Your answer gave me the idea to customize the checkout page for this specific product.

    My workaround is to redirect from the configurator directly to the checkoutpage and build several restrictions if this article is in the cart. For example:
    – If a configuration is in the cart, block other articles to be added
    – If other articles are in the cart and a configuration is added, delete the other articles
    – change the name of the “add to cart”-button to “send inquiry”

    With this workaround I am able to handle the cake configurations seperately from other products.
    For sure not the best solution, but it works fine for me ??

    Maybe this helps someone who is struggling with the same problem

    I’m glad you found a workaround. Thanks for sharing it with everybody! ??

    I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new one.

    Have a good one!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ideas for “Add to Cart” redirect into contact form needed’ is closed to new replies.