Forum Replies Created
-
AuthorPosts
-
>so its not mather one page or not. this urls exist in my xml map.
then take them out of the xml map.
those links/pages are useless anyway unless you create the template that goes with them as they will otherwise just be displayed as a normal blogpost without any option to add things to cart etcbit puzzled by that question. it would have been a lot faster to just try it out , no ?
in any case, the answer is “yes”. type in 0 and hit enter (or click on the checkmark )9 March, 2015 at 6:49 pm in reply to: How to move Shopping cart from bottom to side of the screen #8292we’ve been here before……………..
this/your theme is still hacked.9 March, 2015 at 6:46 pm in reply to: How to move Shopping cart from bottom to side of the screen #8291appearance->widgets
if your current page has no sidebar, use the template that has one9 March, 2015 at 5:34 pm in reply to: How to move Shopping cart from bottom to side of the screen #8289there is no type “cartwidget” . period.
of the bunch of shortcodes you posted above, only this is relevant from what i can see[wppizza type=’cart’ stickycart=’0′ width =’90%’ height=’350′ ]
(and it works just fine here)
however, if you are using the 2012 theme anyway i don’t understand why you are not using the widget in the first place…?!
9 March, 2015 at 4:01 pm in reply to: How to move Shopping cart from bottom to side of the screen #82871: that’s down to your theme and where *you* put it
2: there is a scrolling/sticky cart option but that may not be suitable for all themes . if it doesn’t work on your theme, you’ll have to do some css or js depending on your scenario/layoutgoogle will only index pages that exist, so unless you actually create that page / those pages, what do you want google to index ?
if you only have one page, it will only index one page (and having several links to the same page is not a good idea in the first place)
at the moment you’d have to take/copy
wppizza/ajax/get-json.php
and use the whole bit
$options=$this->pluginOptions; /* you might want to / have to change the above to $options=get_option('wppizza'); **/ global $blog_id; /**************************************************************** * [add / remove item from cart session] ***************************************************************/ if(isset($_POST['vars']['type']) && (($_POST['vars']['type']=='add' || $_POST['vars']['type']=='remove' || $_POST['vars']['type']=='removeall' || $_POST['vars']['type']=='increment') && $_POST['vars']['id']!='') || $_POST['vars']['type']=='refresh' || $_POST['vars']['type']=='wppizza-update-order'){ /**code**/ }and pass the relevant variables to it as the whole thing is only only available via ajax
one day i might make that whole thing into it’s own class, but for the moment it is what it is
PS , i’ll probably add a more arbitrary way to do this (i.e instead of creating a page and pointing to that one)
but for the moment this is the way it worksphp or javascript ?
wppizza->settings->Permalinks:”Permalinks – Categories/Pages:”
(only relevant when using option2 of installation btw, otherwise you should be using normal page navigation…..just saying)
depends on how your menu items are organised
i know/see/understand what you mean.
i’ll see what i can do in an update on that frontthat’s paypal’s site.
has nothing to do with me. your customer just gets redirected thereif their site is s*** on mobiles, tell them
>With only a few orders I can easily go to the child site order history page, and print the order from there…..
essentially, it’s a mistake on my part (not boring you with the details) ….
i’ll fix that in an update via an option to do either or something, as I can also think of reasons why someone wants it kept as is>quoting myself: go to each sites localization and set the appropriate header/title where it says:….
come to think of it. not sure if that would actually do what you want it to do either..will have to investigate (or quickly do this yourself and let me know what happens)
>(i think I have to edit the individual php files in the template folder). …..
NOOOOOO> It just isn’t on the print out.
i’ll look at that.
in the meantime though (and probably a better idea anyway):
go to each sites localization and set the appropriate header/title where it says:
Print Order Admin - [Header]: optional - for example your shops name>food portal.
let me put it this way:
doable ? yes. but not without some coding you will have to do yourself to – essentially – built yourself a frontend that searches and redirects as requireddid you set the site title for your child sites ? (in general settings)
If he really only wants to run one website/shop where both have the same opening times, menus , prices – i.e absolutely *everything* is the same – you could do it with this
https://support.wp-pizza.com/downloads/wppizza-delivery-by-postcode/
post/zipcodes can be arbitrary in that plugin, so you do not have to say zip1, zip2 zip3 in the plugin, but shopA, shopB etc will also work and you can set the email as required
however, generally speaking – although not my business – you will probably find that one day your client says “oh, I want to close Shop-B 15 earlier” or “‘pizza napoli’ doesn’t sell in Shop-A, let’s take it off the menu” or any other random thing that is different between Shop-A and Shop-B.
At that point you will need 2 websites anyway (although they could of course be in a wordpress multisite setup)
just trying to save you some future headaches, but it’s up to you/him of course…once it’s added to the cart there is nothing you can change anymore apart from the quantity of that item (i.e you can have 2,3, more or none of the same
other than that you cannot modify this anymore
so assuming this is what you aer referring to, the answer is no I’m afraid
-
AuthorPosts