Checkout buttons not showing

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #41534

    Hi, i have a problem with my checkout.
    The buttons to send the order doesn’t appear.
    I have already changed opening times, gateways, configurations.
    No JS error found.

    #41535
    Olly
    Admin & Mod

      got a url ?

      #41537
      This reply has been marked as private.
      #41538

      It worked at the begining, after a few minutes configuring other stuff.. The buttons stoped responding, then submit buttons dissapeared.

      #41539
      Olly
      Admin & Mod

        that’s because you put the orderpage shortcode/widget on the page instead of the cart

        https://docs.wp-pizza.com/getting-started/?section=setup

        #41540

        I wanted to use the following:

        [wppizza category=’calcareo’]

        [wppizza type=’cart’ category=’calcareo’]

        Because it works in a modal popup.

        #41541
        Olly
        Admin & Mod

          [wppizza type=’cart’] does not take any “category” arguments

          https://docs.wp-pizza.com/shortcodes/

          #41598

          Hi, i was trying to do something like this.. Attached.
          Is there any way to do this?

          https://ibb.co/NVQngVq

          #41599

          I have made something similar in other website: https://pedidosano.com/pedidos
          By using:
          [wppizza category=’maceta2′]
          [wppizza type=’orderpage’]
          And it works..
          But in the one im working right now, it doesn’t refresh after adding items to cart.

          #41600

          My actual example, not working: http://superucowines.com/vinos-menu/

          Sory about the amount of messages

          #41611
          Olly
          Admin & Mod

            >Sory about the amount of messages
            no problem

            a couple of things

            a) you have the *checkout* widget on that page 2x – there *will* be things that do not work if you do that

            b) however, when i mess around with things here by adding all sorts of widgets to the same page , there does also perhaps appear to be a bug in 3.9 of the plugin (not 100% sure yet if that’s a bug or something else)

            c) as there were a number of things that were updated in 3.9, perhaps you could try downgrading to 3.8.6 – available here https://wordpress.org/plugins/wppizza/advanced/
            there were no database changes between the two, so this should be quite safe to do – though making a backup never hurts of course
            if you do that and it works, let me know and i’ll try to figure out what the issue may be – after all, you are trying to use the whole thing in a not very common way (that’s fine of course, but not something i can extensively test that much between updates given the number of possible permutations there could be in setting this sort of thing up)

            #41612

            Thanks for the answer!
            I have seen it happens only when the page is built with Divi.
            For example, if i run the same modal in http://superucowines.com/pedidos-4/ where no divi layout is used, it works.

            #41613

            I have already made all what you suggested.

            #41614
            Olly
            Admin & Mod

              i cannot see any modal popup on http://superucowines.com/pedidos-4/ . that page does not do anything really (probably because it’s not set as the orderpage in wppizza->order settings)

              and its also still running v 3.9

              i dont think this has something to do with the divi theme (that’s used on many sites that use wppizza without issues as far as i know) but more likely the plugin that generates the popups (that would be my guess at the moment).
              wppizza will only generate all the code necessary for checkout if it knows that the checkout widget is actually on the page
              to do that , the page content saved gets searched for the widget (shortcode) BEFORE it is rendered

              if the popup does its own thing – i.e. not useing the wordpress content filters to add to the page, wppizza has no way of knowing that the cart is on the page
              sure, it generates *some* output, but all the required javascript files will be missing

              you could however try to enable “wppizza->settings->miscellaneous -> Load css and js on all pages” . this *might* help

            Viewing 14 posts - 1 through 14 (of 14 total)
            • The topic ‘Checkout buttons not showing’ is closed to new replies.