Very good keep it up! ЁЯШЫ please provide complete tutorial for customize modules for both front-end and back-end Some tutorial is not working like Grid And menu in admin panel… please update it
Sir, I have a problem in magento 2, I wish to customize the product details page for adding multiple proucts to cart, which means “product-options-wrapper” div along with option to add quantity should be generate dynamically on add new item button click. is it possible using custom module ? how can I implement this ?
Hi Krishna, Hope you are trying to integrate a concept like market place i guess. In case if wrong plz let me know. You can create new phtml file with required design (add to cart(product wise if u want or else not required) & qty box ,etc) and then include these phtml file into detail page. Whenever customer onclick the addtocart button u forcefully pass your required parameter(which is filled from text field & hidden value) and use addtocart controller action (override file from core to local and receive ur parameter ) use the code.
Very good keep it up! ЁЯШЫ please provide complete tutorial for customize modules for both front-end and back-end Some tutorial is not working like Grid And menu in admin panel… please update it
thank you Jute
Thank so much Chirag Paswan. Also admin and frontend customized module all are available in blog..
Sir, I have a problem in magento 2, I wish to customize the product details page for adding multiple proucts to cart, which means “product-options-wrapper” div along with option to add quantity should be generate dynamically on add new item button click. is it possible using custom module ? how can I implement this ?
Hi Krishna, Hope you are trying to integrate a concept like market place i guess. In case if wrong plz let me know. You can create new phtml file with required design (add to cart(product wise if u want or else not required) & qty box ,etc) and then include these phtml file into detail page. Whenever customer onclick the addtocart button u forcefully pass your required parameter(which is filled from text field & hidden value) and use addtocart controller action (override file from core to local and receive ur parameter ) use the code.