Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Manufacturers infobox on product description page


Kjolebutikken

Recommended Posts

Hi,

I want to move the manufacturers infobox to another place on the same page. It is seen on the product description page:

 

http://www.kjolebutikken.com/oscdemo1/prod...61f11e686c4158d

 

It is now on the right side on the bottom of the page. How can I move it to the left side, just a bit further up, so that it is on the same line/level as the in cart button??

 

Thanks:-)

Kjolebutikken

Best regards

Kjolebutikken

Link to comment
Share on other sites

Hi,

I want to move the manufacturers infobox to another place on the same page. It is seen on the product description page:

 

http://www.kjolebutikken.com/oscdemo1/prod...61f11e686c4158d

 

It is now on the right side on the bottom of the page. How can I move it to the left side, just a bit further up, so that it is on the same line/level as the in cart button??

 

Thanks:-)

Kjolebutikken

Move this

  if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php');

from your (catalog)/includes/column_right.php to your (catalog)/includes/column_left.php

It will show depending on where you put it in that file. You'll have to play a bit with it until you have found your satisfactory position.

Link to comment
Share on other sites

Move this

  if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php');

from your (catalog)/includes/column_right.php to your (catalog)/includes/column_left.php

It will show depending on where you put it in that file. You'll have to play a bit with it until you have found your satisfactory position.

 

Hi and thanks for your answer:-)

I managed to move it to where I want it, but I would like it a little more to the right. As it is now, it forces the left column to be less wide than it is supposed to be. Is this possible to do? Here is how it looks now:

 

http://www.kjolebutikken.com/oscdemo1/prod...?products_id=12

 

Thanks

Kjolebutikken:-)

Best regards

Kjolebutikken

Link to comment
Share on other sites

Hi and thanks for your answer:-)

I managed to move it to where I want it, but I would like it a little more to the right. As it is now, it forces the left column to be less wide than it is supposed to be. Is this possible to do? Here is how it looks now:

 

http://www.kjolebutikken.com/oscdemo1/prod...?products_id=12

 

Thanks

Kjolebutikken:-)

Almost missed the manu infobox :) You didn't want to have it in your left side column but inside the product info page. I am afraid there is no easy answer to make that part less wide, you'll have to fiddle with your tables, columns and rows until you can find a solution for it. By putting it inside the product info page you just made your screen smaller.

Link to comment
Share on other sites

Almost missed the manu infobox :) You didn't want to have it in your left side column but inside the product info page. I am afraid there is no easy answer to make that part less wide, you'll have to fiddle with your tables, columns and rows until you can find a solution for it. By putting it inside the product info page you just made your screen smaller.

 

 

He, he, yes I did. Well, I think I will just have to move it back where is was. It was actually already in the left_column.php file, but in another place in the code, as you described earlier. I have now moved it back, temporarily until I can find a solution:-) I was wondering if I could put a little "<center>" in there to center it on the page, but I 'm not good with php so it got all wrong and parse error. Thanks for helping me out:-))

 

http://www.kjolebutikken.com/oscdemo1/prod...?products_id=12

 

Kjolebutikken

Best regards

Kjolebutikken

Link to comment
Share on other sites

He, he, yes I did. Well, I think I will just have to move it back where is was. It was actually already in the left_column.php file, but in another place in the code, as you described earlier. I have now moved it back, temporarily until I can find a solution:-) I was wondering if I could put a little "<center>" in there to center it on the page, but I 'm not good with php so it got all wrong and parse error. Thanks for helping me out:-))

 

http://www.kjolebutikken.com/oscdemo1/prod...?products_id=12

 

Kjolebutikken

 

Hi again, site has been down for some days now because of errors, but is now up again, so if anyone have tried to go to my site to look, it has not been possible. Here is the link again, and hope someone out there can help me with this:-)

 

http://www.kjolebutikken.com/oscdemo1/prod...?products_id=12

 

Best regards

Kjolebutikken

Best regards

Kjolebutikken

Link to comment
Share on other sites

  • 4 weeks later...
Hi again, site has been down for some days now because of errors, but is now up again, so if anyone have tried to go to my site to look, it has not been possible. Here is the link again, and hope someone out there can help me with this:-)

 

http://www.kjolebutikken.com/oscdemo1/prod...?products_id=12

 

Best regards

Kjolebutikken

 

 

Hi there,

 

Still working with this, but have not found a solution. Anybody out there who can help me a bit?

 

Thank you so much:-)

 

Best regards

Kjolebutikken

Best regards

Kjolebutikken

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...