Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No Image on Product Page


lilitoy

Recommended Posts

Hello,

 

I have install a v2.3.1. oscommerce template.

Everything went good, all was working, but for some reason after a limited of time, say one day,

the image is gone on the product_info page it self.

 

You stil see the picture on the homepage or when you look for it throug the categorie menu,

but like a wrote before it's gone in the product info.

Also there is nog broken image to see, just blanc.

 

When I look in the admin section you still see that I have uploaded the main image and large image

 

Also I have not changed any file what so ever.

 

 

Anyone some idea?

I really apriciatie any answer

 

Thank you

Lili

Link to comment
Share on other sites

Open your file product_info.php and find 2 things

 

1) <div class="grid_11 push_66 prods_info">

2) <div class="grid_66 pull_11">

 

Change both 66 to be 6

 

If you didn't change that, then who?

 

I can not imagine the template you got had this mistake included. Maybe? That's however an issue the template seller should and could be able to fix.

 

By the way, this flash rotator on the front page made me dizzy

 

EDIT: looking again at your site, the whole grid structure makes no sense. So I don't know what going on.

 

The image is there, just pushed out of the screen because of the messed grid

Link to comment
Share on other sites

Hello Multimixer,

 

Open your file product_info.php and find 2 things

 

1) <div class="grid_11 push_66 prods_info">

2) <div class="grid_66 pull_11">

 

Change both 66 to be 6

 

I have changed the code, still it's stays the same.

 

Really did not change any file yet, original is the same as the one you looked at

and regarding the template seller,

I have asked them and already 3 differents persons had try to find it...

 

So that why I have placed the question to the forum

 

I just have deleted the categories and products that where build in the template,

put my'n in to it, still working and after some time ... gone ...

 

Sorry for making you even more dizzy :blush:

Link to comment
Share on other sites

Right now the central part of your product info looks like this

 

<div id="bodyContent" class="grid_12 push_6">

 

<div class="grid_11 push_6 prods_info">

The product info

</div>

 

<div class="grid_6 pull_11">

 

<div id="piGal">

Here are the images

</div>

 

</div>

 

</div> <!-- bodyContent //-->

 

While we are in grid_12 the template maker use and grid_11 pul_6 (was 66) and grid_6 (was 66) pull_11

 

This makes absolutely no sense, so either you changed the file, or somebody else, or the template maker has no idea about the 960 grid system

 

Change all numbers in grid_ and Pull_ to 6 and you should get something on the screen

 

For anything else contact the template seller or ask for your money back

Link to comment
Share on other sites

Hello Again,

 

I have took a look at the live demo and the code is the same there,so ...

 

But I have put the originale file from oscommerce in and now the image has shown up,

saddly other things are gone but now I now where to look and make some puzzel I guess.

 

I'm not yet there but thanks for helping me.

Lili

Link to comment
Share on other sites

This is a clear template related issue. It is not connected with osCommerce it self.

Nobody know what the template seller had in his brain when writing this, but in any case, they must offer support for what they sell. You paid money for it, so they must make it work, clear thing !

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...