Hi jy doen om hierdie quick fix en vertel help dit. Dit het gehelp op ons forum, maar ek sien in jou beskrywing dat jy nie redirecting na PayPal deur https, so ek weet nie het jy skryf dit verkeerd is in jou beskrywing, of dit is 'n ander fout. So indien dit deur https dan hierdie oplossing sal beslis help om jou (ingesluit sal word in 3.3.1):
1. oop / includes / vbenterprisetranslator_functions_url_tracking.php
2. Search:
PHP Code:
if (0 === strpos($address, 'http:')) {
3. en dit vervang deur:
PHP Code:
if (0 === strpos($address, 'http')) {