Forum Replies Created
- AuthorPosts
-
Just a quick update fyi:
I’m almost there, just need to check a few more things here with some edge cases.
Thanks for your patience27 January, 2021 at 12:18 pm in reply to: Pre-Order still possible even if item not available #53637thanks for that
I believe I know why this happens.
let me check a few things here and fix this in an update (at some point today i would think)(please leave the screenshots available for now so i can reproduce the settings here )
send me a url, “walkthrough” so to speak and settings please
i.e what i have to do at your site/url to experience what you are saying and what you expect to happen that does not happen , alongside screenshots of your settings
as what you are saying is happening is not what is supposed to happen but without seeing specific details/examples i cannot really say that much
(hope the above makes sense somewhat)
I cannot speak for woocommerce as to how they do things
what i can tell you is that in the case of wppizza the “notify_url” (i.e the IPN notifications url paypal sends notification to) is sent with the payment request itself to paypal, therefore paypal should respond to *that* url with their notifications provided IPN’s are enabled in the first place of cause
>Is it supposed to be like that?
yes, because you will not be able to select that the preorder time if you have that item in the cart
(i.e it will be set back to what it was) though maybe that could be made clearer in the popup text (but you can easily adjust that text yourself as it suits you of course)sorry, there is no provision for this.
an item will only be available for order on the dates/times you have set it to be available in the timed menu pluginjust like you can filter printer id’s , printnode_api_key etc
you can also filter any of the other plugin options in whichever way you like
so in your case that will be the $printnode_options[‘print_template’] I would guess, assuming you have set-up additional templates as you require for what it is you want to dosee here
see https://docs.wp-pizza.com/developers/?section=wppizza-autoprintthere is no reason to think there would be any conflict between the two – they would work completely independently of each other
see also
https://docs.wp-pizza.com/faqs/?section=wpizza-woocommerce>Are there any example implementations of “Append to Element” that I can view?
no (not on any *.wp-pizza.com site anyway). sorryyou probably want to use your browsers element inspector to see what happens.
no css declarations change when appending it to another elementbut of course, the css of the element you are appending it to might cause issues depending on the declaration(s) attached to it
actually, this looks all fine form what i can tell
there is a minor issue in the preorder plugin in conjunction with the timed menu i have to address still, but this has nothing to do at all with what you are describing
more importantly, the timed menu item has not changed anyway, so please show me the settings you have and the url where it is not showing what you expect it to show
you might be correct that I accidentally inverted it when I (re)introduced the Timed Menu integration
Will check . Thanks>I have changed it to Option 1.
it’s still option 2 from what i can see in your admin ?!
looks like its doing what you set it to do
a) you really are using install option 1!!, so change that in your settings of the timed menu plugin options
b) once you change that, you will see that you have selected everything on what you called “orderpage” to be only available on wednesdays so – subsequently – it says right now everywhere “Sorry, this item is currently not available” – so behaving just as expected really….change this NOW:
you posted this publicly !!!!This reply has been marked as private.all you have set at the moment (i ignore your category in your screenshot for the moment, as that’s option 2 which is probably not what you have)
is for your “classic pizza” (i guess you have renamed this now to something similar to “classic pizza neu” ) to be shown on saturdays between 12:15 and 20:45. As it is currently saturday between 12:15 and 20:45 , it shows up , just as expected.
what exactly is not working here for you (maybe we are looking at different things) ?
PS: are you certain you are using install option 2 as described here ?
https://docs.wp-pizza.com/getting-started/?section=setupwithout a link / url to your site, i can not comment really
>will it work?
No. you *must* find the right$order_details
parameter according to your requirements.
$order_details['ordervars']['{some-order-value}']['value']
is just a dummy/placeholder (it doesn’t even exist in the $order_details array)as of v3.4 of the preorder plugin this should work again I believe
thanks for flagging it - AuthorPosts