• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
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
687
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 17 Sept 2020, 06:38

    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 17 Sept 2020, 06:57

      @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 17 Sept 2020, 07:02

        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 17 Sept 2020, 07:38 17 Sept 2020, 07:37

          @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 17 Sept 2020, 07:50 17 Sept 2020, 07:50

            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 17 Sept 2020, 07:56

              @SourabhAkash
              Nice to hear your issue has been resolved 🙂

              1 Reply Last reply Reply Quote 0
              6 out of 6
              • First post
                6/6
                Last post