Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PLEASE help me with these final touches!


odgoodies

Recommended Posts

After slogging away for 2 weeks I more or less have the site the way I want it. I have been battling with a few small niggling items and after spending the whole afternoon, I am now giving up! Please have a look at it here:

 

http://www.outdoorgoodies.co.za

 

I need help with the following:

 

1) All the boxes have small grey squares in the top left corners - how do I make them brown as well?

 

2) The Quick Find and Currencies blank boxes need a thin brown outline as well - where do I change this?

 

3) The products listing pages, as well as the manufacturers' pages need the same background as the main theme. Where and how do I set this?

 

These are the last items I need to get fixed, and I would really appreciate your help!

Link to comment
Share on other sites

The gray areas are images.

 

Make new one the correct color or remove the images.

 

A little help here: click me

 

Remember to backup any file before making any edits.

 

If you break it - you buy it.

:blush:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

2) The Quick Find and Currencies blank boxes need a thin brown outline as well - where do I change this?

To get the brown border in the quick find box:

 

In this file:

 

/osc/includes/boxes/search.php

 

Find this code:

 

							   'text' => tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: ' . (BOX_WIDTH-30) . 'px"') . ' ' . tep_hide_session_id() . tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) . '<br>' . BOX_SEARCH_TEXT . '<br><a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '"><b>' . BOX_SEARCH_ADVANCED_SEARCH . '</b></a>');

In that code change this:

 

style="width:

to

 

style="border: 1px; border-style: solid; border-color: #663300; width:

To get the brown border in the currencies box:

 

In this file:

 

/osc/includes/boxes/currencies.php

 

Find this code:

 

								 'text' => tep_draw_pull_down_menu('currency', $currencies_array, $currency, 'onChange="this.form.submit();" style="width: 100%"') . $hidden_get_variables . tep_hide_session_id());

In that code change this:

 

style="width: 100%"

To:

 

style="border: 1px; border-style: solid; border-color: #663300; width: 100%;"

Backup both files before making any edits.

 

You broke it - you bought it...

:blush:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

2) The Quick Find and Currencies blank boxes need a thin brown outline as well - where do I change this?

To get the brown border in the quick find box:

 

In this file:

 

/osc/includes/boxes/search.php

 

Find this code:

 

							   'text' => tep_draw_input_field('keywords', '', 'size="10" maxlength="30" style="width: ' . (BOX_WIDTH-30) . 'px"') . ' ' . tep_hide_session_id() . tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH) . '<br>' . BOX_SEARCH_TEXT . '<br><a href="' . tep_href_link(FILENAME_ADVANCED_SEARCH) . '"><b>' . BOX_SEARCH_ADVANCED_SEARCH . '</b></a>');

In that code change this:

 

style="width:

to

 

style="border: 1px; border-style: solid; border-color: #663300; width:

To get the brown border in the currencies box:

 

In this file:

 

/osc/includes/boxes/currencies.php

 

Find this code:

 

								 'text' => tep_draw_pull_down_menu('currency', $currencies_array, $currency, 'onChange="this.form.submit();" style="width: 100%"') . $hidden_get_variables . tep_hide_session_id());

In that code change this:

 

style="width: 100%"

To:

 

style="border: 1px; border-style: solid; border-color: #663300; width: 100%;"

Backup both files before making any edits.

 

You broke it - you bought it...

:blush:

 

Thanks Jim- you have been a great help! Really appreciated.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...