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

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

bhaveshlimbani
Shopify Partner
2 0 0

"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 -%}
                <div class="cart__dynamic-checkout-buttons additional-checkout-buttons">
                  {{ content_for_additional_checkout_buttons }}
                </div>
              {%- endif -%}

 

 

 

 

  Thank you in advance

Replies 2 (2)

pawankumar
Shopify Partner
618 91 111

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!
 

- Need a Shopify developer? Chat on WhatsApp +91-9467121281
- Coffee Tip: Buymeacoffee  | Email: [email protected]
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Best regards,
Pawan
bhaveshlimbani
Shopify Partner
2 0 0

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