What's your biggest current challenge? Have your say in Community Polls along the right column.

How to HIDE/Remove/Delete discount code and 'How did you hear about us?' from Cart Debutify ?

Solved

How to HIDE/Remove/Delete discount code and 'How did you hear about us?' from Cart Debutify ?

Sultan2
Tourist
8 0 1

Screenshot_25.png

Sultan2_1-1683035605573.png

How to HIDE/Remove/Delete discount code and 'How did you hear about us?' from Cart Debutify ?

 

please help me

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3120

This is an accepted solution.

Hi @Sultan2 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
.dbtfy.dbtfy-cart_discount.drawer__inner-section.ajaxcart__discount,
.dbtfy.dbtfy-order_feedback,
.dbtfy.dbtfy-delivery_date.card.card-mobile.spacer-top,
.dbtfy.dbtfy-cart_discount.card.card-mobile.spacer-top{
    display: none !important;
}

</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

View solution in original post

Replies 5 (5)

PageFly-Victor
Shopify Partner
7865 1786 3120

Hi @Sultan2 ,

Could you please share your store URL and password (if enabled). So that we can help you. Thank you!

Sultan2
Tourist
8 0 1

PageFly-Victor
Shopify Partner
7865 1786 3120

This is an accepted solution.

Hi @Sultan2 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
.dbtfy.dbtfy-cart_discount.drawer__inner-section.ajaxcart__discount,
.dbtfy.dbtfy-order_feedback,
.dbtfy.dbtfy-delivery_date.card.card-mobile.spacer-top,
.dbtfy.dbtfy-cart_discount.card.card-mobile.spacer-top{
    display: none !important;
}

</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

Sultan2
Tourist
8 0 1

Thank you very muchh !!

kinder123
Visitor
1 0 0

Hey Vector thanks to solve my issue actually i am also facing the same issue and your provided codes really work to solve my issue