Forum Replies Created
-
AuthorPosts
-
it belongs before the line
/* That’s all, stop editing! Happy blogging. */
i guessed that’s what you might be referring to.
i would suggest you look at the wppizza-wrapper.php
read the comments in therelike all over the page (I hope you understand what i mean)
no, sorry, i do not know what you mean
i could guess but that’s not helpful and might only serve to confuse the issuei cannot tell you anything other than what it says there.
check your spelling and location where you add thingsThis reply has been marked as private.fixed in v4.13
as a short answer to your question: no
see https://support.wp-pizza.com/downloads/wppizza-coupons-and-discounts/
Limitations : It does not…..then you should not be sending him any other emails than a copy of the order when it was made,
as he/she will not have opted in / agreed for you to do that in the first placesorry, but if you send emails to someone who did not agree to be contacted by you for anything other than the order itself, it’s spam. plain and simple.
i had a bit of a think.
although i still think it would be better to use a multisite setup if you want to have control over different restaurants, you might be able to clear the session as follows in a single site environment…(test this thoroughly though as some unexpected results may occur)you could possible play with some get/post variables to clear the items in a session like so:
if (get/post == whatever){ unset($_SESSION['wppizza']['items']); }again, the recommended way would be to have a multisite setup, but the above might work for you
orders are assigned/linked to wordpress user id’s (if the user is registered)
so you just do a query on the wordpress user id’s (in the order table its the column wp_user_id)ok. i migth understand you (still not 100% sure)
either way, i don’t think i will ever add anything like that.
there are tons of review plugins out there and i’m not going to try to re-invent the wheel.
(it’s also way outside the scope of what wppizza is designed to do)i’ll check.
maybe a bug in the way access rights are handled.
are you using a multisite setup or a normal/single one ?19 October, 2015 at 2:24 pm in reply to: Filter/Edit HTML Emails don't work in custom template #13292>1. Should i edit the inc/markup.order.html.inc.php if I want changes in a custom mail template?
NO, NEVER EVER edit core files. the ONLY files editable are the ones in /templates/ and even those should be copied to your theme directory if you want to edit them directly.
the filters added in that file are to be used as such . i.e as filters in your theme’s functions.php (like any other wordpress filter and/or action hook)
if you do not know how to use wordpress filters , please learn about how these work.
plenty of resources on google the explain this better than i could ever doother than that , i might be able to add some example here, but a busy with a number things, so will take a few days
19 October, 2015 at 1:44 pm in reply to: Filter/Edit HTML Emails don't work in custom template #13279because they are COMPLETELY different animals
if you want to filter things in the non-standard templates, have a look inside
inc/markup.order.html.inc.php
and use the filters in thereperhaps – for simplicities sake the one near the end named
wppizza_filter_template_html_message_markupbut it depends what you want to do, there are other filters in there too.
possibly the ones marked with/**allow filtering – unused in plugin**/
>to send a review order email to customers
what do you mean ?
if you allow them to enter their email, they get an email with the order details too ?!>so we can use any other service …
what other service ?
sorry i don’t understand what you are requesting here reallywhat do you mean you can’t do this ?
go to https://support.wp-pizza.com/twentytwelve/ -> add a “make your own pizza” with some things to the cart.
increase cart number to whatever you want….-> same item added x number of timescant see the problem
err, yes, use a multisite setup
sure.
if you are dealing with different restaurants, use a multisite setup.
that’s what it’s forother than that you could do as you suggested:
>This can be done invoking fake click on the empty card button on page reload?though this would probably work, this isn’t really an elegant solution i would think, but if this works for you then that’s fine by me
then you really should be using a multisite setup i would have thought..
-
AuthorPosts