Forum Replies Created
- AuthorPosts
-
>i dont want to show near evry price the size
use css: .wppizza-article-price-lbl{display:none}>i want to print all the sizes in the top of the table.
use (one of the) action hooks in the templates (i.e wppizza_loop_outside_start for example – hava a look at the loop templates. $options[sizes] will return all the sizes)>some of the items don’t have the extra big size:
then you should probably create another size with just “small”,”medium”,”big” and use that one for items that have no “extra big”i see what you mean.
essentially you are applying 2 discounts , one general one if order >25 on all orders, plus another one of 10% on pickupalthough this makes sense to me (as in why should the customer not get both discounts when both requirements apply) , i might put an option into the coupon/discounts plugin to specify if a discount should only apply on delivery …i’ll have to mull this over for a bit how to best do that (without breaking things)
ok, i’ll check tomorrow and see if i can reproduce this
actually i don’t think i understand this:
>If I put 10% for pickup discount and it has setting of order>25 get 4 dollars off
how do you manage to have 4$ off as well as 10% discount ?
either your discount is in % or in absolute value (i.e $ off). no ?what the plugin does (or at least should do unless I messed up somewhere – always possible)
is to only ever apply the best/highest *one* discount given the actual order/settings and not combine/use 2 different ones….just to say i read this,
will have to think about this tomorrow as it’s way too late here and my brain is fried – (might have a couple of questions though, but can’t think anymore)
10 December, 2014 at 7:41 pm in reply to: how to prevent losing changes i have made in translation files #6554that has even less to do with po files / translations those are individual prices …….?!
10 December, 2014 at 2:24 pm in reply to: how to prevent losing changes i have made in translation files #6551> give the food in defernce “Breads” “Pita”, “Baguette” “Plate” and etc…
sorry, but that has no bearing on the translation from what i can see.
these are just categories you would enter as required for any restaurant anyway.
the chances are , that not one restaurant will have the same categories as another so you wold have to create a new po file for every single one, which makes the whole thing pointless from what i can seein any case, from what you are saying, it strikes m that the right approach would be to export/import categories as required instead of messing about with po/mo files here
this is what happens when people do not start their own topic.
@foxpc
you are replying to a question that was not addressed to you
so your reply does not really answer the question as it may be an entirely different scenario@ christo pinto
to avoid confusion, i will close this topic now, but feel free to start a new one, preferably with a screenshot of your categories, the wppizza version number and/or a link as requestedthanks
sorry, not going to happen (for about a million reasons)
certainly something to consider for the next version of the post/zipcode plugin (but only when used with google maps option)
that is now available as of v3.0)
sorry, i have no idea what you mean by multimaps
>I do realize this is a bit of custom support which you do not have to offer but I would greatly appreciate it!
no problem, happy to help.
essentially it works like this:
in wppizza->layout you will have selected (under Which style to use (if enabled above):)
either “responsive” or “default”
pretty much the only difference between the two being that “respsonsive” will result in the title being above image/prices etc, whereas “default” will put the title next to the image (i.e between image and prices)
which one of the two is appropriate depends a bit on the number of prices you have etc
(there’s also a way to kind of make the default become responsive depending on screensize: see here
https://www.wp-pizza.com/topic/making-the-default-css-responsive/ )depending on what style you have chosen the relevant template will be used:
i.e “default” ->wppizza-loop.php
if “responsive”-> wppizza-loop-responsive.phpmostly you should be able to do stuff by just customising the css, so just copy wppizza-custom.css to your them directory and edit/add stuff as required.
if you DO still need to actually change the templates , copy wppizza-loop.php (or wppizza-loop-responsive.php depending on the above) to your theme directory and edit
I hope the above explains things somewhat (there’s also a bunch of info in the faq’s btw regarding template editing etc)
PS: you can also put your custom.css and loop stuff into a subdirectory of your theme called wppizza (depends on how you like things organised).
just make sure you either put all of them in there or don’t use that subdirectory at all.ie. either use /path/to/theme/wppizza/[css|loop] or path /to/theme/[css|loop] .
you can do what you want on that front so edit/use/change css and/or templates
read the faq’s
https://www.wp-pizza.com/topic/customising-the-css/
https://www.wp-pizza.com/topic/editing-templates/ok,
two options (either will work)
a) change
.wppizza-article-title{font-size: 10px}
to
.wppizza-article-title{font-size: 10px !important}or
b) do
.wppizza-article-info h2{font-size:10px}
insteadgot a link ? i cannot guess really what’s going in on your situation
Hi
not as such, but, correct me if I’m wrong, technically I think this is more of a discount than a delivery prices issue.i.e delivery costs == $6
if >$25 -> discount $4
if >$50 ->discount $6which you could do by setting the discount options appropriately whilst having a static $6 delivery charge. so the outcome would be the same
(although I realise that it might be a question of presentation, but as said above it’s not really an option – at the moment anyway)
PS:
just a thought and haven’t thought this through 100%:
doing it that way possibly also has the advantage of reducing your tax bill/liabilities , as your sales tax – or whatever it is called wherever you are – would only be payable on the actual sale after those discounts …..then again, that’s just my 2 cents thinking out loud here and might not be accurate and/or applicablei don’t know exactly how your groups are configured (there can be all sorts of variations),
but off the top of my head something like this would probably work:a) you will have to put all ingredients that have the same price into their own custom groups.
b) depending on how many ingredients end up being preselected in each group, set:
“ingredients free (of this group; cheapest first) ” to that number of preselected ingredientsi would think this would work but feel free to also send me a screenshot of all/any custom groups you have set up for this particular item together with a screenshot of the list of ingredients available for this (just to know how the prices are set up there)
also, what’s the outcome of this apparent bug ?
does it display nothing, or just some categories but not others ?
something else ?>There is a bug when i use the !all function too
please – next time – start your own topic
in the meantime, please send me a screenshot of your categories and which version of the plugin you are using or – preferably – a link to your site
simplest would be this from what you are describing:
https://www.wp-pizza.com/downloads/wppizza-delivery-by-postcode/
(read the bits under “notes:”)or alternatively you could of course have a multisite setup (but then you have 2 sites of course you would need to administer)
- AuthorPosts