Magento2
Magento2: Upgrade by composer
Run the following commands to update your magento version : Now check the updated version of magento
Run the following commands to update your magento version : Now check the updated version of magento
Edit your php.ini file. Find memory_limit and increase the size to your desire value.
Problem: Solution: open your terminal and run the following command: Note: please remove {your_magento} with yours
in the following code $custObj is a customer obj
Downlode the plugnin from https://harvesthq.github.io/chosen/ 1. Add the following files in your phtml file 2. Select box html looks like: 3. At the bottom add the following script and file Note: The above plugin is working on prototype so that’s the advantage it will not conflict .
1. IN Your Controller Get the form data and save values in session: 2. Then in the form page get the session values: 3. And in form for each fields set the values:
1.- Create a copy of view.phtml in your theme like your_view.phtml 2. change your your_view.phtml as per your requirement. 3.In Your product go to Design tab and inside Custom Layout Update add the following code: