Forum Replies Created
- AuthorPosts
-
can i please have admin credentials to have a look at some things ?
(i wont change anything, just haveing a look at some settings)
if you post them here, make sure you set your reply to “private”ok, give me a minute
can you please enable cash on delivery so i can do a test order (will be clearly marked as test)
>You mean put..
yes>There isn’t a separate debug mode
Noas you are using (only) paypal: have you set your IPN correctly (see setup/troubleshooting from here https://www.wp-pizza.com/downloads/wppizza-paypal-standard-gateway/)
have you enabled – temporarily perhaps – the cash on delivery gateway and made an order ?
do you receive emails when you do that ?have you enabled debug and looked at your debug log ?
(PS: your site is also trying to load insecure content – admin-ajax.php – over a secure connection which results in it being blocked . have a look at your browser console )
everytime someone goes to the order page an entry gets created in the database with it’s unique id
they are not sequential because not everybody that goes to the order page will also actually go through with the order
3 January, 2018 at 11:44 pm in reply to: More customers – can I copy the existing installation? #34083you can clone and then change things afterwards as you like
that isn’t really a wppizza issue or question though but simply how to administer wordpress sites in generali would say clone away, empty order table (or delete orders one by one) and delete the users as you like, but all at your own risk
3 January, 2018 at 2:59 pm in reply to: More customers – can I copy the existing installation? #34068sorry, but i do not understand what exactly you are trying to do here
users have id’s which are referenced in the wppizza orders table (and pretty much throughout your whole wordpress installation) and have meta information added if necessary
if you also want to delete all categories and items then you are simply adding some users to wordpress (wppizza does not create it’s own userbase but simply uses the users registered in wordpress and allows for registration to those users)
that said, if you just want to move an installation somewhere, there are plenty of cloning plugins that would let you do that
generally speaking though, partially removing or copying things might cause you all sorts of problems as id numbers might change (but it really depends)
(i also don’t really understand what this has to do with licenses of things)
without a link to your site i cannot tell you anything other than
have you enabled debug ?
http://docs.wp-pizza.com/troubleshooting/works all fine here as intended
i’d suggest you enable debug and check your consoleThis reply has been marked as private.I can actually see in the code that i deliberately omitted this option at the time.
That said, I cannot really recall why and con only think of either there being some security implications of some sort (which of course there are) or I got sidetracked with something else and never finished it off, leaving it until someone asks for it
– i.e nowlet me see what I can do in the next update – it’s not quite as trivial as one would want it to be though unfortunately.
only thing i can see here is that there is no var called
$order_table_name
there is however a constant one can use insteadWPPIZZA_TABLE_ORDERS
other than that – as this’ not the full code/function/hook i cannot comment too much other than – under normal circumstances – the
$order_details['customer']
array makes no distinction between cod or prepay(i.e cc) orders in that action hook (it only exists once regardless of what payment type was used)
unless something was done via some filter before of course (in which case your thank you page etc would also be missing a bunch of details though)a) php notice: inconsequential of course , but will be eliminated in the next update. thanks for mentioning it
b) without seeing the settings (and a link/site where one can see what happens) i cannot say much
9 December, 2017 at 5:16 am in reply to: Custom Error Message per Dish with Ingredients/Options #33483No, sorry. There is no provision for that I’m afraid.
(to be honest, I cannot even see under what circumstances this would be of particular benefit other than perhaps some minor and somewhat inconsequential cosmetics such as adding the item name perhaps to the message. never mind that you would have to add a multitude of individual messages, one for each item…)alternatively
wppizza->layout -> miscellaneous->Hide cart icon next to prices
use css
.wppizza-article-default .wppizza-article-size:after
is the one that displays ithad a mess around with things here for a bit
setting a limit of 300 as opposed to 420 as it is now, seems quite acceptable as well (always provided the theme itself is responsive to start off with)will be added/updated in the next update
so , just for the fun of it , i messed around with a couple of things.
and – contrary to what i expected actually –
<?php echo single_cat_title(); ?>
as well as<?php echo category_description(); ?>
works also just fine from what i can see here (at least with the 2016 theme)….dunno
- AuthorPosts