Guest "checkout" report.

Viewing 20 posts - 21 through 40 (of 45 total)
  • Author
    Posts
  • #28307
    Olly
    Admin & Mod

      probably need to re-enable the/a gateway (wppizza->gateways)

      #28321
      spaulgal
      Participant

        Great.
        Any word on getting the custom CSS from v2 to work on v3?
        I copied the css/php customized files to: themes/x-child and they don’t affect the layout. I did notice the difference in file names (i.e wppizza-default.css is now wppizza.default.css) and changed them, but still no dice.
        Many thanks

        #28332
        Olly
        Admin & Mod

          wppizza templates of any kind must – since v3 – reside in [child-theme]/wppizza with the same structure as under the /template/ directory in the plugin itself

          so [plugins]/wppizza/templates/css/wppizza.custom.css
          must be copied to
          [child-theme]/wppizza/css/wppizza.custom.css

          (says so in the file itself too i believe)

          [edit by admin, in case someone reads this]
          some goes for – as an example –
          [plugins]/wppizza/templates/markup/pages/page.thankyou.php
          must be copied to
          [child-theme]/wppizza/markup/pages/page.thankyou.php

          generally though – in 99.99% of cases – there will be no need to mess around with files as there will be plenty of filters one can use

          #28342
          spaulgal
          Participant

            Thanks Olly
            Under v2, I had three files (wppizza-default.css, wppizza-loop, and wppizza-order-email.html.php) that I copied, customized, and placed in my child theme’s root so they would load before the original files in the /plugins/wppizza dir.

            Can these files be used in their CURRENT form in v3? I fully understand v3 is a complete re-write so this customization may have to be re-written by me.
            Also, I did see your notes in wppizza.custom.css and it says “This file will always be included after the main wppizza css”

            #28343
            Olly
            Admin & Mod

              >Can these files be used in their CURRENT form in v3
              not really, no (the css – up to a point perhaps – but the others will not exist anymore)
              and modifying emails should use the emails templates under wppizza->templates

              documentation is being written as we speak but – as you might imagine – is quite a big undertaking therefore it will stay in beta until there’s a documentation that goes with it
              anything else will just end up being a mess

              #28344
              spaulgal
              Participant

                FYI – I had an instance of WPP “crashing”
                I executed a test order and was taken to the new “thank you for your order page” — which I believe is now an order summary by default.
                In another browser tab, I changed the email address in “Order Settings”
                Back to the other browser tab, I clicked the back button on the browser and was taken back to the orders page. I re-executed the order, and the page went blank.
                Now all pages containing the cart short code are blank and are not rendering in the browser. If I remove the instance of the cart short code the page will then display.
                If I deactivate WWP everything displays as one would expect.

                #28368
                spaulgal
                Participant

                  So I reinstalled and things are a go.

                  Got to say that I’ve LOVING all the new functionality and gadgets in 3. Also, thanks for the comments in the CSS. Everything is so clean — makes the tad bit of customization we need a breeze.

                  #28371
                  spaulgal
                  Participant

                    Hi Olly–

                    I’m copying the CSS/php files as instructed and placing them in the child theme’s dir using the original file structure and the changes are not effecting the files.
                    In your comments in wppizza.custom.css it explains that “This file will always be included after the main wppizza css”
                    So the obvious question is where can I place these files so they actually do take precedence?

                    posts.title.php
                    wppizza.css

                    I am placing each of them in their appropriate structure.

                    #28378
                    Olly
                    Admin & Mod

                      >FYI – I had an instance of WPP “crashing”
                      that’s actually down to backpaging to an order that has already been dealt with so to speak (i’ll spare you the details).
                      regardless, in the version i have here (i’ll make that available in a day or two) that should also be dealt with (would only affect COD orders )

                      >I am placing each of them in their appropriate structure.
                      without actually being able to see the structure you created, i cannot comment
                      (better still, including a link to that site)

                      #28379
                      spaulgal
                      Participant
                        This reply has been marked as private.
                        #28380
                        Olly
                        Admin & Mod
                          This reply has been marked as private.
                          #28381
                          Olly
                          Admin & Mod
                            This reply has been marked as private.
                            #28382
                            spaulgal
                            Participant

                              I deleted it when I ran into that backpaging issue. I’ll add it back now.

                              posts.title.php
                              is the current problem. The instance in the child theme doesn’t seem to be effecting the site.

                              #28389
                              spaulgal
                              Participant

                                I can’t seem to find where to replace the shopping cart icon on the categories pages. My goal is to change the icon to a png that I created.

                                I found:
                                .wppizza-article-image-placeholder:before{content: “\f306”; font-family: “dashicons”;color:#bebebe;font-size:62px;}
                                in wppizza.grid.css.php but of course this only affects the grid layout.
                                where can I find the similar code for the default layout so I can change out the shopping cart icon.
                                In v2, it was in wppizza-default.css

                                Also, posts.title.php still is not working in the child theme tree.

                                Thanks

                                #28390
                                Olly
                                Admin & Mod

                                  why would you be looking at .wppizza-article-image-placeholder
                                  if you want to do something with the shoppingcart image ?

                                  >posts.title.php still is not working in the child theme tree.
                                  works 100% . i can only assume you put it in the wrong directory

                                  #28394
                                  spaulgal
                                  Participant

                                    It’s in
                                    themes > x-child > wppizza > templates > markup > loop

                                    Separately, can you tell me the name of the file where I can update the shoppingcart image?

                                    #28395
                                    Olly
                                    Admin & Mod

                                      themes > x-child > wppizza > templates > markup > loop
                                      should be
                                      themes > x-child > wppizza > markup > loop

                                      >name of the file
                                      none. it’s css. overwrite it as necessary
                                      .wppizza-article-size:after

                                      #28396
                                      Olly
                                      Admin & Mod

                                        your theme already seems to provide an option to overwrite css without having to mess around with files

                                        #28397
                                        Olly
                                        Admin & Mod

                                          generally speaking, in 99.9% of cases , there will not be any need to mess around with these/any files as there will be plenty of filters (but as mentioned , documentation is to come)

                                          #28398
                                          spaulgal
                                          Participant

                                            what do I need to add before this line for it to take affect in the default layout:

                                            .wppizza-article-size:after{content:url(img/cart-black-12-12.png);position: relative; top: 2px; margin:0 3px;}

                                          Viewing 20 posts - 21 through 40 (of 45 total)
                                          • The topic ‘Guest "checkout" report.’ is closed to new replies.