Forum Replies Created
-
AuthorPosts
-
also, if that form is being used to sent spam, you should also get a lot of orders.
you were saying that the host had to contact you which sounds to me like you did not get any spam orders ……and what proof are they offering that says it comes from that page of the wppizza plugin ?
PS: version 3 beta has been updated (although that has nothing to do with your issue, just mentioning it )
see blog.wp-pizza.comPS from what i can see your open ssl version is 2 years old
i would suggest you update this . (this *might* be the issue )also what does it say about “Remote post” here
your.domain.com/wp-admin/edit.php?post_type=wppizza&page=wppizza-tools&tab=sysinfo
?try this line instead
curl_setopt($this->ch, CURLOPT_SSLVERSION, 6);
TLS lower than 1.2 is disabled on wp-pizza.com (for good reason)forget that. this would affect the cloudprint itself, not the license screen. that’s something completely different. I misunderstood.
I’ll have to dig around a bit
which version of wppizza and cloudrpint plugin are you using ?
>Its much more easier to summ up.
the reports page already does that ….. just sayinghmm, i know nothing about win servers really.
however – though that’s just a wild stab in the dark – you could try the following
(make a backup of the file you are editing – if it falls over revert to that backup)in the plugin you find the following file
/inc/HttpRequest.Class.php
on approx line 49 you will find
curl_setopt( $this->ch, CURLOPT_HTTPAUTH,CURLAUTH_ANY);
right AFTER that ADD
curl_setopt($this->ch, CURLOPT_CAINFO, ''.ABSPATH . WPINC . '/certificates/ca-bundle.crt');and save. let me know if that fixes it (or any other/different errors you might get)
to start off with whats your
OS and OS version
libcurl version
php version
openssl versiondid you also/already speak to your host about this ? this is a server/setup issue
please read the notes next to the “Printer ID” settings in WPPizza -> Cloudprint
without seeing your additives setup i cannot really comment
in any event:
> [wppizza showadditives=”1″] was for some reason pulling in one of the food categories…
which is the expected/correct behaviour
[wppizza type=’additives’] shows the additives
https://support.wp-pizza.com/topic/wppizza-shortcodes/try something like this in your functions.php
add_filter( 'wppizza_filter_orderhistory_order_info', 'my_orderinfo_add_total', 10, 4 ); function my_orderinfo_add_total($markup, $order_id, $customer_details, $order_details){ /** add total after $markup['last_update'] **/ $markup['last_update'] .='<div>'.__('Total').': '.wppizza_output_format_price($order_details['total']).'</div>'; return $markup; }> The customer must be able to deselect it if he wants,
but how would you know he did that if it’s not shown ? (other than knowing and remembering for each product what was there in the first place)anyway, it works differently (for precisely that reason), so here are a couple of suggestions
you could enable
“WPPizza->Ingredients->options : Show de-selected pre-selected ingredients ?”
which will say “no pineapple” if it’s deselectedalternatively , you could add an ingredient called “No Pineapple” (without it being preselected) and allow the customer to select this.
generally speaking anything that’s selected will be shown (preselected or otherwise)
As a sidenote: Do you really need to allow someone to deselect pineapple from a Hawaii pizza?
that really just makes it a normal pizza, no ?
Surely noone will even consider ordering a Hawaii pizza if he/she doesn’t want pineapple in the first place – but that’s just my thoughts there ….the cloudprint plugin does not set any margins (unless you specifically set them of course, but that’s not the default
if cloudprint itself does so , please refer to the documentation there2 May, 2017 at 3:20 pm in reply to: wppizza_on_order_executed is not working on Versie: 3.0.beta.170420.1 #27413i am aware of that .
it also says so at blog.wp-pizza.com that hooks have changedplease also do not post the same question multiple times…
https://wordpress.org/support/topic/hook-after-successful-order/you must take out the
white-space:nowrap;
from
#header #blogname tdif you increase fontsizes globally without linebreaking things it will proportionally shrink to fit the page
This reply has been marked as private.the plugin was updated to that effect almost a year ago now. (June 2016 to be precise)
see changelog here
https://support.wp-pizza.com/downloads/wppizza-authorizenet-gateway/this is actually part of wppizza 3.x (just doing some more checking there and writing the documentation)
but if you want , you can try it out here (re-purchase would need to be enabled in wppizza->order setting)blog.wp-pizza.com
sorry, but i cannot help you
you are asking me to debug someone elses pluginthe datepicker shows up just fine if used normally on a wordpress website (yours too)
if it doesnt when used with your other plugin that makes your site into an app, you will have to ask them . i know nothing about how your other plugin does things
you should be using
….\wp-content\plugins\wppizza\add-ons\wppizza-gateway-no-creditcard-template.zip
unzip and read the docs inside
-
AuthorPosts