Olly

Forum Replies Created

Viewing 20 posts - 2,921 through 2,940 (of 4,446 total)
  • Author
    Posts
  • in reply to: Unique delivery charges for every mile distance from store #13935
    Olly
    Admin & Mod

      ps. that part is marked experimental as it might not work in all countries / scenarios and there might be conflicts with other plugins i might not be able to do anything about.
      but of you have issues i can certainly have a look

      in reply to: Unique delivery charges for every mile distance from store #13934
      Olly
      Admin & Mod

        try the (although still a bit experimental as it might not work in all countries/scenarios) gmap option where you can set delivery charges by distance
        i.e you set/add your distances in the delivery areas (what you have currently defined as postcodes)
        as follows (assuming your furthest distance is 12 miles for arguments sake)

        – 5 miles – charge 2
        – 6 miles – charge 3
        – 7 miles – charge 4
        – 8 miles – charge 5
        – 9 miles – charge 6
        ……..
        – 12 miles – charge 9

        in reply to: Request settings #13855
        Olly
        Admin & Mod

          i already answered you …..
          in any event:

          first of all see here:
          https://support.wp-pizza.com/topic/things-to-do-on-first-install/

          however, having a quick look here:
          http://….yoursite.com…./menu-2/slozene-salaty/

          your sessions are not working.
          https://support.wp-pizza.com/topic/cannot-add-more-than-one-item-to-cart/
          please speak to your host / server administrator

          Olly
          Admin & Mod

            the plugin doesn’t behave any different regardless of the (sub)site that invokes it or the associated email set there.

            so my first guess would be that the settings in your 2 paypal accounts are different

            first thing i would check/compare in the 2 accounts are the auto return settings here

            https://www.paypal.com/cgi-bin/customerprofileweb?cmd=_profile-website-payments

            as the first one seems to do what it’s supposed to do (from what you are saying) make sure the second is equally set up (barring the IPN notification url)

            in reply to: Use Coupon AND discount at the same time #13841
            Olly
            Admin & Mod

              Hi,

              ok, the behaviour you are experiencing is actually by design.
              only ever one discount – the best/highest one applicable (may that be from the discounts or the codes) – will be applied.
              otherwise you might end up with a sum of discounts that’s higher than what is actually in the cart as in theory you could have 50 discounts all giving 10% off so you end up with 500% off
              (though obviously one would progrmatically not ever apply more than the sum of items)

              in any event, i will think about adding a checkbox perhaps in the coupon codes to allow accumulative/multiple simple discounts as well
              needs a bit of thinking about

              Olly
              Admin & Mod

                also:
                is there anything in the logs directory of the paypal plugin ? (assuming you had/have logging enbled))

                Olly
                Admin & Mod

                  >On the first site paypal works but doesn’t redirect back to the site automatically.
                  paypal redirects given on what parameters where passed to it.
                  the question is as to how it does not redirect ? does it just sit there and do nothing or does it redirect but to a blank page or a different than page you would expect ?

                  >error [pp-1102]: Sorry, this order has already been processed or does not exist !
                  are you using a cache plugin on your site(s) ?
                  what IPN url’s have you set up in your two accounts in paypal ?
                  are both the same, or different ?

                  in reply to: Order from #13812
                  Olly
                  Admin & Mod

                    something along these lines

                    
                    /**add all the elements you are using, so for example, for cname and cemail, something like this*/
                    #wppizza-customer-details #cname, #wppizza-customer-details #cemail{display:none}
                    #wppizza-customer-details label[for="cname"], #wppizza-customer-details label[for="cemail"]{display:none}
                    #wppizza-customer-details input[required],#wppizza-customer-details .wppizza-order-label-required  {
                       display:block !important
                    }
                    
                    in reply to: Order from #13811
                    Olly
                    Admin & Mod

                      just use the css selectors.
                      example selecting required inputs and labels

                      
                      #wppizza-customer-details input[required] {
                          background-color: yellow;
                      }
                      #wppizza-customer-details .wppizza-order-label-required {
                          background-color: green;
                      }
                      
                      

                      obviously, you can set all of them to hidden first for example and override the required with the above…
                      something like that ayway

                      in reply to: Use Coupon AND discount at the same time #13797
                      Olly
                      Admin & Mod

                        i’m going to bed in a minute, but in the meantime, can you send me a screenshot of your discount and coupon settings as well as the discount section in wppizza->order settings please
                        (either by email to dev[at]wp-pizza.com or as a link to somewhere)

                        in reply to: Is there an Alert Popup for new order? #13782
                        Olly
                        Admin & Mod

                          hmm, I might even make that an option at some point but no promises or ETA.
                          will but it into my “ideas box”

                          in reply to: Is there an Alert Popup for new order? #13781
                          Olly
                          Admin & Mod

                            >On “that screen” I guess you meant the order screen.
                            yup

                            > by “?!” I guess you mean: “are you crazy?
                            lol, no, i did not mean that.
                            i meant “why a popup – i.e the same thing twice – if the colours should make it quite obvious already”

                            that said, if you wanted to have a popup on any/every page – order history or not – you could also write some ajax on a timer or some such that checks for new orders via some query as in (roughly)

                            
                            SELECT count(*) FROM wp_wppizza_orders WHERE payment_status='COMPLETED' AND order_status='NEW'
                            
                            =>if results, do popup 
                            
                            you get the idea....
                            
                            
                            in reply to: Is there an Alert Popup for new order? #13772
                            Olly
                            Admin & Mod

                              no (as it already shows new orders ?! on that screen).
                              that said, there is this
                              https://support.wp-pizza.com/topic/play-sound-when-new-order-arrives-admin/
                              which you might be able to adjust as needed

                              in reply to: WPPizza – Coupons and Discounts #13697
                              Olly
                              Admin & Mod

                                no it’s not troublesome, it’s just something for an entirely different plugin (as already stated) when i get the time.

                                something like a crossell/upsell thingy – no idea yet what it will be called

                                in reply to: "Empty Cart" option does not appear #13694
                                Olly
                                Admin & Mod

                                  you are using the wrong shortcode on your pages

                                  you should be using
                                  [wppizza type=’cart’]
                                  there not
                                  [wppizza type=”orderpage”]

                                  https://support.wp-pizza.com/topic/things-to-do-on-first-install/

                                  in reply to: "Empty Cart" option does not appear #13687
                                  Olly
                                  Admin & Mod

                                    please also provide the output of wppizza->tools “system info” (mark the reply as private if you want)

                                    in reply to: "Empty Cart" option does not appear #13686
                                    Olly
                                    Admin & Mod

                                      >the numbers that I change don’t save
                                      looks like your sessions arent working

                                      that said, without a link to your site i cannot even begin to guess

                                      in reply to: Orders not coming through #13650
                                      Olly
                                      Admin & Mod

                                        shout at you hosting provider….after all, it’s them that “did the damage”

                                        although i understand the frustration, there isn’t much point really to voice it here as it wasn’t the fault of the plugin

                                        in reply to: Orders not coming through #13647
                                        Olly
                                        Admin & Mod

                                          for things to work on the order page, the shortcode has to be on the orderpage you defined in order settings

                                          putting the shortcode for the order page on some other random page will not work

                                          in reply to: Orders not coming through #13614
                                          Olly
                                          Admin & Mod

                                            warning: i do not recommend doing the following as such, but until you find a new / useful host the following might help (but you cannot update wordpress after doing that, so it’s just a possible temporary fix/workaround)

                                            in /wp-includes/ find the file class-phpmailer.php

                                            in that file on approx line 652 you will find a line that reads:

                                            
                                            $result = @mail($to, $subject, $body, $header, $params);
                                            

                                            change this to be

                                            
                                            $result = @mail($to, $subject, $body, $header);
                                            

                                            and save.

                                            check if this is working now

                                            again, do at your own risk, keep a backup of the original and test

                                          Viewing 20 posts - 2,921 through 2,940 (of 4,446 total)