filipemartins

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 31 total)
  • Author
    Posts
  • in reply to: Not able to use Custom dates for closing days #58168
    filipemartins
    Participant

      Wait I think I found out how to do it.
      All good!

      in reply to: Not able to use Custom dates for closing days #58167
      filipemartins
      Participant

        wait I don’t really get it. So there is then no way to set Days where the shop is closed? If yes then how? I didn’t really understood what you wrote.

        in reply to: Not able to update #58006
        filipemartins
        Participant

          I checked the database and there the Plugin has the version 6.3.4 too. Strange but anyways i found the download link and was able to download the plugin with the newest version.

          in reply to: Not able to update #58005
          filipemartins
          Participant

            Hello there, no problem for the late response!

            My boss can’t find the plugin under his account, and i think it’s because he bought it before creating an account. But not really sure, could you maybe send the ZIP via Email again please? If you need a proof that we bought the plugin i could send you that via email too!

            in reply to: Previous/Next Month Buttons same class as for Time Buttons #54877
            filipemartins
            Participant

              You’re welcome!
              And sorry for explaning it so horribly im fron germany 😀

              in reply to: Previous/Next Month Buttons same class as for Time Buttons #54875
              filipemartins
              Participant

                This Code is from wppizza-preorder/v3/js/scripts.source.js

                in reply to: Previous/Next Month Buttons same class as for Time Buttons #54874
                filipemartins
                Participant

                  I don’t think i explained it very well, the Button for going up or down the Timespinner have the same Class as the Buttons for changing months. In your Code you have this

                          
                  /*
                  dont show previous month selector if
                  - min year available is > current selected
                  - current selected year/month is the same as min year/month
                  */
                  var showPrevMonth = (ts_min['Y'] > ts_now['Y']) || (ts_min['Y'] == ts_now['Y'] && ts_min['n'] == ts_now['n']) ? false : true;
                  if(!showPrevMonth){
                  $('.'+pluginElmClassName+' .xdsoft_prev').hide();
                  }else{
                  $('.'+pluginElmClassName+' .xdsoft_prev').show();
                  }
                  /*
                  dont show next month selector if
                  - max year available is < current selected
                  - current selected year/month is the same as max year/month
                  */
                  var showNextMonth = (ts_max['Y'] < ts_now['Y']) || (ts_max['Y'] == ts_now['Y'] && ts_max['n'] == ts_now['n']) ? false : true;
                  if(!showNextMonth){
                  $('.'+pluginElmClassName+' .xdsoft_next').hide();
                  }else{
                  $('.'+pluginElmClassName+' .xdsoft_next').show();
                  }
                  

                  the thing here now is, one of the Buttons for the Timespinner automatically disappear too if one button for changing the Month disappears. Thats because of the same Class they share. I don’t really know if this is intended or not, that the buttons for the Time disappear too.

                  in reply to: Update not possible #54633
                  filipemartins
                  Participant
                    This reply has been marked as private.
                    in reply to: Update not possible #54632
                    filipemartins
                    Participant

                      Changing it to

                      define('WPPIZZA_PREORDER_CURRENT_VERSION','3.5');
                      (PS: it was on ‘3.3.3’ what very strange is given that wordpress says 3.5.1 even after changing.)

                      didn’t work, i will Update it manually then. Thanks1

                      in reply to: Strange Rows distort the Order-ID #54020
                      filipemartins
                      Participant

                        and i see that some “empty” rows are seconds apart from the actual order, and i dont really think this is someone who just seconds after another person ordert, leaves they’re order without completing it.

                        in reply to: Strange Rows distort the Order-ID #54018
                        filipemartins
                        Participant

                          is there a way to disable such entrys in the Database, or that such entrys dont even get there?

                          in reply to: Strange Rows distort the Order-ID #54017
                          filipemartins
                          Participant

                            Thank U!

                            in reply to: Strange Rows distort the Order-ID #54015
                            filipemartins
                            Participant

                              there is no really problem with that, i just didnt know that. is there a way to delete such entrys?

                              in reply to: Strange Rows distort the Order-ID #54013
                              filipemartins
                              Participant
                                This reply has been marked as private.
                                in reply to: Admin Orderhistory shortcut #53867
                                filipemartins
                                Participant

                                  Okay thanks for your work.

                                  in reply to: Previous/Next Month Buttons disapear #53854
                                  filipemartins
                                  Participant

                                    Good to know! I understand that the buttons should not appear if for march (or any other month) there are no dates. It was just strange that they disappear even if there was dates to order. But its good that you found the problem, Thanks!

                                    in reply to: Previous/Next Month Buttons disapear #53848
                                    filipemartins
                                    Participant
                                      This reply has been marked as private.
                                      in reply to: Previous/Next Month Buttons disapear #53847
                                      filipemartins
                                      Participant

                                        comming just a sec!

                                        in reply to: Previous/Next Month Buttons disapear #53813
                                        filipemartins
                                        Participant
                                          This reply has been marked as private.
                                          in reply to: Previous/Next Month Buttons disapear #53743
                                          filipemartins
                                          Participant

                                            Update: Just saw that we let people preorder 16 days ahead. Still the bug with the visibility:hidden thing is still there.

                                          Viewing 20 posts - 1 through 20 (of 31 total)