• When put items in basket the plugin just thinking nothing happens. can’t enter personal info to order.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author The Generation

    (@thegeneration)

    Hi andzei,

    You seem to be loading jQuery twice on your webpage – version 3.7.1 which is default in WordPress and also 2.2.4:

    <!-- Bootstrap core JavaScript================================================== -->
    <!-- Placed at the end of the document so the pages load faster --><script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>

    Can you remove the above code which seems to be added in your theme?

    • This reply was modified 4 months, 4 weeks ago by The Generation.
    • This reply was modified 4 months, 4 weeks ago by The Generation. Reason: Formatting
    Plugin Author The Generation

    (@thegeneration)

    Hi again,

    I can also see that you have put the checkout on the cart page. I strongly recommend that you separate the cart and checkout pages as it might create a conflict in the functionality.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.