Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the Contact Us and Product Pages


jp182

Recommended Posts

Alright, so I'm trying to add company contact info on this page:

http://cureautomotive.com/store/contact_us.php

 

above the form. I'm not sure if I should edit it into that page directly or not. I tried to add the information into the contact_us.php file that is in the include folder but it does not show up.

 

 

ALSO, I'd like to make the description for the products bigger:

http://cureautomotive.com/store/product_in...?products_id=74

 

right now it cuts off the description.

 

Any hints about what files I need to look in would be helpful. Thanks

Link to comment
Share on other sites

catalog/includes/languages/english/contact_us.php (but thats where you said you were)

 

Is the problem that you are running out of characters in the description (that would be set in your database, I believe) or that your description box is not resizing to hold all the info?

Link to comment
Share on other sites

catalog/includes/languages/english/contact_us.php (but thats where you said you were)

 

Yeah the text in that file doesn't appear on the page for some reason

 

 

Is the problem that you are running out of characters in the description (that would be set in your database, I believe) or that your description box is not resizing to hold all the info?

 

hmmmm i'm not sure which option sets the characters for the description for the individual products. once i know that, i can see if its a resizing issue or just a character issue.

 

thanks for your help btw

Link to comment
Share on other sites

Yeah the text in that file doesn't appear on the page for some reason

hmmmm i'm not sure which option sets the characters for the description for the individual products. once i know that, i can see if its a resizing issue or just a character issue.

 

thanks for your help btw

 

 

bump, anyone?

Link to comment
Share on other sites

bump, anyone?

 

Try editing this page catalog/contact_us.php not catalog/includes/languages/english/contact_us.php

 

This is how I edited mine...

 

<!-- body //-->
<table border="0" width="100%" cellspacing="3" cellpadding="3">
 <tr>
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- left_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
<!-- left_navigation_eof //-->
</table></td>
<!-- body_text //-->
<td width="100%" valign="top"><?php echo tep_draw_form('contact_us', tep_href_link(FILENAME_CONTACT_US, 'action=send')); ?><table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
	<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
	  <tr>
		<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
		<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_contact_us.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
<tr><td><font color="ff0000">GoodFellas Games 1061 W. Orange Blossom Trail Apopka, Fl. 32712 407-886-4193   <a href="http://www.google.com/maps?f=q&hl=en&q=1061+W.+Orange+Blossom+Trail+Apopka,+Fl.+32712&ie=UTF8&om=1&z=15&ll=28.684526,-81.530786&spn=0.023643,0.048795&t=k&iwloc=addr" target="_blank">Click here for map</a></font></td></tr>
	  </tr>
	</table></td>

 

For an even snazzier modification, try this contribution... http://www.oscommerce.com/community/contri...h,super+contact

We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...