WPPizza – A Restaurant Plugin for WordPress › Support › General Support › Checkout buttons not showing
- AuthorPosts
- 18 February, 2019 at 5:09 pm #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.18 February, 2019 at 5:23 pm #41535got a url ?
18 February, 2019 at 6:04 pm #41537This reply has been marked as private.18 February, 2019 at 6:05 pm #41538It worked at the begining, after a few minutes configuring other stuff.. The buttons stoped responding, then submit buttons dissapeared.
18 February, 2019 at 6:11 pm #41539that’s because you put the orderpage shortcode/widget on the page instead of the cart
18 February, 2019 at 6:50 pm #41540I wanted to use the following:
[wppizza category=’calcareo’]
[wppizza type=’cart’ category=’calcareo’]
Because it works in a modal popup.
18 February, 2019 at 7:58 pm #41541[wppizza type=’cart’] does not take any “category” arguments
20 February, 2019 at 3:11 pm #41598Hi, i was trying to do something like this.. Attached.
Is there any way to do this?20 February, 2019 at 3:18 pm #41599I 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.20 February, 2019 at 3:31 pm #41600My actual example, not working: http://superucowines.com/vinos-menu/
Sory about the amount of messages
20 February, 2019 at 4:44 pm #41611>Sory about the amount of messages
no problema 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)20 February, 2019 at 5:00 pm #41612Thanks 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.20 February, 2019 at 5:01 pm #41613I have already made all what you suggested.
20 February, 2019 at 5:29 pm #41614i 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 renderedif 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 missingyou could however try to enable “wppizza->settings->miscellaneous -> Load css and js on all pages” . this *might* help
- AuthorPosts
- The topic ‘Checkout buttons not showing’ is closed to new replies.