Store owner only wants to use PayPal in the PayPal Commerce configuration but wants all the PayPal buttons to appear without the Debit or Credit Card button on the PROD, BASK, LOGN
CTyHEg.png
Am I missing the obvious, is there a way to have it similar to the OCST screen?
KLnopG.png
The coding for the BASK and the OCST is the same.
Is there some setting at PayPal that can be changed to remove the Debit or Credit Card button?
CTyHEg.png
Am I missing the obvious, is there a way to have it similar to the OCST screen?
KLnopG.png
The coding for the BASK and the OCST is the same.
Code:
<mvt:if expr="l.settings:page:code EQ 'BASK'"> <mvt:item name="paypalcp_credit" param="basket" /> <br> <mvt:item name="paypalcp_buttons" /> <hr class="c-keyline"> </mvt:if> <mvt:if expr="l.settings:page:code EQ 'OCST'"> <mvt:item name="paypalcp_credit" param="basket" /> <br> <mvt:item name="paypalcp_buttons" /> <hr class="c-keyline"> </mvt:if>
Is there some setting at PayPal that can be changed to remove the Debit or Credit Card button?
Comment