osCmax v2.5 User Manual
Results 1 to 7 of 7

Adding telephone to "contact us" form

This is a discussion on Adding telephone to "contact us" form within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; how do i start a new thread I NEED HELP HERE, how do i change the Contact us page, I ...

      
  1. #1
    Lurker
    Join Date
    Feb 2011
    Posts
    1
    Blog Entries
    1
    Rep Power
    0


    Default Adding telephone to "contact us" form

    how do i start a new thread I NEED HELP HERE, how do i change the Contact us page, I want to include my telephone number and mailing address, PLEASE HELP ME!

  2. #2
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Default Re: Adding telephone to "contact us" form

    Make sure you use the Prefix when you post - so we know if you are using v2.0.25 or v2.5 ... without this information I can not answer your question.

    So - which version are you using?

    Regards,
    pgmarshall
    _______________________________

  3. #3
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Default Re: Adding telephone to "contact us" form

    Quote Originally Posted by monobenzone View Post
    how do i start a new thread I NEED HELP HERE... PLEASE HELP ME!
    There's a strange button at the top of each section:
    + Post New Thread
    And SHOUTING repeatedly doesn't help!
    Hosting plans with installation, configuration, contributions, support and maintenance.

  4. #4
    New Member
    Join Date
    Jan 2011
    Posts
    19
    Rep Power
    0


    0 out of 1 members found this post helpful.

    Default Re: Adding telephone to "contact us" form

    monobenzone, I can tell you to RTFM, but, the manual is kind of scarce... there isn't much of it. Go to http://yoursite.com/admin or http://yoursite.com/catalog/admin, log in, and poke around there.

  5. #5
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Default Re: Adding telephone to "contact us" form

    FYI: osCmax has the most documentation/information available to it than ANY other osCommerce-derived package. Sometimes a little effort is required! The constantly growing wiki is first port of call, along with searching on this forum. It's free open source software and guess what free support here. So to expect everything to be spoon-fed immediately is entirely unrealistic.
    If some effort is made to read up on how osCmax (BTS) templating works, then this will go a long way to answering many questions. Create your own template and start looking to modify contact_us.tpl.php - it is not difficult.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  6. #6
    osCMax Development Team
    pgmarshall's Avatar
    Join Date
    Feb 2009
    Location
    London
    Posts
    2,678
    Rep Power
    49


    Default Re: Adding telephone to "contact us" form

    You never did answer my question about which version so I am going to assume v2.5 ...

    Goto Admin -> Configuration -> Templates -> Contact Us Form -> Enable what you want or type text into the Store Opening Hours free format box.

    Regards,
    pgmarshall
    _______________________________

  7. #7
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    26


    Default Re: Adding telephone to "contact us" form

    Prior to 2.5 there is a manual that is for sale by someone (I can't remember who, but I was one of the reviewers). If 2.5 we are, as Ridex points out, providing tons more documentation than any other open source product in the WIKI. What we can't do is teach people to read or code.

    "Adding telephone to "contact us" form" - is that the customers information? Is that your store information? Do you want to modify the BTS template to pick it up automagically from your database (the values stored in your store configuration) or do you just want a quick fix to hardcode it into a template? If you are doing it programatically from the database, do you want to allow the code to only display it when the customer is logged in, or at all times. Do you want to be able to manage the display of it so it can be controlled by the admin side on where the data is placed (in the body above the form, or below the form in a footer?). What fields from the database do you want to display? Phone? Fax? Address?

    There are two kinds of users who opt for an open source store. The simple user who wants to do as little as possible in configuring a store and wants to "install and sell" as fast as possible, and then the more power user who wants to have tons of configuration options in the admin that they can tweak with to personalize the store to meet their needs. [okay, that's a rather simplified view of the world, there is a sliding scale and all I did was pick the two largest groups on it, at the low end is the guy who just wants to point a new domain at a server and be on-line selling, and at the other end are the people that end up joining the development team and want to tinker with the internals... but the two largest curves/bumps on the line are the ones I mentioned above]. The first kind of user is not going to bother reading any documentation, the second may be willing to do so, but once they read about BTS many times they get intimidated, which is why so much can be accomplished straight from admin configuration.

    A more complex "contact us" page is very possible (beyond what is currently in the admin of 2.5). It would require modifying the current admin component (and the fallback template), it could allow for the creation of reason pulldowns as well as formatting and additional fields for the user, etc. As it is NOT pertinent to the sales process, it is a low priority. Should an industrious person go out and create this feature set and put it up as a mod, I'm sure it would be considered for the next generation release.

    Final note about the WIKI. If you have come up with a process to do something, or have learned something useful while working in the product, you can post it here and ask any of the developers to help you clean up the item and add it to the WIKI. The more FAQs we have answered in the WIKI, the less we have to answer them here. Responding "did you look in the error log file, and what was the error message" every time someone says they get a white/blank page doesn't make us feel useful, just overworked and non-responsive. We would LOVE to have it so that the first place one goes when they have an issue is the WIKI, the second place is the forums. I'm working on a post for the WIKI right now on how to debug the cart using the messagestack. The key problem with getting people to use the WIKI is that most people are NOT used to having open source that is well documented. They are used to FIRST ask on the forum. It's why many open source development teams don't even bother with a WIKI, because it is about retraining the user community to go to the WIKI first...

    Enough rant... once "how do i start a new thread I NEED HELP HERE, how do i change the Contact us page, I want to include my telephone number and mailing address, PLEASE HELP ME!" has clarified the request (which I suspect is that they want their store data on the content/contact_us.tpl.php) they will be able to follow Ridex's post, edit the file and hardcode in what they want where the want it.
    Last edited by met00; 02-17-2011 at 11:34 AM. Reason: clarified the enhancements .v. 2.5
    so endith the lesson
    <think>sometimes I just sit's and thinks</think>
    "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB

Similar Threads

  1. Help needed with adding Images on "mainpage.php"
    By lanrat in forum osCMax v2 Features Discussion
    Replies: 3
    Last Post: 07-15-2009, 03:17 PM
  2. Adding "Live Chat" feature into OscMax?
    By minuteman1970 in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 08-26-2008, 12:30 PM
  3. add text to "contact us" page
    By flexx in forum osCmax v1.7 Discussion
    Replies: 5
    Last Post: 06-08-2005, 12:39 AM
  4. Adding a link next to "My Account | Cart Contents"
    By jb321 in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 11-02-2004, 04:40 AM
  5. Adding "Next page" links to bottom of new pages?
    By afguns in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 03-31-2004, 05:30 PM

Bookmarks

Posting Permissions

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