Forum Replies Created
-
AuthorPosts
-
1) “Is it possible to add “Cart” widget? ”
I suspect you are looking for an additional display of what’s in the cart (as a cart widget exists already of course)
what about the option in the widget that says “Add small cart to top of screen if main cart not in view” ?not sure what you mean by using a “social login for placing order”
if you mean using a social login widget of some sort to login then i am sure there are many plugins out there that let you add a login widget of that sort whereever you want it to beif you want it to replace the login provided by wppizza on the orderpage,
you could add a widget (presumably via some shortcode) using thewppizza_order_form_before action hook and – probably – remove the wppizza login form by running a
remove_action( ‘wppizza_order_form_before’ , ‘wppizza_do_login_form’ );
or some such
i would suggest you use your browsers element inspector to find out where it comes from / which rule gets applied
just use wppizza->order form settings to add more fields/addresses as required
1: wppizza->layout : Which style to use: ->select “grid”
2: you will have to use a filter in your functions.php like soadd_filter('wppizza_filter_currencies','myprefix_currency_filter'); function myprefix_currency_filter(currencies){ $currencies['AED']='AED'; return $currencies; }1: wppizza->layout : Display placeholder image when no image associated with meal item
2: use css (also see: https://support.wp-pizza.com/topic/customising-the-css/)
3: wppizza->layout : Enable prettyPhoto (Lightbox Clone) on menu item imagesThis is a question for your theme developer.
Wppizza has no (nor does it want to have) control over how your “Appearance -> Menus” are displayedgenerally speaking though, debugging your scripts is somewhat outside plugin support….
for this sort of thing, i would suggest something like
http://wordpress.stackexchange.com/(or of course https://developer.wordpress.org/reference/)
ignoring the fact that i don’t understand why you would actually need this if there is a perfectly good admin page that lets you set the email address
$gowill only return true if the option was actually updated (that is CHANGED)
if you keep setting the same email address, it will only ever be true the first time you set itunless you write your own plugin (https://support.wp-pizza.com/topic/extending-the-plugin-with-a-class/)
or – of course – have two sites (multisite/network install perhaps) and have one for delivery and one for pickup with their distinct opening times, then no. not at the moment, sorry.>What’s wrong ?
nothing. you are not logged in… (as i explained above)
>If we use the website without registration option, we dont need to update de user data , right?
if you disable registration, it will not show up , as noone will be able to log in in the first place>remove the ” update my user data with the details above” checkbox
why ?This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private. -
AuthorPosts