Forum Replies Created
- AuthorPosts
-
incidentally, i just installed “wp super cache” here locally which I have absolutely never ever used before, and it took about 2 minutes to get this working…..
something isn’t right your end….
or just send/give me admin access to your site and i’ll have a look …….
(there are many people that us this plugin with caching, so there appears to be something else going on perhaps ???)
I’m happy to have a look at least
PS: for starters just a link to the site might be enough without any admin access.
if i dont have either of the two, there isn’t really much i can do/suggestnow be available as an option in wppizza->settings in v2.10.4
from what i can see looking at your screenshots the issue is that whare ist (supposedly) wrong (i,e your “energy” menu item) you have ONLY set a group for the “preselected” items.
if you want to have them all in only box AND have some items preselected, you will have to set 2 custom groups for this item (i.e one to put all items into the same box and another one to pre-select whatever needs preselecting
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://www.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://www.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://www.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)
- AuthorPosts