ok, so i just remove the entire line? just where it says "site map"? what if I want to break up shipping and returns to be two separate entries.....shipping for one and returns for another? Lord, I need a drink![]()
ok, so i just remove the entire line? just where it says "site map"? what if I want to break up shipping and returns to be two separate entries.....shipping for one and returns for another? Lord, I need a drink![]()
ok, i figured that one out thanks!!
now one more thing..i need to create a separate Returns (not included with the shipping define pages) how do I go about that?
thanks!!
im sorry......ONE more thing......LOL
What if I want to add an image to that box I am working on? at the bottom of the box maybe? I know nothing about code, so be gentle with me :)
thanks again!
Kristi
Got no idea what box you are working on???What if I want to add an image to that box I am working on? at the bottom of the box maybe?
Zen-Venom Get Bitten
The information side box :)
Try adding your image in a copy of the file includes/templates/template_default/sideboxes/tpl_information.php that you place in your template, where indicated
Code:} $content .= '</ul>' . "\n"; Add your content here $content .= '</div>'; ?>
Zen-Venom Get Bitten
Hi Kobra,
I am sorry to be such a dunce.....i no NOTHING about code stuff.....here is what the includes/templates/template_default/sideboxes/tpl_information.php looks like at the moment--(well part of it, I didnt paste all the top stuff). As you can see, I added the img src thingy at line 20. The text i put in works, just cant get the logo in right. And believe me, i added that ssl.gif to every danged image file I have everywhere.....LOL SO where did I go wrong?
$content = '';
$content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
// Replace the text and HTML tags between the apostophes on lines 19 and 20.
// Use as many or as few lines using this model as you need for your custom content.
// If you have a multilingual site define your text in the languages/YOUR_LANGUAGE/extra_definitions/blank_sidebox_defines.php and include it as shown in line 19.
// If your site is monolingual, you can put the text right here as shown on line 20 (and nobody will know!)
$content .= '<p>' . TEXT_BLANK_SIDEBOX . '</p>';
$content .= '<p><img src="ssl.gif"></p>';
$content .= '</div>';
?>