Forum Replies Created
-
AuthorPosts
-
i’m probably missing something…
what occurs to me is this:
the customer has already got his invoice – that’s the email he received, no ?
(and you can set up your receiver email to be [email protected] anyway . either as main or as bcc or whatever)with regards to printing, i already answered that above i believe
>how do I put the image as an add cart function,
without editing the template directly, you can’t
all you can do is enable/use the title as a link and that will alos only work if there is no more than one size otherwise neither the title, nor the image for that matter would have any idea which size it is supposed to add to the cartgot a link ?
try wppizza 2.11.8.1
has a couple of fixes plus
a max-width option in wppizza->layout->small cartfeedback welcome of course
FYI: as of 1.2.2 (referring to the above)
added: option to always show input box
added: option to exclude itemsThis reply has been marked as private.> I have like 100 items
one day i might add the alternative (i.e exclude instead of include) but for the moment that’s the only way I’m afraid
> is there anyway to exclude such products/menu categories from the coupon codes
“apply discount only to selected items” should do the job (and only put the items you want to be discounted in the box above)
>– Is there anyway to have the input box always there
i can probably make that an option. i’ll put it on my “ideas/requests” list>I will disable it for now until further developments thanks you.
probably a good idea. the feedback and being able to look at it in different scenarios helps though.
most should not be too difficult to fix now i know what might go wrong so to speakthinking out loud for a sec. i might be able to give people a max-width option up to what width of the site the thing shows up, so they can set this according to at what width their particular site turns into a mobile view…i’ll have a think
> I am using a sticky cart actually which is probably causing the problem
partially. i’ll see what i can do (then again, i know about that hence it says you probably do not want to use it in conjunction with the sticky cart…either way, maybe i can do both)but on your site it also shows on load when first going to the page (which is wrong, i’ll fix that if i can)
>Is there anyway I can just enable it the mini-cart when the site is being viewed on a mobile rather than a desktop?
in theory, if you set some media queries in your css, sure. but it’s not something i can do as I do not know how each website behaves and when or under what circumstances it decides to display the mobile view (or indeed if there even is one).
usually, responsive websites move things around . i.e in a mobile view the sidebar – which typically has the cart – moves to the bottom of the page and out of view, in which case that always visible cart shows up until you scroll to the bottom.
i can’t see you using the sticky cart btw but your theme however seems to keep the whole sidebar in place . i’ll see if i can account for that
link please.
simple css:
.wppizza-article-price-lbl:after{
content: url(/path/to/image.png);
/*any other declarations*/
}might want to read this too
http://searchengineland.com/single-page-websites-seo-182506the only way (I know of anyway) to automatically print is to have a net connected printer that does one of the following
a) checks a set email account and prints anything that comes into that account
b) a cloud print connected printer
c) a printer that has some other interface to the net one could script things for
d) a gprs enabled printer where you can send sms toall which will – at a minimum – require the printer to be connected to the net or phone network in some way and has (been given) permission to do the above
re 1: i don’t know what you mean, please elaborate (you can print stuff from the order history in the admin of course)
re 2: you cannot automatically print stuff (well, you can but not the way I think you mean).
*very simplistically speaking*, software/scripts cannot access hardware (unless your hardware is setup to accept certain software commands).
imagine if this were possible and i write a script/website that automatically can print to your printer.
so, when you come to my – malicious – site i force your printer to print 10000000000000 pages without your say so…(again, this is very simplistic, but will give you an idea – then again, maybe i am misunderstanding what you are after)
in summary somewhat: software is not allowed to access hardware without the hardwares “say so”, but you can setup (some) hardware to respond to certain software commands. see also post below
>but that snippet sends the same email as the first one
just change what it sends then. it’s a codesnippet, adjust as needed
>Another idea we use on our sites… an “estimeted delivery time” sign on the website that can be set and changed by the pizzeria staff.
hmm, dunno.
what’s wrong with typing some text on the order page (or anywhere else for that matter) ?!i am sure there are also a bunch of other plugins that let you set some signage of some sort , somewhere without having to try to re-invent the wheel so to speak ?!
FYI: as of 2.11.8
a)order, confirmation and thank you page should now scroll pretty much as described/requested above
b) re: Would it be possible to add a “go to cart button” once you have selected an item?
kind of decided against this particular thing, but have added the option to show a “minicart” so to speak at the top of the page , if the main cart is not in view which – at least I believe – is somewhat better.go to the cart-widget and enable there or if using shortcode add attribute minicart=1
any problems or issues with this, let me know of course
it works just fine. (scroll to the bottom of your page and you’ll see it)
the problem is that your theme’s css has the following
#page-title, #content {
z-index: 9900;
}wheras the popup has a z-index of “only” 1000
so your content covers absolutely everything
change one of the 2 z-indexes
why are you asking me the same question twice ? I already answered your original question by email
-
AuthorPosts