How to configure Wholesale All In One app?
Steps:
- From your Shopify admin, go to App.
- From the App page, click Wholesale All In One.
- From Wholesale All In One, go to configurations
- In the Step 1 section, select the theme where you want to configure the App.
- Click Add snippet
Now your Step 1 is completed. move to next. - In the Step 2 section, copy the value from text box
- From your Shopify admin, go to Online Store > Themes.
- Find the theme (where snippet was added) you want to configure app, and then click Actions > Edit
code. - Find the theme.liquid in the Layout directory, then open it.
- Find </body> and paste code before </body>.
- Click Save
Step 2 is completed. move to next - In the Step 3 section, copy the value from first text box.
- In the Sections directory, click cart-template.liquid
- Find ‘item.price’ and paste code around this.
- In the Step 3 section, copy the value from second text box.
- Now again find ‘cart.total_price’ and paste code around this.
- Click Save
Step 3 is completed. move to next - In the Step 4 section, copy the value from text box.
- In the Sections directory, click product.liquid
- Find ‘product.price’ and paste code around this.
- Click Save
Step 4 is completed. move to next - In the Step 5 section, copy the value from text box.
- In the Sections directory, click collection.liquid
- Find ‘product.price’ and paste code around this.
- Click Save
Step 5 is completed. move to next - In the Step 6 section, copy the value from text box.
- In the Sections directory, click search.liquid
- Find ‘product.price’ and paste code around this.
- Click Save
You have configure the application. Create a pricing group from app and select discount method from App > settings > discount method. Preview the theme and you will see the discount if you are eligible for the discount.