Customer Payment Link Not Working
-
Using woocommerce from the admin side and creating a pay link via “customer invoice”.
The customer pay link is redirecting to some random webpage even though the URL says what it is supposed to.
Right now my code says
<p><?php printf( __( ‘An order has been created for you on %1$s. To pay for this order please use the following link: %2$s’, ‘woocommerce’ ), get_bloginfo( ‘name’, ‘display’ ), ‘get_checkout_payment_url() ) . ‘”>’ . __( ‘pay’, ‘woocommerce’ ) . ‘‘ ); ?></p>
<?php endif; ?>PLEASE HELP! None of the pay links are working.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Customer Payment Link Not Working’ is closed to new replies.