Forum Replies Created
-
AuthorPosts
-
this should now be fixed with the latest update to the post/zipcode plugin (v3.10.8)
PS: they are not double prices , but the single item price
something like the following in your functions.php
add_filter('wppizza_filter_order_item_markup', 'my_filter_orderpage_items'); function my_filter_orderpage_items($markup){ unset($markup['price']); return $markup; }ok, i see what you mean.
in the meantime – as i believe that will make it work – you could enable “popup on pageload” in the settings screen of the plugin (might be a good idea anyway)seems to me i did not add the functionality on the order/checkout page when nothing was set yet
i’ll have to investigate in more detail. might take a few days thoughwithout a link i cannot comment
as you are using the postcode plugin, the orders will/can be sent to the relevant restaurant / email already
if you want the order history to be separate you will have to set up 2 separate sites (or using subsites in a multisite setup)
see the shortcodes in the “howto”
wppizza -> coupons/discounts -> howto tab
i don’t understand the question (or the problem)
your shop is closed at the moment, so i cannot see.
however, typically it works like this:if you say NO to location tracking, the address field is empty, so you cannot order as it’s a required field
if you say YES but your location is outside your delivery area the address field is also empty, so you still cannot order as it is still a required field
if that isn’t the case, have you tried clearing your cache / cookies ?
you didn’t put a cart on the page
As the underlying code between the print default template and a/the drag/drop email template is the same in large parts, I would have thought just adding a new (format html) email template, doing a bit of dragging and dropping (if needs be, the default is probably just like your print template regarding the order of things) and perhaps removing the background colours of the css (body/main table) would do the job
without a link i can only suggest this
https://support.wp-pizza.com/topic/things-to-do-on-first-install/wherever you want to put it ….
i really don’t understand the question heresorry, but this IS a “separated issue”
the original post here is about some login widget of some sort,your post is about theme/sidebars
>but want also to have support for social login if possible?
then you have to add a social login widget somewhere@ Zia Khan
>But even I cannot find a way to enable a normal Login button
then you have either registrations disabled or are logged in (or both)@ drmt
as this is unrelated to the original post, please start your own – new topic
https://support.wp-pizza.com/topic/forum-rules-read-me-before-posting/
(furthermore, if your theme doesnt provide sidebars, you should speak to the theme author or use a different theme. this has nothing to do with wppizza really)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
-
AuthorPosts