• After configuring “Settings for bundles on the bundled product page”, the bundle message appears in products that have similar product ID’s.

    For example, if one of my bundled products has a post ID of 22263, the product page with the ID 63, 263 or 2263 will all show the bundle link.

    It seems like if the post ID ends with the same numbers, the bundle message will show incorrectly. If the post ID is a number in between (ie. 226), then it is good and the bundle message will not show.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter borisatalive

    (@borisatalive)

    It appears in the code that matches bundled products based on how it is stored in meta, it uses id + “/” with “LIKE” queries, causing the bundle id to match if the product ends with a similar id.

    So product id 23 will display a bundle with product id 123, when the bundle is stored as 123/456/789/

    Plugin Author WPClever

    (@wpclever)

    Hi @borisatalive

    Thanks for informing us of this issue!

    We’ll check and fix it soon.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug: Bundled product page appearing in wrong products’ is closed to new replies.