Footer Affiliate is not loaded
condor2 opened this issue · 4 comments
Possible is not finished
https://github.com/opencart/opencart-3/blob/main/upload/catalog/controller/common/footer.php#L38
Looks like it's been resolved here: #271 . The affiliate status must also be active from the store in order for the affiliate footer link to show.
That PR has nothing to do with Affiliate controller not finished.
Before was
/index.php?route=affiliate/login
Now is (lik ok4)
/index.php?route=account/affiliate
but you get error
The page you requested cannot be found!
Maybe leave issue opened so you know if is finished or not
If you add index function from oc4 load just fine/redirect to account/login
https://github.com/opencart/opencart/blob/master/upload/catalog/controller/account/affiliate.php#L12
The reason why this commit was closed was due to the lack of information you provided on the first post. Since the issue has been closed, only then, have you provided more information. I did, however, noticed on more recent issues and PRs that you posted more information compared to this one. Therefore, I will reopen the issue.
There's no account/affiliate
model as described from OC 4 and also why there's no index method in OC 3 releases. I re-added the affiliate/login
link in the footer for now: b4beab6 . In the future, I'll look for further features if they apply with these.