The web page that you linked to here doesn’t load for me. Does it load for you?
Can you check your PHP error log for errors when those emails were generated? The method that builds the invoice URL does this:
public function invoice_url( $type = 'html' ) {
$REG = $this->primary_registration();
if ( ! $REG instanceof EE_Registration ) {
return '';
}
return $REG->invoice_url( $type );
}
So if something went wrong with the registration data then there’s the potential that the invoice URL will return nothing, which will in turn give you that preview link instead.
Viewing 3 reply threads
The support post ‘Add Invoice Link to confirmation Mail’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.