Zen Cart Logo
Forums / Addon Sideboxes / image missing from Blank side box

image missing from Blank side box

Locked

Views: 1,258

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
7 Aug 2010, 4:01 PM
#1
irishshopper avatar

irishshopper

Zen Follower

Join Date:
Apr 2010
Location:
County Down, Northern Ireland
Posts:
302
Plugin Contributions:
0

image missing from Blank side box

I have added in the module to include a blank sidebox which originally I put in a Twitter pic link which worked fine.

I have taken the Twitter pic out and wanmt to put in now a rotating gif picture of some products but it wont show.

The website is http://www.irishshopper.com

The coding I used in the blanksidebox file tpl_blank_sidebox.php is

// 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 .= '<img src="http://www.irishshopper.com/includes/templates/ZCT Sports 03/images/products.gif" width="102" height="150">';
$content .= '</div>';
?>

7 Aug 2010, 5:57 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: image missing from Blank side box

You're pointing the <img> tag in that code to the images folder of your template, while Zencart is looking for it in /images. I have no idea why, unless your edits to that file didn't 'take'. Do you still have an img link in blank_sidebox_defines.php ?

Copy the products.gif file to /images and see if Zencart finds it.