Forum Replies Created
-
AuthorPosts
-
you can set offers (i.e discounts) of that kind with this
https://support.wp-pizza.com/downloads/wppizza-coupons-and-discounts/
i.e apply discount of x if pickup , otherwise do not apply discount…i have no idea what exactly it is that is removing version numbers on your site.
it’s your site with your chosen themes and plugins.all i CAN tell you, is that no wppizza plugin removes version numbers (in fact it deliberately adds them to precisely eliminate the problem you are/were having )
so, now i am looking at the right input field (doh, sorry) it seems like it’s in fact correctly saving to the db, but not displayed when set to 0 in the admin .
i’ll fix that in an update.
for now, please do the following:
in admin.echo.get_delivery_areas.inc.php on apprx line 50 you will find$value=!empty($options[$field][$k]['charge']) ? wppizza_output_format_price($options[$field][$k]['charge'],$optionsDecimals) : '';REPLACE this with
$value=isset($options[$field][$k]['charge']) ? wppizza_output_format_price($options[$field][$k]['charge'],$optionsDecimals) : '';(i.e the !empty becomes isset )
once you have done that, let me know if that fixes things…
let me check a few things here, i believe i may have been looking at the wrong input field
i already told you
you dont add anything but remove whatever plugin/filter/script removes the version numbers from your loaded resources.
the (probable) “bug” is that you are omitting version numbers from your resources (styles / js etc)
which is never a good idea for many reasonsno bug here from what i can tell (and if it were i ‘m sure i would have heard about it before)
i am using chrome ……
i dont know what it is you are seeing, but if i goto
http://pizza-munot.ch/unsere-speisekarte/hamburger/ -> gold burger
it’s 27 , not zero as totalprice (with or without a sauce selected)see ingredients -> options [TAB] : *Added* ingredients display options.
however, if the TOTAL is zero, then it’s zero – entirely depends on your setup there and what prices are for your individual ingredients or the base menu item price to start off with ( i know nothing about your setup )
you will need two custom groups
see screenshotscustom group one – select salad or wings
custom group two – select two topping
adjust as required of course
the following extension is designed for this sort of thing
https://support.wp-pizza.com/downloads/wppizza-add-ingredients/This reply has been marked as private.>If that was the problem I should not be able to set ….
probably, but if – for some reason – some other vars change and you might therefore run out of max vars, it could have been an issue. Alas at 1000 post vars, you should be just fine here. so the problem is elsewhere.
as i said, i can save 0 just fine here.
can you turn on debug please and see if you get any info from there ?looks more like a max_post_vars/max_input_vars issue..
are you running suhosin or have limited max_post_vars/max_input_vars somehow ?>But a 0 is not allowed…
you sure ? i can set 0 just fine here.
can you do a screenshot of the “Delivery Charges:” in wppizza->order settings
and a screenshot of the post/zip delivery options please , so i can first of all try to reproduce this?thanks
so much to do , so little time….one day i hope
>possible to use user registration in other pages (or shortcode) without use other plugins?
please see wordpress.org and google. this is not a wppizza question
>disable some fields to the order page only for the registered users ?
what for ?can i have a link to the site please ?
PS: i will have a look at adding an alert of some sort before trying to add to cart when removing below 4 instead of waiting until the user is actually trying to add it to the cart.If memory serves me right, the restriction(s) were added before the ability to pre-select things so did not take the possibility into consideration that things might already have been added.
anyway, i’ll see what i can come up with there
-
AuthorPosts