This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Download latest apktool version. | |
2. Download the batch file and aapt.exe. | |
3. Create a folder anywhere in the PC and put all the apktool.jar, aapt.exe and the batch script in that folder. | |
4. Open command prompt. | |
5. Navigate to the folder where you placed apktool.jar, batch script and the aapt.exe. | |
6. Now, you need to install the file using the " IF " command. | |
7. Type the following command. | |
apktool if name-of-the-app.apk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% comment %} | |
Do you have customized form fields on the product pages of your Shopify store? | |
Shopify's order confirmation email does not automatically display the values the customer inputs. Here's how to includes them manually. | |
1. Go to Settings in the Shopify admin | |
2. Click Notifications | |
3. Click the link Order confirmation to open the template editor | |
4. Now copy and paste this code in the template right in the section where the order's line items are rendered. | |
Look for a line that contains {{line.variant.title}}. You'll want to experiment with the code location. |