Forum Replies Created
-
AuthorPosts
-
July 9, 2014 at 7:40 am in reply to: Photo Seller – add text to dropdown menu in manual payment #64196
Task001
MemberThanks
July 9, 2014 at 12:59 am in reply to: Photo Seller – Modify colors for the forms thank you page and manual checkout #62534Task001
Memberwhat codes can be accepted to infulance the payment form…..??
full list plus what actions they will imploment
Please
July 8, 2014 at 8:33 pm in reply to: Photo Seller – add text to dropdown menu in manual payment #64194Task001
MemberOK 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
July 6, 2014 at 9:37 am in reply to: WP Photo Seller- fully edit manual payment form or will it be in a future update #64155Task001
MemberThanks for quick reply
-
AuthorPosts