Chris Brown
Chris Brown
It's been a long time since I used the stancl/tenancy package. From what I recall this package works fine with it. So it's likely something else in your application that...
@MarceauKa I'm still available to help with the repo if you'd like. (I'm not sure if you got my email, so I'm posting here with a ping.)
In such a case the product is probably not purchase-able, so not-found is probably best. I don't think creating a stub with incomplete/unverified name/description would be right. The buying process...
Thanks for the technical explanation. Now I find myself trying to understand the background behind how this came up. > and can be reset again by another method. Such as?...
The original purpose for `$_SESSION['additional_payment_messages']` was to allow a payment module to provide a one-time message to the customer. Usually it's the payment confirmation details, similar to what might show...
I'm trying to determine whether it's important that it be a one-time-only thing, vs allowed to be retained across page-refreshes.
Additionally, the payment module can set a `$email_footer` property (Money Order does) to forward the "send your payment here" message. I thought there was another variable for that for template-display,...
After much digging, it appears that that AIM `$response[88]` case is for handling an edge case related to attempting to use gift cards. In the scenario of credit-card-slamming I can...
Most other checkout-related session vars are unset in the checkout_process.php module. But if this needs to be set so it's viewable on checkout_success then resetting with the others at the...
Must also consider here that whatever relocation is done may affect other checkout flows such as OPC.