Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    loader at checkout form

    General Discussion
    6
    47
    6479
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Rahul74 @Vaishali Agarwal last edited by

      @Vaishali-Agarwal thank u so much.

      1 Reply Last reply Reply Quote 0
      • R
        Rahul74 @Vaishali Agarwal last edited by

        @Vaishali-Agarwal one more thing i couldn't able to do is in the checkout form, the last name is required, i want to remove the last name, can u help how to do it?

        1 Reply Last reply Reply Quote 0
        • V
          Vaishali Agarwal last edited by

          @Rahul74
          removing the last name will take a lot of code to be change, instead of this you can also set Last_Name field to be non-required fields, so if user can proceed with adding the lastname

          R 1 Reply Last reply Reply Quote 0
          • R
            Rahul74 @Vaishali Agarwal last edited by

            @Vaishali-Agarwal Hi can u tell me what thise rich snippets are for ?Screenshot at Jul 25 15-30-15.png

            1 Reply Last reply Reply Quote 0
            • V
              Vaishali Agarwal last edited by

              @Rahul74
              Rich snippets help Google search engines better comprehend its context for search results display. When you enable the Rich Snippets for products then this employed, search engines are able to display more information about the actual result, including your products ratings, reviews, price etc and increase your website page rank.

              Thanks

              1 Reply Last reply Reply Quote 0
              • O
                otheriz last edited by otheriz

                @Vaishali-Agarwal i just pulled from the master branch, but don't have any of this 'loading' effect
                currently, i using my custom theme but just copied velocity theme with little design change..

                is there's anything i need to do/copied(which file?) after pulling the latest from the master branch ?

                Edit:
                I just realise this error on console log "Uncaught (in promise) TypeError: this.$root.showLoader is not a function
                at onepage:2890
                "
                What to do ?

                1 Reply Last reply Reply Quote 0
                • V
                  Vaishali Agarwal last edited by

                  @otheriz
                  can i access your website url where you have done all these changes?

                  R 1 Reply Last reply Reply Quote 0
                  • R
                    Rahul74 @Vaishali Agarwal last edited by

                    @Vaishali-Agarwal Is this the correct solution?? i have removed those two lines of codes indicated with arrow. For loader occuring even entering single digit..Screenshot at Jul 27 16-38-26.png

                    1 Reply Last reply Reply Quote 0
                    • V
                      Vaishali Agarwal last edited by

                      Hi @Rahul74
                      No this is not the solution, as provided in the screenshot, the solution is mention in the PR which is signed with merged now as https://prnt.sc/tp89he
                      The PR is here https://github.com/bagisto/bagisto/pull/3576/files

                      R 1 Reply Last reply Reply Quote 0
                      • R
                        Rahul74 @Vaishali Agarwal last edited by

                        @Vaishali-Agarwal i did this change but its not seemed to fix that, Screenshot at Jul 27 17-07-29.png

                        1 Reply Last reply Reply Quote 0
                        • V
                          Vaishali Agarwal last edited by

                          Hope you have run these commands
                          composer dump-autoload
                          php artisan config:cache
                          php artisan vendor:publish --force

                          R 2 Replies Last reply Reply Quote 0
                          • R
                            Rahul74 @Vaishali Agarwal last edited by

                            @Vaishali-Agarwal it's same.

                            1 Reply Last reply Reply Quote 0
                            • R
                              Rahul74 @Vaishali Agarwal last edited by

                              @Vaishali-Agarwal we don't need to remove any of that?Screenshot at Jul 27 16-38-26.png

                              1 Reply Last reply Reply Quote 0
                              • V
                                Vaishali Agarwal last edited by

                                @Rahul74
                                No, no need to remove this.$root.showLoader();
                                I also changed my code which is already merged in the master and it's working fine

                                R 1 Reply Last reply Reply Quote 0
                                • R
                                  Rahul74 @Vaishali Agarwal last edited by

                                  @Vaishali-Agarwal ok

                                  1 Reply Last reply Reply Quote 0
                                  • V
                                    Vaishali Agarwal last edited by

                                    @Rahul74
                                    now working??

                                    R 1 Reply Last reply Reply Quote 0
                                    • R
                                      Rahul74 @Vaishali Agarwal last edited by

                                      @Vaishali-Agarwal no, still not working, i have tried in incognito too,
                                      Screenshot at Jul 27 19-33-28.png

                                      1 Reply Last reply Reply Quote 0
                                      • devansh-webkul
                                        devansh-webkul last edited by

                                        Hi @Rahul74,

                                        May I know the exact file name and path in which you are changing. Can you please share the screenshot of the checkout page in which you have entered all fields so that I can see the case.

                                        R 1 Reply Last reply Reply Quote 0
                                        • R
                                          Rahul74 @devansh-webkul last edited by

                                          @devansh419 Screenshot at Jul 27 21-49-10.png Screenshot at Jul 27 21-51-06.png Screenshot at Jul 27 21-51-23.png

                                          1 Reply Last reply Reply Quote 0
                                          • devansh-webkul
                                            devansh-webkul last edited by

                                            @Rahul74,

                                            So, in the first image changes made in the path of the package so you need to run the command so that these changes will reflect the theme as well.

                                            php artisan vendor:publish --all --force
                                            

                                            If this doesn't work then try to remove a file from this path i.e.,
                                            'resources/themes/velocity/views/checkout/onepage/customer-new-form.blade.php'

                                            and again run the same command i.e.

                                            php artisan vendor:publish --all --force
                                            
                                            R 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post