Re: Remove the cart message "Things happen...." from card drawer page and normal car page

Solved

Remove the cart message "Things happen...." from card drawer page and normal car page

tjngco
Tourist
5 1 1

Hello, I would like to remove this message, it would have been due to the Route application but which I never used and which has since been deleted. thanks a lot for your help.

Capture d’écran 2024-05-21 à 04.34.39.png

Accepted Solutions (4)

BSSCommerce-HDL
Shopify Partner
2305 834 907

This is an accepted solution.

Hi @tjngco

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSTechVenture_0-1716263442662.png

 

Step 2: Search file base.css,  theme.css or styles.css

BSSTechVenture_1-1716263449229.png

 

Step 3: Insert the below code at the bottom of the file -> Save

.Drawer__Footer .route-div + div {
    display: none !important;
}

Here is result: 

BSSTechVenture_2-1716263506124.png

Hope this can help you, 
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

tjngco
Tourist
5 1 1

This is an accepted solution.

Hello thank you for the reply but i cant find base.css,  theme.css or styles.css. Capture d’écran 2024-05-21 à 06.22.11.png

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 834 907

This is an accepted solution.

Hi @tjngco, Let's edit it to file your theme.scss.liquid
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 834 907

This is an accepted solution.

Hi @tjngco, Pls insert this code to your file theme.scss.liquid: 

footer.Cart__Footer .Cart__Recap .route-div + div {
    display: none !important;
}

Here is result: 

BSSTechVenture_0-1716273453599.png

Hope this can help you, 
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 12 (12)

BSSCommerce-HDL
Shopify Partner
2305 834 907

Hi @tjngcoCan you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Dan-From-Ryviu
Shopify Partner
10902 2146 2283

Hi @tjngco 

Could you share your store URL so we can check and give you the code to remove that message? 

 

Best Regards,

Dan from Ryviu 

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

niraj_patel
Shopify Partner
2391 516 513

Hello @tjngco 
Can you share store URL?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
tjngco
Tourist
5 1 1
niraj_patel
Shopify Partner
2391 516 513

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
 .Drawer__Footer .route-div + div {
        display: none !important;
  }
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

BSSCommerce-HDL
Shopify Partner
2305 834 907

This is an accepted solution.

Hi @tjngco

You can try this code by following these steps:

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSTechVenture_0-1716263442662.png

 

Step 2: Search file base.css,  theme.css or styles.css

BSSTechVenture_1-1716263449229.png

 

Step 3: Insert the below code at the bottom of the file -> Save

.Drawer__Footer .route-div + div {
    display: none !important;
}

Here is result: 

BSSTechVenture_2-1716263506124.png

Hope this can help you, 
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

tjngco
Tourist
5 1 1

This is an accepted solution.

Hello thank you for the reply but i cant find base.css,  theme.css or styles.css. Capture d’écran 2024-05-21 à 06.22.11.png

BSSCommerce-HDL
Shopify Partner
2305 834 907

This is an accepted solution.

Hi @tjngco, Let's edit it to file your theme.scss.liquid
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

tjngco
Tourist
5 1 1

Thank you very much it works well on the drawer but not on card page? 

Capture d’écran 2024-05-21 à 06.53.02.png

BSSCommerce-HDL
Shopify Partner
2305 834 907

This is an accepted solution.

Hi @tjngco, Pls insert this code to your file theme.scss.liquid: 

footer.Cart__Footer .Cart__Recap .route-div + div {
    display: none !important;
}

Here is result: 

BSSTechVenture_0-1716273453599.png

Hope this can help you, 
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

tjngco
Tourist
5 1 1

super thank you so much

BSSCommerce-HDL
Shopify Partner
2305 834 907

@tjngco We're happy to see that our suggestion helped you solve your issue. This can be a reference for other merchants if they have an issue like you. Should you need any further information, please do not hesitate to contact us by tagging directly at Community post. We will check and let you know soon. Thanks in advance.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now