Changes in Product Card view
-
I wanted to know that, when I want to changes in the card view of any product especially in the rating section so how I can achieve the same.
Path : packages\Webkul\Velocity\src\Resources\assets\js\UI\components\product-card.vue
(I use the above vue file but it's not affected) -
Hello @Reena-Alkurn ,
If you are making changes to the component then you have to compile the js by running npm on that perticular package.
also after that make sure to publish the file using vendor:publish command.Thanks!
-
Hello Naresh,
I'm not clear about running npm command would you please give me details for the same.Thank you so much in advance.