You are here: Home
Support site for Tips and Tricks HQ premium products
Thanks
what codes can be accepted to infulance the payment form…..??
full list plus what actions they will imploment
Please
OK i think i’ve sorted it or i should say temp work round…
i’ve added this below:
{
echo ‘<option value=”PleaseSelectPayment”>’.__(‘Please Select Payment’).'</option>’;
}
so it looks like this in “wp-photo-seller/views/cart-wps.php” below:
{
echo ‘<select name=”checkout_select” id=”checkout_select”>’;
{
echo ‘<option value=”PleaseSelectPayment”>’.__(‘Please Select Payment’).'</option>’;
}
if(WPSSetting::getValue(‘use_paypal_standard_checkout’) == ‘on’)
{
echo ‘<option value=”paypalCheckout”>’.__(‘Paypal Checkout’,’WPS’).'</option>’;
}
if(WPSSetting::getValue(‘use_manual_checkout’) == ‘on’)
{
echo ‘<option value=”manualCheckout”>’.__(‘Manual Checkout’,’WPS’).'</option>’;
}
echo ‘</select>’;
}
hope something like this gets put in an update or i’ll be having to add in all updates lol
Thanks for quick reply