Bagisto Forum

    Bagisto

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

    Changes done in view of Velocity, but it's not reflecting in the browser.

    General Discussion
    2
    6
    648
    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.
    • S
      SourabhAkash last edited by

      I have added cross sell also removed description in the code
      packages->Velocity->src->Resources->view->shop->product->view.blade.php

      Changes are done but it's not reflecting.

      Have done following things already:
      php artisan cache:clear
      php artisan config:clear
      php artisan view:clear

      php artisan vendor:publish

      composer dump-autoload

      After doing everything still no effect in the view of browser. Cache is disables in my browser as well.

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

        @SourabhAkash
        could you please show the lines of code where you have done the changes?

        1 Reply Last reply Reply Quote 0
        • S
          SourabhAkash last edited by

          packages->Velocity->src->Resources->view->shop->products->view->view.blade.php
          <div class="related-products">
          @include('shop::products.view.related-products')
          @include('shop::products.view.up-sells')
          @include('shop::products.view.cross-sells')
          </div>

          also removed:
          {{-- product long description --}}
          @include ('shop::products.view.description')

          in view.blade.php

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

            @SourabhAkash
            you need to publish the velocity package to see the changes inside view.blade.php

            run the php artisan vendor:publish --force command and press the number given in front of velocity package.

            like https://prnt.sc/uiqxrb

            1 Reply Last reply Reply Quote 0
            • S
              SourabhAkash last edited by SourabhAkash

              Thanks a lot @Vaishali-Agarwal for helping and quick reply, now it's working as expected.

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

                @SourabhAkash
                Nice to hear your issue has been resolved 🙂

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post