Olly

Forum Replies Created

Viewing 20 posts - 4,181 through 4,200 (of 4,431 total)
  • Author
    Posts
  • in reply to: Cart is not working well #4473
    Olly
    Admin & Mod

      and while i’m at it (although unrelated):

      a) your theme loads 2 versions of jQuery. what’s all that about ?
      b) you seem to have customised the pretty photo javascript without moving it to your themes directory (which will mean it will get overwritten with the next update)…just saying

      in reply to: Cart is not working well #4472
      Olly
      Admin & Mod

        to be a bit more prices :
        never cache your order page (in your case http://mipizzaaustin.com/orders/ )
        as I mentioned in various places in the plugin, and the faq’s….

        clearly , the order page is dynamically generated, depending on what that current user has put in his cart. if you cache that page the user will only ever see/get whatever the page was like when it was last cached (which may be an empty cart, or someone elses order)

        in reply to: Cart is not working well #4471
        Olly
        Admin & Mod

          >I was told that it is not likely a caching issue.

          and who exactly said that ?
          looking at your site , it most definitely is….

          in reply to: EMail Subject #4449
          Olly
          Admin & Mod

            Hi,

            as I want to add some more things to the next update it might take a few days more to make this available.
            in the meantime you can do the following

            in wppizza/classes/wppizza.send-order-emails.inc.php AFTER

            
            $this->subjectSuffix 	=	''.$this->orderTimestamp.'';
            

            (at approx line 30) ADD the following

            
            /**make subject filterable**/
            $this->subjectPrefix = apply_filters('wppizza_filter_email_subject_prefix', $this->subjectPrefix);
            $this->subject = apply_filters('wppizza_filter_email_subject', $this->subject);
            $this->subjectSuffix = apply_filters('wppizza_filter_email_subject_suffix', $this->subjectSuffix);
            

            then in your themes function.php file you can do this to add ‘cmd: print lp1’ before the whole subject line.

            
            /**filter the prefix**/
            add_filter('wppizza_filter_email_subject_prefix', 'my_custom_email_subject_prefix');
            function my_custom_email_subject_prefix($subjectPrefix) {
            /**by default this equals get_bloginfo()**/
            $subjectPrefix='(cmd: print lp1)'.$subjectPrefix;
            return $subjectPrefix;
            }
            

            hope that helps for the time being

            in reply to: EMail Subject #4431
            Olly
            Admin & Mod

              stupidly (or to be precise: mainly because no-one has asked for it before i think) it’s not as simple as it should be really .

              give me a few hours and i’ll add a filter to the plugin that will let you do that much more easily than hacking around or extending classes etc etc.

              i’ll post code here ….

              in reply to: enforcing PayPal when order > N pizzas #4426
              Olly
              Admin & Mod

                >I hope you can understand what I mean

                i do

                >and send them to the wrong address

                understand what you mean but *might* be a bit more involved (programatically) for various reasons. will have a think / not sure yet

                although you could – of course – disable cash on delivery completely and only accept CC payments (i know, that’s most likely not how restrictive you want things to be , just saying)

                in reply to: enforcing PayPal when order > N pizzas #4420
                Olly
                Admin & Mod

                  Hi,

                  first of all, sorry to have to send you here from the wordpress forum and ask your question again. the wordpress mods are quite strict on what can and cannot be posted on their support forum (which i guess is fair enough).

                  in answer to your question though: no, sorry ( not at the moment anyway).

                  in reply to: Items sorting problem #4418
                  Olly
                  Admin & Mod

                    you could do that i guess, or of course just use the “order” field that every menu item has (available in quick edit too, not just when “normally” editing an item

                    just saying…

                    in reply to: Customization on more that one gropus not working #4397
                    Olly
                    Admin & Mod

                      Hi,

                      there must be something else going on here as I can assure that it does not do that (or i would have hundreds of those reports)

                      would it be possible to get admin access to your site , or at least a screenshot, as I cannot really say anything until I have had a chance to have a look as to what you are experiencing

                      in reply to: Orders even if shop is closed #4376
                      Olly
                      Admin & Mod

                        thanks for the encouragement…

                        in reply to: Make your own pizza #4375
                        Olly
                        Admin & Mod

                          >If i need to order more than 1 quantity, i need to select the pizza and ingredients again.

                          no you don’t

                          wppizza->layout->Enable increase/decrease of items in cart via input field/textbox

                          in reply to: The "register" feature doesn’t appear on my site #4373
                          Olly
                          Admin & Mod

                            >But i can’t find “General” in the settings list.

                            you are looking too hard.
                            it’s under the main wordpress settings tab on the left in the admin.
                            has nothing to do with wppizza

                            in reply to: Cart is not working well #4371
                            Olly
                            Admin & Mod

                              sounds (and looks) like a caching issue to me

                              http://wordpress.org/plugins/wppizza/faq/

                              in reply to: Deselect items on final order page #4356
                              Olly
                              Admin & Mod

                                >It would basically have some of the same features available in the order cart

                                never quite that straight forward unfortunately, but as i said I’ll have a look at it when i get the chance . but no ETA

                                in reply to: Frist Thanks – its awsome. Now the help……… #4355
                                Olly
                                Admin & Mod

                                  > it is still not working.

                                  what exactly is not working ?

                                  >Would it be possible to drop the calculation for minimum order down a line or two

                                  i’m probably a bit dense, but what do you mean by “a line or two” ?

                                  >Do you have any idea for an ETA on that feature

                                  in the next 4 weeks (am on holiday(ish) for another 2 and after that i shall pick up the pieces that have accumulated.hope that helps

                                  in reply to: Frist Thanks – its awsome. Now the help……… #4337
                                  Olly
                                  Admin & Mod

                                    re 1:
                                    as it stands, minimum order value is before tax and discounts (unless you set/select your prices to have tax included already of course….)

                                    re2:
                                    not yet implemented, but a good idea. will put that on my list of todo’s

                                    in reply to: How to Chang Transaction ID #4336
                                    Olly
                                    Admin & Mod

                                      >I have tried the solution given by you in this forum, but it adds another few digits to this long Number.

                                      only if you make it to. seems to me like you have an error in your code

                                      in reply to: Orders even if shop is closed #4335
                                      Olly
                                      Admin & Mod

                                        want to test that preorder plugin ?

                                        https://www.wp-pizza.com/extensions/

                                        in reply to: Order sorting on Order Page / order email. #4334
                                        Olly
                                        Admin & Mod

                                          as i said, you can/should probably use the filter i mentioned above to do this

                                          in reply to: Customize sort order of ingredients #4333
                                          Olly
                                          Admin & Mod

                                            just like you edit any other php file really (i.e with a texteditor)

                                            if you don’t know how to write/edit php you should probably consider finding someone who does
                                            as well as someone who understands wordpress filters and the like presumably

                                            having said that, with a bit of googling it’s not that difficult to figure out

                                          Viewing 20 posts - 4,181 through 4,200 (of 4,431 total)