Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search the Community

Showing results for tags 'member approval'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News and Announcements
    • News and Announcements
  • osCommerce v4.x
    • General Support
    • Migration from old osCommerce
    • Design and Templates
    • Apps / Add-ons
    • Translations
    • API and import/export
    • Marketplace integration
    • Manuals and How-to
    • Blog's discussion
  • osCommerce Online Merchant v2.x
    • General Support
    • osCommerce Online Merchant Community Bootstrap Edition
    • Add-Ons
  • Development
  • General
    • General Discussions
    • Live Shop Reviews
    • Security
    • Commercial Support Inquiries
    • Developer Feedback

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Real Name


Location


Interests


Website

Found 2 results

  1. My repository for member approval...tested on Edge...welcome to use/hack... One core file change in Admin...boy, overall admin really can use some work as well as customers and etc should really be using object...probably should use less global variables...and may be a addon/module installer? https://github.com/clustersolutions/osc-member-approval
  2. I have member approval running on OSC 2.3.3 and PHP 5.4, when and email is sent from create_account.php in the header of the subject line, listed in this code $name, does not show up in the subject line. it is blank, everything gets inserted into the data base. the email vars are empty. I use $name, $firstname, $lastname and they are blank also. Was working great in OSC 2.2 running PHP 5.2 ? what do I need to change to make this work ? $admin_email_text = $customer_opening . ADMIN_EMAIL_WELCOME . ADMIN_EMAIL_TEXT . EMAIL_WARNING; $admin_subject = sprintf(ADMIN_EMAIL_SUBJECT, $name); tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, $admin_subject, sprintf($admin_email_text, $name), STORE_OWNER, EMAIL_FROM, ''); Here is my code where I am trying to pull the data and send in an email define('ADMIN_EMAIL_TEXT', ' ' . $firstname . '<b> ' . $lastname. ', </b>at ' . $company . ', has applied for access to <b>' . STORE_NAME . ' </b>eCommerce web site on ' . strftime(DATE_FORMAT_SHORT) . ' at ' . strftime(DATE_TIME_ONLY) . ' <br /> ' . $firstname . ' ' . $lastname . ' <br /> ' . $company . ' <br /> ' . $street_address . ' <br /> ' . $city .', ' . $state .' ' . $postcode . ' <br /> ' . $telephone . ' <br /> ' . $email_address . ' ' . "\n\n"); any help would be appreciated. thanks Sandwick
×
×
  • Create New...