• Resolved nathan14

    (@nathan14)


    Hi Marc,

    I’m getting a strange display on with the quantity arrows in the add to cart section in the bottom right of the Configuration pop up window. I can’t really see the quantity number clearly as it’s been pushed to the left, also the + and – signs are not present?

    Thanks,

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

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

    (@marcusig)

    Hi Nathan,

    You’ll have to trigger the function that enables the +- signs on your site when opening the configurator.

    Here’s a JavaScript snippet that should do it (it works when I test it straight in the browser):

    wp.hooks.addAction( 'PC.fe.start', 'custhom/configurator', function( configurator ){
        wcqib_refresh_quantity_increments();    
    } );

    You’ll have to add this somewhere in your theme.

    Marc.

    Thread Starter nathan14

    (@nathan14)

    I added the caode with the snippets plugin and it doent appear to make any changes ?

    Thanks,
    Nathan

    Plugin Contributor Marc Lacroix

    (@marcusig)

    I can see the snippet in your page, but the code simple quotes ' are converted to special characters, so you may want to fix this:

    screenshot

    if single quotes do not work, you can try double quotes.

    Marc

    Plugin Contributor Marc Lacroix

    (@marcusig)

    Hi Nathan,

    I’m looking if I can resolve this thread, but the issue seems to still be present on your website. Have you not managed to fix the problem I highlighted above?

    Marc.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quantity Arrows strange display in Config pop up’ is closed to new replies.