• Resolved jglazer63

    (@jglazer63)


    I have a need to develop a very specialized web page that will allow a customer to lay out specifications for a product. Programming the page is not an issue but I would like to be able to put the item in their Woocommerce cart and continue using Woocommerce functionality from there. This would require being able to edit their cart, returning to the specialized page for corrections and such.

    Where would I look first for the API or documentation to achieve this? It is outside the relm of currently available plugins because of the vast number of options available for this particular product.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • linux4me2

    (@linux4me2)

    You can use the WooCommerce Code Reference for what you describe. It includes all you’ll need, but it can be challenging to find things. There’s also the WooCommerce REST API, but I have never needed it for working within a site.

    Usually, there is almost always someone who has done what you’re trying to do with WooComnmerce itself before, so just searching, particularly on StackExchange, is helpful.

    The one caveat I’ll leave you with is to make sure that code you see on other sites is recent enough to work with WC v. 4.7, or that you update it accordingly.

    Thread Starter jglazer63

    (@jglazer63)

    I have 5.x WC and I am not making a public plugin or anything like that. Thank you @linux4me2 !!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘API to WooCommerce?’ is closed to new replies.