Copying code
from : "Payment Phase RWD" - not used on the site
to : "Payment Phase" - used on the site
= SellerdeckPay card fields now appear
code added was:
My error message "Error loading [psplib200.htm.js]. Please try another payment method" still appears
but using a credit card number 4444 5555 6666 8801 01/26 111 does return a message that it was declined...
Not ideal... prefer default settings.
My deadline is actually today... as I'm working on Payroll tomorrow and other accounts related so I won't have time on resolving this the next few days...
added note 1: Moved the code to beneath the line with "/table"
as the card fields appeared above the drop-down menu, now it's better beneath
added note 2:
If you used the Paypal Widget, you may have 2 "Checkout with Paypal" buttons... I removed the Paypal Widget code
from : "Payment Phase RWD" - not used on the site
to : "Payment Phase" - used on the site
= SellerdeckPay card fields now appear
code added was:
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e%20AND%0d%28%3cactinic%3avariable%20name%3d%22IsSSLUsedForEssentialPages%22%20%2f%3e%20OR%20%3cactinic%3avariable%20name%3d%22IsSSLUsedForWholeSite%22%20%2f%3e%29" >
<actinic:variable name="CardDetails" if="%3cactinic%3avariable%20name%3d%22IsCreditCardCaptureEnabled%22%20%2f%3e%20%3d%3d%20TRUE%20AND%20%3cactinic%3avariable%20name%3d%22IsCreditCardCapturedOnCheckout%22%20%2f%3e%20%3d%3d%20TRUE" />
<actinic:variable name="V12Finance" if="%3cactinic%3avariable%20name%3d%22IsV12FinanceEnabled%22%20%2f%3e%20%3d%3d%20TRUE" />
<actinic:variable name="PayPalCheckoutButtons" if="%3cactinic%3avariable%20name%3d%22IsPayPalCheckoutEnabled%22%20%2f%3e" />
<actinic:variable name="ClearAcceptFields" if="%3cactinic%3avariable%20name%3d%22IsClearAcceptEnabled%22%20%2f%3e" />
</actinic:block>
<actinic:variable name="CardDetails" if="%3cactinic%3avariable%20name%3d%22IsCreditCardCaptureEnabled%22%20%2f%3e%20%3d%3d%20TRUE%20AND%20%3cactinic%3avariable%20name%3d%22IsCreditCardCapturedOnCheckout%22%20%2f%3e%20%3d%3d%20TRUE" />
<actinic:variable name="V12Finance" if="%3cactinic%3avariable%20name%3d%22IsV12FinanceEnabled%22%20%2f%3e%20%3d%3d%20TRUE" />
<actinic:variable name="PayPalCheckoutButtons" if="%3cactinic%3avariable%20name%3d%22IsPayPalCheckoutEnabled%22%20%2f%3e" />
<actinic:variable name="ClearAcceptFields" if="%3cactinic%3avariable%20name%3d%22IsClearAcceptEnabled%22%20%2f%3e" />
</actinic:block>
but using a credit card number 4444 5555 6666 8801 01/26 111 does return a message that it was declined...
Not ideal... prefer default settings.
My deadline is actually today... as I'm working on Payroll tomorrow and other accounts related so I won't have time on resolving this the next few days...
added note 1: Moved the code to beneath the line with "/table"
as the card fields appeared above the drop-down menu, now it's better beneath
added note 2:
If you used the Paypal Widget, you may have 2 "Checkout with Paypal" buttons... I removed the Paypal Widget code
Comment