Forum Replies Created
-
AuthorPosts
-
15 September, 2015 at 2:37 pm in reply to: Error: Apologies. There was an error receiving your order. Please try again. #12339
good stuff
(i’d still ask your host to update mysql though…!)
15 September, 2015 at 1:15 pm in reply to: Error: Apologies. There was an error receiving your order. Please try again. #12332if you do you could alter the table like so
ALTER TABLE 'wp_wppizza_orders' ADD COLUMN 'user_data' TEXT NULL AFTER 'notes';where wp_wppizza_orders should of course be the table name for your install
(i would make a backup first though)this will not of course add multibyte support (actually even WP itself uses utf8mb4 now as of April 2015), but it should at least allow you to add to that table again (i.e save orders)
15 September, 2015 at 1:08 pm in reply to: Error: Apologies. There was an error receiving your order. Please try again. #12330do you have something like phpmyadmin though (or any other means of editing mysql tables) ?
15 September, 2015 at 12:19 pm in reply to: Error: Apologies. There was an error receiving your order. Please try again. #12328assuming that the mysql version is the issue and you have updated it , the table/column does not magically create itself.
to do that, do either of the following:
if there is a newer version of wppiza avilable, just update and it should create that columnif there is no newer wppizza version yet, do the following (for the purpose of this example i assume your current wppizza version is 2.15.0.10):
– de-activate wppizza
– open wppizza/wppizza.php
– on approx line 8 you will findVersion: 2.15.0.10change this toVersion: 2.15.0.10.1
– on approx line 39 you will finddefine('WPPIZZA_VERSION', '2.15.0.10');change this todefine('WPPIZZA_VERSION', '2.15.0.10.1');
– save the file
– go to your plugins page and reactivate the plugin. as the version number is now higher than what there was, it will check the table structure again and update what needs updatingthat should be it (i assume here that you know how to safely edit php files)
15 September, 2015 at 12:04 pm in reply to: Error: Apologies. There was an error receiving your order. Please try again. #12327this has nothing to do with ports. this has something to do with mysql 5.5 supporting multibyte character sets and old versions of mysql do not (not even talking about security/usability/speed etc issues with old db versiosn)
that said, i still do not know what mysql/maria version you are using.
if it’s below 5.5 just update ityour host should also be more than happy to have recent releases. even 5.5 is about 5 years old now !
15 September, 2015 at 12:07 am in reply to: Error: Apologies. There was an error receiving your order. Please try again. #12318This reply has been marked as private.14 September, 2015 at 11:58 pm in reply to: Error: Apologies. There was an error receiving your order. Please try again. #12316what version of mysql are you running
14 September, 2015 at 11:57 pm in reply to: Error: Apologies. There was an error receiving your order. Please try again. #12315actually , forget previous.
just a quick look tells me your db table is missing a column14 September, 2015 at 11:55 pm in reply to: Error: Apologies. There was an error receiving your order. Please try again. #12314please , don’t post this whole debug stuff here (especially without putting it in code tags.
just give me a link to the debug.log .
make it private if you want14 September, 2015 at 11:02 pm in reply to: Error: Apologies. There was an error receiving your order. Please try again. #12312link to site please.
the errors you are posting above have nothing at all to do with what you are writing about and i suspect there are a LOT more entries in your debug.log(though you might want to fix your server setup which is clearly messed up with missing or outdated extensions)
first of all, please start your own topics (though no harm in referencing/ linking to other topics)
secondly though, this error/notice never comes on its own and there will be something additional after that (i.e the reason of that note)
(of course, never say never, so if that’s not the case, there is something seriously wrong )on top of that, please also emable wppizza->tools ->debug and see if you you get more error info
of course you can add multiple unless you restrict this
i don’t know what you tested / looked at.have a look at the
https://support.wp-pizza.com/twentytwelve/ -> make your own pizza.the first few groups have restrictions (as labelled) the “ingredients for £ 0.50” for example don’t and you can add the same thing as often as you like
This reply has been marked as private.@kaybee
for some reason i only just got (another) notice of your private post .
just ignore the test order i just placed (tried to check things that dont need checking anymore i believe)not quite,
you’d also have to write some js to take away a bunch of classesgenerally though please also read here
https://support.wp-pizza.com/topic/order-pickup-checkbox-doesnt-scroll-with-sticky-cart/>….in general settings i can set:“Deliver even…..
>..You can not add the option for this extension?…you do not need to, it’s a global setting that applies
>In the current situation must look for something in store for 2 to have the opportunity to order.
because you set minimum order to 80….in other words.
if you set minimum order value to 80 and free delivery above 80, there will NEVER be any delivery charges as you will not be able to order anything anyway until your items have reached 80.00your minimum order value is still set to 80.00
if minimum set to 80.00 minimum *items* have to be 80 to buy
if minimum set to 20.00 for example minimum *items* have to be 20 to buy
if at the same time “delivery free above 80” , delivery charges will be 80-item value….regarding your note on the screenshot: “now i cant see any other area because I turned off extension” —- of course you can’t . you turned it off…
some fax gateways also require some sort of image attachment (for some reason) and / or the from address being set to something specific and a few other hoops….all doable though with what there is in the wppizza plugin
not really, no
for what purpose anyway ? -
AuthorPosts