This is a discussion on add text to "contact us" page within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; hi, can anyone tell me how and where to add text and links to the "contact us" page in the ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| hi, can anyone tell me how and where to add text and links to the "contact us" page in the information box.i want to include my business emails and phone #s in that page. if anyone can give me any insight it would be very appriciated thanks ken |
|
#2
| |||
| |||
| the simplest fix would be to put it in the footer so that it appears on every page, which you'll find in the english.php in catalog/includes/languages |
|
#3
| ||||
| ||||
| I would just add another entry to the box and call it About US and then add what you are looking for.... the contact us page works pretty nice for customers emailing you, and I'm guessing that you are looking to add location and so forth. Just my thought |
|
#4
| |||
| |||
| Quote:
http://www.honeybeadjewelry.com/contact_us.php http://www.honeybeadjewelry.com/about_me.php You can add the info to the Contact Us page in the catalog/includes/languages/english/contact_us.php. I also modified the catalog/templates/template_name/content/contact_us.tpl.php file to get the page looking like I wanted. |
|
#5
| ||||
| ||||
| Nice Job Brian!.... I hadn't thought to customize that box! makes total sense now that I see it LOL, Thanks, Tony |
|
#6
| |||
| |||
| Just thought I would add this handy tip........ To automatically include your business name and address to the contact us page follow these instructions: go to catalog/includes/languages/contact_us.php line 13 should look something like this: define('HEADING_TITLE', '<h6>'contact us'); replace it with this: define('HEADING_TITLE', '<h6>'.STORE_NAME.'<br>'.nl2br(STORE_NAME_AD DRESS).'<br>Email: <a href="mailto:'.STORE_OWNER_EMAIL_ADDRESS.'">'.STOR E_OWNER_EMAIL_ADDRESS.'</a><br><br>ENTER SOME TEXT HERE</h6><br>'); This will retrieve your store information and place it on the contact us page at the top above the boxes that are already there. This is handy as if you ever change any information like your phone number, it will automatically up date it. Remember to change the "ENTER SOME TEXT HERE" to say something like "If you would prefer please fill out the on line form below". This works well for me. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change Create Order Text "Réduction" and "Li | kelly34 | osCMax v2 Customization/Mods | 3 | 08-03-2005 10:55 AM |
| "Tax" text not showing up in Checkout Confirm or e | giyer | osCMax v1.7 Installation | 1 | 04-24-2005 11:45 AM |
| Explain "quantity" number with added text? | petrea | osCommerce 2.2 Modification Help | 2 | 06-13-2004 01:51 PM |
| How can I make new css class for INPUT TYPE="TEXT" | error404 | osCommerce 2.2 Modification Help | 1 | 07-07-2003 09:55 AM |
| Lost the "0 items in cart" text in Shopping_Cart b | mac | osCommerce 2.2 Modification Help | 1 | 05-02-2003 07:50 AM |