Additional Checkout Buttons not showing on the cart page and cart drawer Down theme

"I’ve added the code below on the cart page, but the PayPal button is still not showing. Can someone help me figure out what the issue is?

{%- if additional_checkout_buttons -%}
                
                  {{ content_for_additional_checkout_buttons }}
                

              {%- endif -%}

Thank you in advance

Hi @bhaveshlimbani
It may be the case that papal is not setup on your store, it only shows the payment methods setup on the store and also it depends upon customer purchasing history and other things so paypal might not see for all customers but some customers can still see it

Please don’t forget to Like and Mark Solution to the post that helped you.

Thanks!

I’ve already Enabled PayPal on LIVE and it is working fine on the checkout page.