Welcome Guest, Not a member yet? Register   Sign In
return redirect()->back();
#11

(This post was last modified: 05-22-2021, 05:20 AM by MGatner.)

Make sure you are returning the result from your actual Controller method:

return $this->_handle_checkout_error('Not enough mana');
Reply
#12

@swsupport,

Are sessions being used?

I just spent an unfruitful hour trying to debug a button to show a JavaScript alert when not logged in. Eventually decided to show a not logged in message and not to display the button.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB