Step 3: Edit Shopify settings
Video tutorial
Text tutorial
-
Product weight
It is STRONGLY recommended to enter the weights of each product (including packaging) in the product sheets.
- Automatically capture payments
Settings --> Payment Methods --> Payment Entry (right) --> Manage --> Check "Automatically enter payment for orders"
- Make email entry mandatory
Settings --> Payment and Accounts --> Customer Contact Method --> Check "E-mail".
- Make full name entry mandatory
Settings -> Payment and accounts --> Customer information --> Check "Require first and last name" in the "Full name" option
- Make it mandatory to enter the telephone number
Settings -> Payment & Accounts --> Customer Information --> Check "Mandatory" in the "Shipping Address Phone Number" option
- Disable automatic order processing
Settings -> Payment and accounts --> In the category "Order processing" --> After payment of an order --> check "Do not automatically process any order items". -
Activate the note_attributes
Attention, cette étape ne concerne pas les clients qui utilisent déjà Thank You Extensibility
Settings -> Payment & Accounts --> Order Status Page --> Additional Scripts --> Paste code below
<script type="text/template" id="attributes-for-MR">{{ checkout.attributes | json }}</script><br>
-
Masquer les lockers sur la carte (optionnel) Attention, cette étape ne concerne pas les clients qui utilisent déjà Thank You Extensibility
Order Status Page --> Additional Scripts --> Paste the code below
<script id="MR_config">window.MR_config = {hideLockers: true}</script>