Forum Replies Created
- AuthorPosts
-
i’ll reply to your other topic tomorrow (it’s late here)
but regarding the above, can you give me a real life example ?
(as on the surface of it, you *might* be able to do this sort of thing with the add ingredients extension but it really depends what you exactly had in mind)>Oh sorry, I was on that topic, but I didn’t read it entirely
You probably didn’t see it , because I only just added that bit regarding tags to make it clearer/easier
>For meta keywords….
ok
I will fix the search asap.
might be a few days – next version or the one after – to find out why this doesn’t work as is though.
feel free to remind me if it isnt fixed in the next couple of weeks ( as I am also in the middle of a bunch of other things and it might get lost in the list of TODO’s. ALthough I do my best not to neglect this)thanks for flagging this issue
will be fixed in next version (out in a few days i would hope once I have added a few more options i want to add)
Hi con25,
thanks for making a suggestion here (and I totally agree with the whole spam thing. i get loads of those “rate our service/rental/holiday ….whatever” and i find them some of the most annoying things I can think of, especially when they insist on sending you more than one in intervals)
on top of that , and in response to the original request ( mubi, i sent this to you directly too, but just in case someone else comes across this topic):
amongst other reasons, I neither have the time or indeed too much interest to program this sort of thing.
In any case, doing this from scratch would take quite a lot of time and without a doubt the better approach I would have thought would be to use one of the many ratings plugin already available and adapt as required.
However, I don’t really have too much interest in dissecting other peoples code and hack around in there…having said that, if this kind of thing will be requested by numerous people in the future I will revisit this particular idea, but for the moment, there are quite a number of other things that I would like to do first which would be more useful (and are more frequently requested) than this, so it’s not really going to happen from my end anytime soon (if ever)
sorry
PS: if someone else however wants to contribute/do this sort of thing in a separate plugin somewhat, i’d be happy to link to it or something….
it’s a case of how the sorting is implemented (i.e 2 > 19 as 2>1 etc)
i’ll fix thatPS: as you rightly said, i never noticed as I never tested this with more than 9 additives
thanks for letting me know
will (probably) not have anything to do with the server/php/etc .
it’s most likely my end….i’ll see what the issue may be
thanks for letting me know
>I’d like to add meta-keywords to the menu items page
there are a bunch of plugins available on wordpress that should let you do that (no need to re-invent the wheel)
>….as there is no cloud word adding possible on the items page.
i assume we are talking about “tags” (as there isn’t really such a things a “cloud words” afaik)
have a look here:
https://www.wp-pizza.com/topic/changing-wppizza-custom-post-type-arguments/>.. Search is not working
I’ll have a look…unless I came across some as yet unforeseen problems, I’m hoping to have that on (i.e a second taxrate to be assigned as required) integrated into the next update later this week or so (amongst some other additional options)
>Is it possible to show additives also with Ingredients
no (i don’t even understand in what scenario this might be useful ?! – unless I’m misunderstanding what it is you envisage)
just to say i haven’t forgotten…
I am however also integrating a few other options at the same time , so this might still take a few days longer….(I would hope to have this fixed end of week though)
thought i’d mention it…
can you send me a screenshot of your order history to dev[at]wp-pizza.com (or just an image here / set to private or not)?
(just the top 20 orders would do i suppose)i’ll see if i can replicate it and what’s going on
thanks
and regarding taxes only sometimes showing:
i have no idea what you’ve done there as I cannot see any reason (other than some edits in the email template that have gone wrong) that could do that .
either modify the loop in the template directly like so for example:
<?php foreach($customer_details_array as $k=>$v){ ?> <?php if($k==3){?> <tr><td style="<?php echo $htmlEmailStyle['mailPadding']['2x15'] ?>;vertical-align:top"><?php echo $v['label']; ?></td><td><b><?php echo $v['value']; ?></b><td></tr> <?php }else{ ?> <tr><td style="<?php echo $htmlEmailStyle['mailPadding']['2x15'] ?>;vertical-align:top"><?php echo $v['label']; ?></td><td><?php echo $v['value']; ?><td></tr> <?php } ?> <?php } ?>
or use the filter as described here
https://www.wp-pizza.com/topic/filter-customer-details-in-html-emails/
to make things bold, just wrap whatever you want in bold in
<b>
tagsalso, i am quite certain the tax is not missing , unless you have done/edited something (or of course have set tax to 0)
> Should I delete the add ingredients and the wppiza preorder and see if that helps the process?
well, you could do, but i dont think it will make any difference
your issue is the caching of things , as mentioned aboveps: there’s also a setting/option in the wppizza plugin that you want checked if you are using a caching plugin (under wppizza->settings)
> How do I set up the wp super cache so it does not affect the order page,
no idea, but i would assume on their faq’s it will say something about how to exclude pages (and/or parts of pages ) being cached
>how do I get rid of the jQuery problem
no idea there either. it depends on whether the theme loads them or another pluginsorry, but i cant really help you there
and one more thing (and then i shut up)
you also have 2 doctype/header declarations . (i hazard a guess another plugin does this)
you ought to be looking into that one too (again though, that’s wppizza unrelated and i just thought i mention it ) - AuthorPosts