• Resolved perfectmedia

    (@perfectmedia)


    My client has added the WooCommerce Product Add-Ons plugin to their site and I am managing all of the products, stock, variations, etc..

    The Product Add-Ons do show up on the individual product page but when I tried to add multiple products to one page using the WooCommerce Page Shortcode [product_page id=”xx”] – everything for the product shows up fine, but the Add-Ons section is missing.

    I am fairly decent with coding, but I am not sure if this is an issue with WooCommerce (Shortcode specifically) or the Product Add-On plugin. I have tested it with the default wordpress theme as still have the same issue, so I have ruled out it being an issue with the theme being used.

    In Summary:

    Add-Ons for Individual Product Page = Add-Ons do show up

    Add-Ons for Product Page using Shortcode = Add-Ons don’t show up

    Any help would be appreciated or point in the direction to look for the specific hooks I need to manipulate to make them show up, or possibly add some hook to my theme’s function page. Thank you in advance to whom ever can help!

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    well we are rendering ppom meta using hooks and these hooks are only attached on product page, not with shortcode.

    Thread Starter perfectmedia

    (@perfectmedia)

    Hello,

    I realize that. I need it to show up when I use the Product Page ADD-On. How can I do that, send me the code to make it render when using a Shortcode as well. I am using this shortcode:

    [product_page id=”xx”]
    [product_page id=”xx”]
    [product_page id=”xx”]

    So I can put multiple products on to one page and show all the product information at once instead of having to go to each product page separately to see their information.

    What PPOM Meta Hook do i need to use to make it show up using the shortcode, and where do I place that PPOM Meta Hook at?

    Please see first function in inside inc/woocommerce.php file. It’s rendering all ppom fields.

    Thread Starter perfectmedia

    (@perfectmedia)

    Thanks! Any thoughts on where i can modify the code to make it render with the Page Shortcode too.?

    Well you need to make change in this function ppom_woocommerce_show_fields inside inc/woocommerce.php file

    Thread Starter perfectmedia

    (@perfectmedia)

    Hello again.

    I am a little confused on what code I need to modify and where. If you can tell me the exact code to copy and where to paste it, we are even willing to send you $$$ for helping us out! Please and thank you!

    Please contact us via [email protected] for customization

    Thread Starter perfectmedia

    (@perfectmedia)

    An email has been sent to you from me. Please let me know you received it. Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Product ADD-ONS (not showing with Page Shortcode’ is closed to new replies.