• 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 2 replies - 1 through 2 (of 2 total)
  • Howdy ??

    Given that this is directly related to a WooCommerce premium extension, this is off-topic for this forum.

    That said, it would not be possible to have multiple, single products on one page and have Product Add-ons work under that scenario. This is because much of Product Add-ons functionality is provided by JavaScript and the JavaScript is designed to work on a specific set of HTML elements. If those elements are duplicated (as they would be with two products on the same page) then the JavaScript will not work as expected.

    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.

    The issue is an improper usage of the product_page shortcode.

    Kind regards,

    Hi – I wonder if you could help please …
    I am using the Product addons ext. I have a set up n item which collected the customers details for etching (no charge though) – this does show on the page above the subtotal along with the choice made on the dropdown. The issue is the addons info is not being transferred to the shopping cart and even more importantly onto the order which my client will get back. It neither shows in the orders section within woo or on the email which the order generates. Yes I am using label as the ‘format title’, tried both required and not, have limited the characters to 50, using short text as the ‘type’ and any text under ‘restrictions’.

    The order works fine, monies are taken etc etc but the inscription needs to be shown or it is pointless having the addon!

    Any ideas where I might have slipped up?

    Many thanks

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