• Hi
    For some reasons, I need to display recipe cards in woocommerce as I would do it for regular products. What I would like to achieve is creating recipes in the WPRM manager and add the corresponding cards into products pages that would have the same title as recipes titles. Is there a way to automate this ? (I want to avoid the long process=> creating a product => adding for each page the elemntor shortcode)? thanks

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

    (@brechtvds)

    Technically that can be automated by using the save_post action hook, checking of a post with the “wprm_recipe” post type is getting created and if it is, creating a product with the same name.

    I don’t have any example code on how to achieve that exactly, but hope that helps?

Viewing 1 replies (of 1 total)
  • The topic ‘Recipe Card in woocommerce’ is closed to new replies.