Remove Subscriptions Block from Order Confirmation PAGE

Remove Subscriptions Block from Order Confirmation PAGE

FDeliver
Tourist
4 0 6

Hi, I desperately need to edit the order confirmation page to remove the block titled "Subscriptions." There is plenty of information in forums on how to edit the order confirmation EMAIL, but almost no information at all on how to edit the order confirmation PAGE in Shopify.

 

What I need to do is remove the block in this picture. The theme is Dawn. Screenshot 2023-10-20 123243.png

Replies 4 (4)

gr_trading
Shopify Partner
1976 146 205

Hi FDeliver ,

 

Try putting the below CSS in the addition script box.

 

<style>
.section__content .content-box:nth-child(2) {
    display: none;
}
</style>

 

If this doesn't work request you to share your actual order page to give you an exact answer.

For any custom development WhatsApp or connect at Email ID: gr.trading15@gmail.com for quick consultation. | Shopify Free codes
To support Buy Me a Coffee
Marianna_YTTG
Shopify Partner
41 0 3

Hi Gr_trading,

 

I am also facing the same challenge. It seems that the "Order status page additional scripts" feature is deprecated now. See attached.

I am not able to find where I could add this custom CSS.

Do you have any other suggestions?

 

Thanks,

Marianna

Marianna_YTTG
Shopify Partner
41 0 3

Hi FDeliver,

 

were you able to find a solution? Also trying to accomplish this!

gr_trading
Shopify Partner
1976 146 205

Hey @Marianna_YTTG ,

 

Since Shopify has removed the additional script where we can add CSS we can't hide this.

For any custom development WhatsApp or connect at Email ID: gr.trading15@gmail.com for quick consultation. | Shopify Free codes
To support Buy Me a Coffee