Please Log in or Create an account to join the conversation.
That setting doesn't matter since we send the IPN URL with the payment info.But then what will happen to the notifications coming from the Spanish Site?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
This is a statement that only applies to your site. I don't want people getting the wrong idea about Joomla here. Joomla is only as slow as you make it. Our home page for example scores a 91 on lighthouse performance test.Joomla is too slow as a front end website, and does not pass google speed requirements for SEO
This will break the IPNs for any subscriptions purchased before the move to a subfolder. Their IPN URL is already stored at PayPal without the subfolder.So I've just put the english site into a subfolder.
Subscriptions only go out of sync when the payment processor cannot communicate with your site. Your live_site pathing could be wrong or your site maybe unreachable by the payment processors servers (e.g. firewall could be blocking them, etc..).But this 'out of sync account problem' was happening way before that. Basically recurring subscriptions wouldn't work either on Stripe or PayPal. The subscribers will get charged, but CBSubs will go out of sync and expire the subscriber's account.
Manually reactivating likely turned off recurring payments on CBSubs end. Edit their subscription in CBSubs > Subscriptions by clicking the # under the Id column and use the below to reactivate so the subscription knows it should expect IPNs.But now, all of the PayPal recurring Subscriptions went out of sync on both sites, so I have to manually re-activate every single PayPal transaction on CBSubs.
Your previous issue was likely the firewall. This issue appears to be entirely because the site was moved to a subfolder and the IPNs are not stored with that subfolder. You should be able to workaround that issue with a mod_rewrite rule in htaccess to send IPNs from your root folder to the subfolder. It'd probably be best to rewrite any URL that isn't to your landing page to your subfolder since that use to be your root.But I still can't solve that sync issue, now is PayPal.
Please Log in or Create an account to join the conversation.
You should be able to workaround that issue with a mod_rewrite rule in htaccess to send IPNs from your root folder to the subfolder. It'd probably be best to rewrite any URL that isn't to your landing page to your subfolder since that use to be your root.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.