Thread: New Customer

Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default New Customer

    I am looking at changing the password block for a new customer, however, using 'Developers Tool Kit (DTK)' and such like I cannot find the from submit.

    I have used view source of the log-in page and found "<form name="create_account" action=" but using DTK it will not find which files on the website has it.

    Can somebody explain how the new customer file with the password is assembled, please.
    Learning Fast.
    Eden Craft Supplies

  2. #2
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: New Customer

    Quote Originally Posted by adb34 View Post
    I am looking at changing the password block for a new customer, however, using 'Developers Tool Kit (DTK)' and such like I cannot find the from submit.

    I have used view source of the log-in page and found "<form name="create_account" action=" but using DTK it will not find which files on the website has it.

    Can somebody explain how the new customer file with the password is assembled, please.
    Quick overview which does not necessarilyanswer the question directly, form fields are created through php, so won't find the specific string that was posted above. You will/should however, find create_account or some variation of it. Otherwise, an area to start is to look at the preloaded data/header data loaded through the pages directory: store/includes/modules/pages/create_account, and any associated template files that may guide you to your selected area such as store/includes/templates/YOUR_TEMPLATE/templates/tpl_create_account if it exists, or it may be in the templates_default directory and if being modified should be copied over to the above.

    But if there is something of a wording change for "new" users, you would need an additional languages definition or modify an existing one to properly display the desired text.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,944
    Plugin Contributions
    96

    Default Re: New Customer

    Quote Originally Posted by adb34 View Post
    I am looking at changing the password block for a new customer, however, using 'Developers Tool Kit (DTK)' and such like I cannot find the from submit.

    I have used view source of the log-in page and found "<form name="create_account" action=" but using DTK it will not find which files on the website has it.

    Can somebody explain how the new customer file with the password is assembled, please.
    Forms within Zen Cart are "properly" created using the function zen_draw_form, so when you see a <form name="create_account" ... in your page's generated HTML you'll need to use the DTK to search for zen_draw_form('create_account' or zen_draw_form ('create_account' to find where that form is being created.

    In this case, the file you're looking for is in your templates directory: tpl_modules_create_account.php

  4. #4
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: New Customer

    I know what I am looking for is over several files. What I am looking for is the order of files to make
    <form action="/" method="post">
    </form>
    Learning Fast.
    Eden Craft Supplies

  5. #5
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: New Customer

    I have found a script that shows your password reveal as you type, well if you want to see it. This is what am trying to do.
    Learning Fast.
    Eden Craft Supplies

 

 

Similar Threads

  1. Replies: 0
    Last Post: 11 Nov 2011, 02:06 PM
  2. Removing new customer login option for pre-approved customer list
    By Acemeister in forum Managing Customers and Orders
    Replies: 3
    Last Post: 21 Sep 2010, 04:51 AM
  3. New Customer Registration affects other customer details
    By wdkstudio in forum Managing Customers and Orders
    Replies: 2
    Last Post: 24 Jun 2009, 02:06 PM
  4. Changing Up Returning Customer/New Customer Page
    By thevintagesound in forum PayPal Express Checkout support
    Replies: 0
    Last Post: 11 Jun 2009, 03:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg