How can I add input field and dropdown in product detail page.
-
I want to add an input field and dropdown [select box] as shown in the image.
Please help me.! -
@AkashWeybee
you can add the input field & dropdown in product page from this path
Default theme : https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Shop/src/Resources/views/products/view.blade.phpVelocity theme https://github.com/bagisto/bagisto/blob/master/packages/Webkul/Velocity/src/Resources/views/shop/products/view.blade.php
-
@Vaishali-Agarwal
I tried to make changes but it doesn't reflect.
Do I need to run any other commands? -
@Vaishali-Agarwal
I'm using the latest version of bagisto.
Do I need to make changes in both files? -
@AkashWeybee
If you want do these changes only for velocity theme then you need to change the velocity package file.Yes once the changes made then make sure run php artisan vendor:publish --force
check here https://prnt.sc/toapnr -
@Vaishali-Agarwal
Thank you for your constant and precious support. -