Hello, I have done a test order but I dont want this button saying “Track order with shop” on my order status page for my costumers, so that my store looks more clean, let me know what I can do, thanks!
o remove the “Track order with shop” button from your order status page, you will need to make some changes to your Shopify store’s code.
Here are the steps to remove the “Track order with shop” button:
-
Log in to your Shopify store and navigate to the “Online Store” section.
-
Click on “Actions” and select “Edit code” from the dropdown menu.
-
In the code editor, open the “Sections” folder and then click on “order-status.liquid”.
-
Look for the following code:
cssCopy code
<div class="order-status__button-wrapper"> <a href="{{ order.status_url }}" class="btn order-status__button"> {{ 'customer.account.order_status.track_with_shopify' | t }} </a> </div> -
Delete this code entirely.
-
Save your changes.
This will remove the “Track order with shop” button from your order status page.
Note: If you are not comfortable making these changes to your store’s code, I recommend reaching out to a Shopify expert or developer for assistance.
Hello mics,
i dont think i can find order.status liquid, I have tried searching for it and looking through all the codes and folders,
I mightve forgot to mention to you that Im using SENSE theme which might be imporant to where i should be looking for.
Let me know if you can help me further, thanks,
aptech
sorry but have you found a way to fix this issue? I am currently having the same problem
