Forum Replies Created
- AuthorPosts
-
give me a little bit to try to reproduce this
i’ll get back to you
It might be some additional filter that’s needed or some change of filter priorities or ignoring the parameters when ththe preorder is active/used in an order or something else . don’t know yetyou pretty much answered your own question . (there ar =e likely to be a bunch of other setting that would need to be the same across sites…)
at a minimum, you will also have to synchronise the coupon codes across sites (and keep them synched) as they will keep track of the usage of codes.
and even if you manage to do all that , it would only work – if at all – in a multisite setup as multisites share user tables/idssays it all right there really:
your server returns a 502 when sending things back to the script (http://ristorantebarolo.co.uk/delivery/wp-content/plugins/wppizza-gateway-worldpay/ipn/ipn.php)
this must be a 200
you need to speak to your host/server admin and/or check your server logs.
this is nothing the plugin has any control overcash on delivery orders can not ever have that issue as there’s no 3rd party involved that would need to send anything back to the server
see
https://www.wp-pizza.com/topic/show-deliver-picked-time-in-admin-order-history/
(yeah, i should have replied here to start off with.. never mind)you can try to move the wppizza_cad_coupons and wppizza_cad_discounts options in your options table to the new options table
HOWEVER, the references to your pages/menu items (id’s) will most probably be wrong but if you have a screenshot / access to your old site it should not be too much work to re-create thing selecting the required pages/items (though really depends on your previous setup)at least copying those settings will get you a starting point (most likely you’ll have a ton of phpnotices though until you re-save those new settings)
not much more i can suggest i’ afraid
One more test results:
using a page of A5 (as I didn’t have one ,I simply cut a A4 in half.)
put this A5 in printer, set printer to print at A5 — et voila (A4 next to it as comparison)
no template modifications were doneIn a nutshell, what I am trying to say here is that the plugin simply prints to cloudprint as instructed, what your printer makes out of it the wppizza cloudprint plugin has no control over
If – for example – your printer can only print A5 but decides to try to print A4 from a file sent to it , you should shout at the printer manufacturer and ask for your money back if they claim the printer is cloudprint compatible.
This really is not a wppizza cloudprint plugin issue or fault.And while I am at it, here’s another take on how to get things to be printed smaller, simply leaving the default printer page setup as is (in that case A4), but setting the print template css (Wppizza->templates) to be 25% and font-size to 8px like so
(i.e we are in reality looking at A6 somewhat , and one should simply be able to decrease the width and/or font sizes for smaller formats I would have thought)
html,body,table,tbody,tr,td,th,span{font-size:8px;font-family:Arial, Verdana, Helvetica, sans-serif;margin:0;padding:0;text-align:left;} table{width:25%;margin:0 0 10px 0;} ... more css ..
would probably benefit from some tweaking for your particular scenario , but you’ll get the idea
outcome:
I feel i need to add to this thread.
Maybe because we are in 2018 now and things have changed technologically, or maybe the assertions made above were never exactly correct to start off with (this is not a judgement on either, just an observation)I do not believe it is true to say “cloudprint does not print in A5” (or similar)
However, it *might* well be true to say “my printer model xyz does not support cloudprint” and prints some random sizes regardless of what i do .To demonstrate: see the following picture (a bit blurred but it should be clear enough).
This is the same order sent 3 times to the cloudprint printer (an epson wf-26something)
and simply setting the paperfeed on the printer to be A4, A5, and A6 respectively ( printed on A4 paper to better demonstrate the difference.)
No other changes – i.e to the print template css for example – were made.You can clearly see that you can print in whatever sizes if your printer is properly compatible and does not try to print A4 for example if it is an A5 printer
with coupons and discounts you would have to set the appropriate (simple) discount for each item or multiple items (you can set multiple discounts of course as appropriate). However, depending on what exactly your prices are supposed to be, that won’t be a fast job either.
That said, i suspect you do not actually really want to apply discounts, but really have the item prices reduced to start off with between certain times, in which case the way to go about that is to write some script that filters the custom post type (in this case wppizza) meta data – that’s where prices are stored for an item.
you should consult the wordpress codex regarding filtering post type meta data
Same applies here too though. There is no “simple/fast” shortcut to do this sort of thing
tried searching this forum for goodcom for example?
something is clearly missing here in your question (i.e the conditionals)…..
what you are describing is not a discount but simply something that’s half the price of what it is, so simply set the price to start off with to be 50% of what you have currently
>just create 2 postcodes and give them any name
correctthere are no provisions for that unless you edit core plugin files directly (which is never, ever a good idea)
the footer notes text you can set in wppizza->localization->Templates Other->Footer : text after summary / totals …
is (currently) only used in email templates (provided something is entered there in the first place of course)when you use distances, the plugin does not care what the postcodes are and the labels – although must be unique – have no relation to the postcodes and you can simply name them whatever you want (i.e upto3 and upto5 for example)
that’s because you did not close the div for
“Nous sommes actuellement fermés. Mais vous pouvez pré-commander”i assume you are using this ?
https://www.wp-pizza.com/downloads/wppizza-delivery-by-postcode/then you should simply use 2 delivery areas (one up to 3 miles and one up to 5) and set the delivery charges accordingly
i.e like here https://www.wp-pizza.com/wp-content/uploads/2014/12/wppizza-dbp-delivery.png
but only using the two options as described above>Theme and dishes, categories …
those are completely different things
let me rephrase my question:
have you gone into wpml -> string translations and looked for the relevant text (ingredients) thereno
(i really looked for a solution to this and wished there was. i would also be very happy if someone proves me wrong on that front) - AuthorPosts