Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send to main admin email if new affiliate email is enabled #677

Closed
wants to merge 6 commits into from

Conversation

epiksel
Copy link
Contributor

@epiksel epiksel commented May 16, 2013

No description provided.

@opencart
Copy link
Collaborator

sorry there are to many changes that need to be merged. i can not see what's going on

@opencart opencart closed this Jun 18, 2013
@epiksel
Copy link
Contributor Author

epiksel commented Jun 18, 2013

I merged updates now.

@maddes
Copy link

maddes commented Jun 18, 2013

The whole idea is to send an email to the admin when an affiliate registers.

  • upload/catalog/controller/feed/google_sitemap.php
    • FIX: replaced '&' for '&'
  • upload/catalog/controller/product/search.php
    • FIX: replaced the hardcoded string 'tag -' for the new language string $this->language->get('heading_tag')
  • upload/catalog/language/english/mail/affiliate.php
    • ADDED: New strings for administrator email (to send when a new affiliate is registered)
    • The first 5 lines modified on this file are not really modified, just the alignment of the assignment changed.
  • upload/catalog/language/english/product/search.php
    • ADDED: New string for heading tag
  • upload/catalog/model/affiliate/affiliate.php
    • The actual email sending logic.

@epiksel
Copy link
Contributor Author

epiksel commented Jun 19, 2013

Sent pull request again #727

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants