Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

front page of shop


Guest

Recommended Posts

:'( :'( Please can someone help me, My oscommerce is nearly there, done everything right but can not change the front of the shop to suit my business, like my banner and my colours so that it matches my web site, I am not a programmer

Link to comment
Share on other sites

:'( :'( Please can someone help me, My oscommerce is nearly there, done everything right but can not change the front of the shop to suit my business, like my banner and my colours so that it matches my web site, I am not a programmer

 

 

Hi That would depend on how much you want it to look the same,

the quickest and best method is to change the banner image..

in the image folder there is a oscommerce.gif either rename your image to

that name and dump it in, or in the header page there is the the bolded below , rename to the name of your image ...make sure it is not more 500px wide, so it does not push out the other images,,

next thing is edit the css files to make the colours of you site,,, if you have buttons in your site now copy the style of them and rename them to the same names as those in the include/language/images/buttons,edit the css style sheet to match your colours and fonts of your current,,, add a link in your site to the catalog...that is the quickest way ...but over time you will learn how to do more

 

hope this helps

russell

 

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr class="header">

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td>

<td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a>  <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>  <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?>  </td>

</tr>

</table>

Rusty

-------------------------------------------

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...