Forum Replies Created
- AuthorPosts
-
has nothing to do with the plugin, though perhaps with your browser
(maybe this gives you a clue https://www.ionos.com/digitalguide/hosting/technical-matters/err-connection-closed/ , just from a quick search)
or perhaps with you server/host , so you need to speak to them there’s nothing i can “fix” hereeasiest seems to me to name it “multiples of 3” or some such, then put in the description of the item something that explains how it works i.e
upto 3 -> 10.00
upto 6 -> 20.00
upto 9 -> 30.00
etc
so if you add just one of those “products” the price is 10, add another one, price is 20 etc etcalternatively you can do something based on those ideas here
https://demo.wp-pizza.com/wppizza-add-ingredients/our-menu/user/
for instance the “chicken curry” could be “upto3”, “4-6” and “7-9” (or whatever your steps are) with the prices set as neededor go even further and do something along the lines of the “Platters” on that same page
all seems quite doable to me…
>… how could I add this?
I dont know your exact scenario
but i would have thought you can just set it up like any other menu item and just label it like $x.xx per portion instead
of the usual “small” (or whatever else you want to say in the sizes settings)I dont offer custom development (https://docs.wp-pizza.com/faqs/?section=customisation) , but
there is plenty of documentation regarding filter, actions etc here
https://docs.wp-pizza.com/developers/
that can be used for all sorts of modifications i would have thoughtThere’s nothing I can do here.
Address reults are searched for and provided by google. If their api does not find it, you should contact them
(Obviously you should make sure that the distances you have setup would include that street to start off with)You could add a “Custom Group Type -> Exclude” as a custom group for you item and exclude all ingredients as required
for your normal and large sizes.Personally though I would think it would be much more elegant if you were to simply have 2 menu items
a) Pizza Party – > with Add Ingredients enabled
b) Pizza normal , family -> without Add Ingredients enabledwould make it a lot easier to maintain in the long run too I would think, but that’s entirely up to you of course
the only sensible way of doing that is to clone your site(s) using one of the many cloning/duplication plugins available
because when you add more articles/products/posts and or page to an existing site, it is highly likely that the ID’s in the database will be different and therefore your ingredients setup would not correspond to those “new” ID’sfirst of all, the name is naturally supposed to show the name and the address the address
you are adding all sorts of other things to the name display. it’s really not meant for that – though of course evidently doable
if you want full details , click on the print iconthat all being said, all those things are wrapped in their own span elements, so use your css declarations as it suits you
> but it doesn’t seem to have impact here.
that is correct. it only affects “cart, order and account history”, not the current “added ingredients” selection
there are no plans to change this currently (but perhaps i can account for that in the next *major* update of the plugin , but that’s quite a while away yet)it does however appear to me that it would be much more obvious in any case if you were to simply rename your “Landshark”, “Michelob Ultra” etc to something like “Landshark (Six Pack)”, “Michelob Ultra (Six Pack)” – or similar – instead , given your screenshot…
17 June, 2020 at 2:38 pm in reply to: Paypal orders: No Delivery Address in printer/emails and Order History #49948oh, i did however make 2 changes to your wp-config.php
a) i enabled debug like so https://docs.wp-pizza.com/troubleshooting/
b) yourdefine( 'WP_MEMORY_LIMIT', '256M' ); set_time_limit(300);
was in the wrong place. you should (almost) NEVER add anything below/* That's all, stop editing! Happy publishing. */
17 June, 2020 at 2:36 pm in reply to: Paypal orders: No Delivery Address in printer/emails and Order History #49947so, i installed a clone of your site here and made 3 orders
1 COD, 1 Paypal and another Paypal order with the unedited version of the postcode plugin (v4.0.30)in all 3 cases did i get the plz in my emails and order history in the expected places.
as i left the cloudprint plugin enabled and pointing at your printer, i also suspect you got those 3 orders printed out on your printer with also all the plz’s printed as expected (??)16 June, 2020 at 9:00 pm in reply to: Paypal orders: No Delivery Address in printer/emails and Order History #49933This reply has been marked as private.I would have thought just setting the “sizes” label to – let’s say “100gr, 1/2kg, 1kg” – or whatever is appropriate – instead of “small, medium, large” would let you do just that
other than that, there’s no provision for it really
@cleerapps
thanks for sharing this here (FYI: i deleted your second post, as it’s a duplicate)> So odd!
as i see people doing this all the time without knowing what the consequences are , i now wrote a whole essay on this
and i very much suspect this is your issue right therehttps://docs.wp-pizza.com/faqs/?section=removing-version-numbers
works fine from here …
but i would strongly suggest you do not remove version numbers (for starters it will break some of your css )this might be you doing it , your theme doing it or some plugin doing it and might well be the reason why you have issues
15 June, 2020 at 3:26 am in reply to: Paypal orders: No Delivery Address in printer/emails and Order History #49874This reply has been marked as private.There are no plans to implement this – not in the near or medium term future anyway. Sorry.
You can of course already do partial refunds from within your stripe account , which will add a note/info to the payment in the order history to that effect (provided you have set up your webhooks etc correctly)13 June, 2020 at 5:01 pm in reply to: Ingredients PopUp disappears or minimize only in Firefox after select one thing #49839ok, fair enough. was just a quick guess
so let’s do the normal then .
what happens if you disable *ALL* other plugins apart from wppizza and the ingredients plugin ?
(in fact even switching to a non-edited default theme to be able to narrow things down)13 June, 2020 at 4:13 pm in reply to: Ingredients PopUp disappears or minimize only in Firefox after select one thing #49833what does this script do ?
//pb.orcagaming.de/wp-content/uploads/pum/pum-site-scripts.js?defer&generated=1591993268&ver=1.10.2
and what happens if you dont load it
it adds something to the console that says “init popups” so this seems like a good place to start off with13 June, 2020 at 2:24 pm in reply to: Ingredients PopUp disappears or minimize only in Firefox after select one thing #49829without a url/link to your site, i cannot comment other than to say
– check your browser console
– inspect your element css using your browser inpector
– change themes to a default theme to see if the problem is there - AuthorPosts