Forum Replies Created
- AuthorPosts
-
sorry, but this would go way beyond the scope of the plugin.
the plugin expects you to not list things that are not available.
given that this is the case, there should also never be a need to edit an order once it has been received (though you could always add a note of some sort)there is not (and probably never will be, though never say never ) any stock management as that would no doubt be the next request.
don’t get me wrong, I understand WHY you might want/need this but I’m afraid you will have to look elsewhere (like woocommerce for example) if you really do. I just do not have the capacity/time to implement this – not for quite a long time anyway
sorry
>Is there anything I have to do to fix the damage caused
yes: STOP…..CACHING…..YOUR…..ORDER…….PAGEread the manual …….
STOP…..CACHING…..YOUR…..ORDER…….PAGE
(that’s not to say that that actually causes the behaviour you are describing – though it might – but it most certainly will cause all sorts of other issues)
https://www.wp-pizza.com/topic/things-to-do-on-first-install/
https://www.wp-pizza.com/topic/using-a-cache-plugin/>I have tried setting up the “place your order” button but it does not work.
you are pointing to the wrong page
>..solve it in small pieces….
stop using a hacked site/theme for one….i have talked to you about this about a million times now.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
- AuthorPosts