View.phtml
Paste the below code on your product view template. You can find the file inside the catalog folder.
<script type="text/javascript">
Cart.phtml
Paste the below code on your cart template. You can find the file inside the checkout folder.
Success.phml
Paste the below code on your success template. You can find the file inside checkout folder.
I did it the same way in my Magento installation and it works fine
|
Simple Install =================================== Download as a zip below link. unzip and upload it to your public_html or other rootdoc directory. https://github.com/magento/code-migration. login to your server via shell switch to the code-migration-develop directory by running following command cd code-migration-develop Run command following command in root directory of this toolkit composer instal Before running the migration, the following directories need to be prepared: ===================================== * `<src>` - Directory that contains custom Magento 1.x code that is intended to be migrated. The code must follow the Magento 1.x directory structure. Magento1.x core files must not be included. * `<dst>` - Empty directory for the toolkit to put the generated Magento 2 code to * `<m1>` - Directory that contains: * Vanilla Magento 1.x codebase, and * Custom Magento 1.x code same as...
Comments
Post a Comment