Forum Replies Created
- AuthorPosts
- This reply has been marked as private.
depending on your mail (order emails templates etc ) setup , this might well be the case
and might not necessarily constitute an errorthe only safe way is to *clone* your whole site(s) and the delete / add / amend as required
if you simply export and import most if not all id’s of items will change and it will all fall apart13 November, 2017 at 4:40 pm in reply to: Upgrading to v3, issue cloning/migrating from developer site #32753i really cannot comment
clearly there’s a difference between the setup on your 2 sites/server setups; perhaps you simply ran out of memory, time limits, set errors/notices to be output instead of logged or whatnot (hence all the things to set in the “how to upgrade” instructions)> in which php file do I have to copy that?
none. you should use filters
http://docs.wp-pizza.com/developers/?section=wppizza-markup-pagesThis reply has been marked as private.This reply has been marked as private.8 November, 2017 at 11:47 am in reply to: Hello I have tried everything but can not. I have created several web pages so f #32468>Category problem, if I create a new new page but the new court does not add to see.
sorry, but I do not understand thishowever in short
a) goto: wppizza -> categories: create a category
b) goto: wppizza -> menu item : add a menu item and add/assign it to a/the category
c) create a page and add the wppizza shortcode on it (something like [wppizza] or [wppizza category=”!all”] or [wppizza category=”abc”] – “abc” being a valid category slug)
see also shortcodes available http://docs.wp-pizza.com/shortcodes/and or send me a screenshot of the pages you have problems with and a link to your site
ok i know why and how to fix it. just cannot know how you managed to do it. in a nutshell
– problem: your category count for wppizza categories is wrong (it shows 1 or more when there are no items assigned to it in places )
– cause: how that happened i cannot know as we cannot go back in time to find out what was clicked when and where which resulted in the category count to be messed up. this might have been by something in WPML, in WPPizza, in something completely different or a combination of things. i really have no idea
– fix (from what i can ascertain doing this on my local copy of your site): you already have a plugin installed called “Fix Category Count” (which makes me believe you had this or a related issue before perhaps ?) this plugin however has a coding bug which can easily be fixed. in inc/fix_category_count_admin_view.php on approx line 46 you will find
<? } ?>
replace/amend so it reads<?php } ?>
.
once you have done that , go to “fix now” for that plugin from the plugin page, select “wppizza” in the subsequent page and then click on “fix categories now” .
doing this here as described above makes it all behave as it should again……
let me know what the outcome is on your install (should be safe to do, but making a backup before is never a bad idea)This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.alternatively, set your reply to private here and send me admin access credentials so i can look for myself
but from what i can make out , your “Main Dish” (as an example) only has menu items in your main language, not in your translations (or am i wrong ?)
>will try to clear out old WPML translation
sure, you can do that, but won’t help with the issue I don’t think. it’s something that needs fixing in wppizza(typically that’s not an issue of course as menu items will have their translated equivalent in each category)
i think (I’m reasonably certain in fact) this might have to do with wppizza not accounting for WPML implementations when I added that option i talked about earlier in this thread
let me check and fix this . you dont have to do anythingPS: btw, you are also *outputting* php notices/warnings/errors
you should NEVER do that on a production site
please see here as to how to turn this off
http://docs.wp-pizza.com/troubleshooting/just a few things first of all:
—-
(you didn’t provide the actual file, but *assuming* we are talking about class.wppizza.widgets.php and wppizza version 3.1.1)
“Can’t use function return value in write context … line 217 ” is simply impossible as line 217 is completely empty in 3.1.1(however, that was an issue with 3.1 on that line when using old versions of php which was subsequently fixed in 3.1.1)
—-
cart icon: you can simply turn this off in wppizza -> layout – though i agree with you that this should/could probably be automatically omitted if online orders are disabled .—–
>Some of the layout parameters where switched
sorry, but i do not know which parameters you are referring to (in fact, was this actually an update from wppizza 2.x perhaps ?)—
appetizers/category (http://larosametuchen.com/our-menu/appetizers/) :
try wppizza version 3.1.2 (i’ll spare you th edetails why this might alleviate your problems )> It send the order mail at 19:26. And the strange thing is: in the order mail it say : Time of order: 18:20 !
to me that sounds like the email itself is being held in a queue somewhere for an hour
perhaps check the following (with a sandbox account i would think)
make an order and pay with paypal. after paying with paypal you will be sent back to the site.
there you might see a page that says “order processing” which – when the notification gets received from paypal changes to “thank you etc etc ”
if the “order processing” page stays there for more than a few seconds / or a minute let’s say, ipn notifications have not been received (yet). if it changes to “thank you etc etc ” then the notification was received and the email sent (programmatically) alongside db updates etc etcso if you see the “thank you” page but do not receive the order email then that email is being held in a queue somewhere in which case you need to investigate why it is not actually being sent to your order email address
PS: make sure your order email “from” address corresponds to the domain of the server ! if it does not, this may well explain this delay (hence the big red DMARC notice in th eplugin)
- AuthorPosts