• Resolved digimedhst

    (@digimedhst)


    Hi,

    I have been trying to place the configurator element for two prducts on one page. Therefore I created two products, each with its own configurator.

    I added both via shortcode on one page and noticed that only one (last in order) will show. The other one just keeps loading. Is it actually possible to have two (different) elements of the configurator on one page? Did anybody experience the same issue and found a solution?

    Thanks in advance.

    Dre

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Marc Lacroix

    (@marcusig)

    Hi Dre,

    Unfortunately, only 1 configurator can be open on the page at the same time.
    You can however change which product you configure using the button shortcode.

    So you could have something like this:

    Add buttons to change the product:

    [mkl_configurator_button product_id=1]Enable configurator 1[/mkl_configurator_button]
    [mkl_configurator_button product_id=2]Enable configurator 2[/mkl_configurator_button]

    Add the configurator, loading product 1 by default:

    [mkl_configurator product_id=1]

    Marc

Viewing 1 replies (of 1 total)

The topic ‘Multiple instance on one page’ is closed to new replies.