I could then create an order in admin (ether as a guest or a registered user) and over the order’s Status field (status should be Pending payment) clicked the Customer Payment page link. I could then enter the credit card details and make the charge. The payment was processed fine on both ends.
This is a serious need since you can’t get into the Stripe Express account. Everyone with an online business will have the need to process phone and/or offline orders at one time or another. Does anyone know if it’s forthcoming?
Hypnosen er et effektivt redskab til at skabe positive forandringer i en persons tanker, følelser og adfærd. Ved den rigtige trancedybde skabes der varige forandringer, således at gamle negative følelser såsom svigt, uro, sorg, skam, vrede eller andet vil blive opløst én gang for alle – og personen vil opleve det som en blokering, der er forsvundet. Visit Here: https://jacobstrachotta.dk/hypnose-behandling/
We and our partners process your personal data (such as browsing data, IP Addresses, cookie information, and other unique identifiers) based on your consent and/or our legitimate interest to optimize our website, marketing activities, and your user experience.
PS – You have to actually create the order before the “Customer payment page” link appears…
I found a workaround. I added this to the theme’s functions.php:
————————-
function allow_admin_to_pay_for_order(){
$administrator = get_role(‘administrator’);
$administrator->add_cap( ‘pay_for_order’ );
}
add_action(‘init’, ‘allow_admin_to_pay_for_order’);
—————————
I could then create an order in admin (ether as a guest or a registered user) and over the order’s Status field (status should be Pending payment) clicked the Customer Payment page link. I could then enter the credit card details and make the charge. The payment was processed fine on both ends.
This is a serious need since you can’t get into the Stripe Express account. Everyone with an online business will have the need to process phone and/or offline orders at one time or another. Does anyone know if it’s forthcoming?
This is very needed for being able to take phone orders. I hope this is in development.
Hypnosen er et effektivt redskab til at skabe positive forandringer i en persons tanker, følelser og adfærd. Ved den rigtige trancedybde skabes der varige forandringer, således at gamle negative følelser såsom svigt, uro, sorg, skam, vrede eller andet vil blive opløst én gang for alle – og personen vil opleve det som en blokering, der er forsvundet. Visit Here: https://jacobstrachotta.dk/hypnose-behandling/