Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add something after column oscommerce v2.3.3


Vantalk

Recommended Posts

Posted

Hello everyone. I'm currently busting my brain to get a button below my right column in the index page.

 

In the old versions i knew they had a column left.php and column right.php that you could use, but this 2.3.3 version is a little more difficult. I tried fixing my button with css position: absolute, but it doesn't position the same in all browsers.. so i gues a code after the one that includes all the boxes should work.. but i can't seems to find where that is..

 

Does anyone know where all these boxes are included? I'm currently tracking "configuration_value" (which is true/false and right/left column in database, table configuration)..

 

Any other suggestions to get that button where I want it? I'll keep trying and keep ya posted if I find anything.

Posted

Ok.. nevermind i found the columns in template_bottom.php and added the code after

 <?php echo $oscTemplate->getBlocks('boxes_column_right'); ?>

Archived

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

×
×
  • Create New...