Forum Replies Created
-
AuthorPosts
-
Hi
for starters, this is only an issue really if you are actually linking to *single* menu items as – when using shortcodes/categories – the url will be whatever the page is named and the menu items will be displayed on that page according to the shortcode and/or category chosen
if you do however link to single item pages (i assume you’ve edited the templates or using the search as – by default – there are no links to single menu items anywhere, you could use the inbuilt filter to change this in your themes function.php like so
add_filter('wppizza_cpt_args','my_wppizza_cpt_arguments'); function my_wppizza_cpt_arguments($args){ /**change single item post slug from wppizza to myslug (should be translatable)**/ $args['rewrite'] = array( 'slug' => __('myslug') ); return $args; }you will have to re-save your permalinks once
having said that, i agree that this should be an option to set in the plugin, but until now I haven’t got round to it, as it wasn’t really required much. (as i mentioned , in most cases single item pages aren’t really necessary and on top of that you would have to mess around with single post templates to make this play nicely with your chosen theme)
furthermore, the code above hasn’t really been tested as yet , so – at the moment – use it at your own risk as there might be something I have as yet overlooked that could screw things up….
Either way, if you do use it , let me know if you experience any problems. I’ll do some testing myself which essentially would do the same thing except that it would be editable in the plugin itself.
However 2 sets of eyes are better than one so any issues you find, let me know
thanks
>but I assume that only works/displays when the shop is closed?
no, it also works when the shop is open. (as you could of course pre-order for in about 2 hours time or something)
you can have a play with it here to see how it works
https://support.wp-pizza.com/twentytwelve/
(it will be available/shown on the order page , so just put stuff into the cart and go to the order page where you will se a “when would you like the order for” text field….
as ever, any questions etc , let me know
i guess you are looking for
wppizza->order settings ->Allow order pickup by customerperhaps ?
that’s because you havent got a cart to add anything to .
may i suggest you read herenow available in 2.10.2 (wppizza->layout “Enable increase/decrease of items in order form via input field/textbox”)
re orderpage:
this should now be fixed in 2.10.1
>minus items from a pizza if required
if you set them as pre-selected, you/the customer can de-select them
>customer details
if they register, (whilst making an order or before) they are normal wordpress users
v2.10 has an alternative tax rate now you can assign to menu items as required
v2.10 now has a shortcode for bestsellers (see faq’s here http://wordpress.org/plugins/wppizza/faq/ )
v2.10 now has a shortcode for bestsellers (see faq’s here http://wordpress.org/plugins/wppizza/faq/ )
in “localization” of the plugin
no problem.
as stated though, if you only want to restrict by postcode and do not need to set different delivery prices and/or email addresses depending on postcode selected you do not need to pay/buy anything…(just making this clear)
>..is this possible with product ingredients extension..
up to a point.
go here https://support.wp-pizza.com/twentytwelve/ and have a look at the “Pizza and Salad or Wings” as an example
however, the option of “8-Chicken Wings” or “Salad” here would essentially be a separately defined ingredient/topping (i.e the are not standard menu items as such)
I do plan at some point to make a dedicated plugin that lets you make combos from already existing menu items , but there’s no ETA as to when that will be available
>I was thinking the easiest way to do this is put a special category on this product
sorry, but from what i can see that’s not the right way to do that.
i would think – for flexibilities sake – it would be better if you had a field/textbox that says something like “minimum order x people – additional people 10.00 per person (or something)
and: more than 10/20/100 additional people (or whatever/variable) +5.00 pp (if more than 10 people) +3.50pp if more than 20 additional etc etc – you’ll get the ideaeither way, although i can see why this might come in useful in certain circumstances, this is not going to happen anytime soon i’m afraid.
maybe this sort of thing ?
(read the bit under ==Note==)https://support.wp-pizza.com/downloads/wppizza-delivery-by-postcode/
kind of depends though
>I’ve activated the option order as guest or by account..
and where exactly did you “activate” this ?
furthermore, make sure you are not already logged in (or there is of course no login anymore)works all fine here (FF,Chrome , Opera etc etc)
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….
-
AuthorPosts