This is Bug I guess, Sub Product in Home page added, and clicking on ViewAll goes to wrong url
-
I added new Category and it's sub category. Then included that in home page from Velocity UI in Admin using the below code:
@include('shop::home.category', ['category' => 'accessories/printed-coffee-mugs'])Now in the Home page, I can see Category Printed Coffee Mug added successfully, but clicking on View All, takes me to url printed-coffee-mugs instead of accessories/printed-coffee-mugs, I check in demo website of Bagisto it's the same behavior, can anyone please help me how to solve this, as my website is live now, need to fix this asap.
Thanks in advance! ,
-
Hey @SourabhAkash
May I know your website URL? -
-
@SourabhAkash
The issue has been fixed in master branch as you can see at this link https://github.com/bagisto/bagisto/issues/4281Kindly update your project with this commit https://github.com/bagisto/bagisto/commit/3e010074cc8afa338da638a2ff77a0e231ff4843
-
@Vaishali-Agarwal Thanks a lot for quick fix, I will update the code. Appreciate Bagisto Team for quick response and help.
-
This post is deleted!