Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2299874
Composite Product Embed
Closed

Comments

  • Michael Ramseyer started the conversation

    Hello, I'm using Thrive Themes, and would like to display composite products in "WordPress Content" content boxes in my customized pages (The theme structure does not support direct import).


    Is there a shortcode structure for composite products? Thanks.

  •  767
    Janilyn replied

    Hi Michael, 

    Thank you for contacting WPClever Support Forum. We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your issue and responding as soon as finding a solution. Please stay in touch as he might need you to provide further information.

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,222
    Dustin replied

    Hi Michael,

    The composite products list was included in the add to cart form, so you can use the WooCommerce function to show it:

    <?php woocommerce_template_single_add_to_cart(); ?>

    Best regards,
    Dustin

  • Michael Ramseyer replied

    Thanks Frankie, 

    How am I to tie this to a specific composite product or group of products?

  •  1,222
    Dustin replied

    To show the single product content on another page, please use this shortcode https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-12

    [product_page id="99"]

    We haven't the shortcode to show only the components of a composite product.

    Best regards,
    Dustin