Olly

Forum Replies Created

Viewing 20 posts - 261 through 280 (of 4,433 total)
  • Author
    Posts
  • in reply to: Connection to Orderlord #58858
    Olly
    Admin & Mod

      digging around a bit more, there seems to be a fixed username/password for testing. I’ll see what I can find out , but will take a few days until I can say if this will happen or not. I’ll post here as I find out things

      in reply to: Connection to Orderlord #58857
      Olly
      Admin & Mod

        I am not necessarily against integrating this (as an alternative to shipday i suppose)
        but i cannot find anything that allows me to open an overlord developer account to write and test integrations…

        in reply to: Rewards points #58782
        Olly
        Admin & Mod

          the relevant data is in the [your_table_prefix]_usermeta table stored with a meta key of wppizza_rewards_x (where ‘x’ is your blogid – typically 1 if it’s not a multisite setup) associated to the user id .
          it’s a serialized array

          that will look *something like* this – depending on your settings:

          (
          [points] => Array
          (
          [first_order] => Array
          (
          [timestamp] => 1643293592
          [points_expire] => 1674829592
          [value_per_point] => 0.01
          [points_total] => 250
          [points_value] => 2.5
          [points_redeemed] => Array
          (
          )
          [points_unredeemed] => 250
          [points_value_unredeemed] => 2.5
          [settings] => Array
          (
          [points_type] => cart_subtotal
          [points_per_unit] => 1
          [points_per_unit_pickup] => 0
          [points_rounding] => natural
          [value_per_point] => 0.01
          [award_points_user_registration] => 125
          [award_points_first_order] => 250
          [points_expire_days] => 365
          )
          )
          [order_7] => Array
          (
          [timestamp] => 1643293592
          [points_expire] => 1674829592
          [value_per_point] => 0.01
          ............. more data ................
          

          i suppose you could amend the point total and related (points (un)redeemed, (un)redeemed value etc ) for the “first_order” array but I would strongly advise you to make a backup first before doing anything there – it’s entirely at your own risk editing this. This thing is not really that trivial

          in reply to: Customizing Categories #58781
          Olly
          Admin & Mod

            re 1): you could send some additional emails (conditional on the order values , i.e category selected) using the ‘wppizza_on_order_execute’ action hook

            https://docs.wp-pizza.com/developers/?section=action-wppizza_on_order_execute

            maybe even in conjunction with this filter here in some way
            https://docs.wp-pizza.com/developers/?section=filter-wppizza_filter_options

            Re 2:
            i would think this resource here would get you on the way
            https://docs.wp-pizza.com/developers/?section=wppizza-markup-pages-page-order-php

            in reply to: Timeslots lock with failed orders #58650
            Olly
            Admin & Mod

              INPROGRESS orders are exactly that, so must block the timeslot as they could be completed anytime – typically in seconds/minutes but it’s not guaranteed as it depends on user as well as gateway (inter)action.

              Of course, if there are issues with your payment provider , than that’s something they need to fix. I have no influence over their system.

              In short, what you are describing is by design and there are no plans to “fix it” as there’s nothing to fix from my end from what I can see

              Olly
              Admin & Mod

                wppizza does not do any kind of setting of passwords on registration or sending password reset links (or anything similar/related) itself.
                it simply uses the wordpress registration process as it is (although this might have been altered by some other plugin)

                In other words: what you are describing is nothing that wppizza controls or is influencing

                in reply to: Custom Gateway account-ID #58425
                Olly
                Admin & Mod

                  Hi

                  sorry, but I must admit I don’t really know what you are referring to with your reference to the “custom gateway .zip”
                  Could you send me a link to this zip file please to allow me to be able to help you ?

                  thank you

                  in reply to: Automatically send SMS confirmation #58331
                  Olly
                  Admin & Mod

                    Sorry, but I know nothing about winorder other than that it exists.
                    If you have questions about what you can or cannot do with winorder please direct these to the developers of it as I have no knowledge about the possibilities of another system/software

                    thanks

                    in reply to: Cross Sells Feature Request #58330
                    Olly
                    Admin & Mod

                      >When I go to checkout it not very plausible to cross-sell an other pizza

                      and if the majority of customers do/did not actually buy another pizza but a dessert or drink than that is exactly what will be displayed

                      in reply to: Cross Sells Feature Request #58169
                      Olly
                      Admin & Mod

                        Re 1: I’ll see what I can do there as – of course – that’s not very useful if that happens. I just don’t know yet if it’s something i need to add to the stockmanagemnt plugin or the xsells plugin.

                        Re 2: Sorry, but I don’t think this will be implemented. The plugin automatically shows what (other) people ordered previously with what the current user has in the cart changing this to restrict to only choose from some categories would kind of defeat the purpose of the plugin.
                        Be aware too that for logged in users the plugin also prioritises to what that user has bought before (as many people will quite often order the same thing ) so restricting to certain categories will mess this up somewhat

                        in reply to: Not able to use Custom dates for closing days #58165
                        Olly
                        Admin & Mod

                          there are no closing *days* as such.
                          there are only closing *times* you can assign to your days (mon – sun or additional custom dates you may have entered).

                          i.e you set opening and closing times for mon-sun and any additional dates(as required, typically bank holidays) and use the closing times to – for example – close for lunch . those closing times can then be assigned to your mon-sun dates or those custom dates

                          in reply to: Items in basket disappear #58163
                          Olly
                          Admin & Mod

                            >Did you hear from this problem?
                            No
                            but maybe you are caching the order page in some way in which case this might of course happen (see also here https://docs.wp-pizza.com/faqs/?section=using-a-cache-plugin )

                            in reply to: Order Repurchase not working correctly #58011
                            Olly
                            Admin & Mod

                              Sorry, but I cannot replicate this here.

                              In fact the bit that deals with the display of the [+] button etc for repurchasing things specifically checks that the post_status is indeed “publish” and nothing else.

                              Have you tried de-activating all other plugins and used a default (20something) theme ?

                              Or perhaps I’m looking in the wrong place. Can you post a screenshot somewhere of the page where you are seeing this , just so I know we are talking about the same thing

                              in reply to: Not able to update #58004
                              Olly
                              Admin & Mod

                                Sorry for the late reply. For some reasons I did not get any notifications in the last few days that there were any new topics posted on here.

                                I really cannot see why wordpress would tell you that unless you updated the plugin already in the past with a higher version number somehow that is now stored in the database. Very odd…
                                Regardless, you can simply login at https://www.wp-pizza.com/my-account, download the latest version from there, unzip the archive and overwrite the old files with the new ones.

                                I would however recommend that you first deactivate (DO NOT uninstall or you will loose all your settings) the plugin ,then overwrite the files and subsequently re-activate

                                Hope that helps

                                in reply to: Order Repurchase not working correctly #58003
                                Olly
                                Admin & Mod

                                  Hi

                                  First of all, sorry for the late reply. For some reasons I did not get any notifications in the last few days that there were any new topics posted on here.

                                  Regarding your post: Thanks for the detailed report. I’ll try to replicate this here and update the plugin with a fix if indeed this is an oversight – as it may well be – on my part and not some 3rd party plugin or filter that is changing post statusses or some such thing

                                  might take a couple of days or so though

                                  in reply to: Paypal Error #58002
                                  Olly
                                  Admin & Mod

                                    Hi

                                    Sorry for the late reply. For some reasons I did not get any notifications in the last few days that there were any new topics posted on here.

                                    With regards to the paypal issue:
                                    Paypal should send notifications that either say “VERIFIED” in the IPN (Instant Payment Notification) response back to your server or “INVALID”.
                                    In your case it has sent back neither – therefore the “Unexpected response from PayPal.” message and the plugin has no idea whether or not an order was in fact paid for or not. You should check in your paypal account what IPN responses where in fact sent back to your server regarding those orders.

                                    The plugin has not changed for months now so this is something paypals end that does/did not work (This does happen every now and again though and you might find it’s all working again now)

                                    in reply to: Different addond for Different items #57586
                                    Olly
                                    Admin & Mod

                                      instead of writing some abstract explanation here – there is also a “how to” tab in the add ingredients plugin itself btw – have you looked the the (user)examples of the demo and looked at the screenshots ?
                                      https://demo.wp-pizza.com/wppizza-add-ingredients/our-menu/user/

                                      essentially and in a nutshell:
                                      – you add the ingredients you need (i.e all the frostings and all the chocolate chips etc)
                                      – depending how your meal sizes are organised (one for cupcakes and one for cookies for example) assign the relevant ingredients to those “meal sizes / groups” and enable add ingredients for the relevant item.
                                      for more granular control you can also/additionally use custom groups

                                      there are different ways to organise things – consider “meal sizes” as the parent of menu items and ingredients which essentially links them together so to speak – it’s kind of up to you to decide what works best for you though

                                      Olly
                                      Admin & Mod

                                        > I only want to see the orders that include the product:
                                        you can write your own sales report function(s) based on this example here:
                                        https://docs.wp-pizza.com/developers/?section=create-your-own-sales-report

                                        but it won’t be trivial

                                        Olly
                                        Admin & Mod

                                          you can export them from wppizza->reports

                                          in reply to: Setting an image header in Templates #57354
                                          Olly
                                          Admin & Mod

                                            use your browsers element inspector when previewing the template. it will probably show you the issue

                                          Viewing 20 posts - 261 through 280 (of 4,433 total)