Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Creating new box


inverse.chi

Recommended Posts

Posted

I would like to create a new box, which basicly has an image in

 

http://englandmerchandise.com/online/

 

like the we-accept box at the bottom there.

 

I am using BTS

 

The heading changes, but the content doesnt. i am using a modified info box, sorry im really bad at explaining, and my skills arn't too good.

 

<?php


 $boxHeading = BOX_HEADING_ACCEPT;
 $corner_left = 'square';
 $corner_right = 'square';
 $box_base_name = 'we_accept'; // for easy unique box template setup (added BTSv1.2)

 $box_id = $box_base_name . 'Box';  // for CSS styling paulm (editted BTSv1.2)

 $boxContent = 'image here' .



include (bts_select('boxes', $box_base_name)); // BTS 1.5

?>

Posted

I know there are contributions for thislike this one

Hope this helps!

Backup before making changes. Backup before making changes! Backup before making changes!!

 

You did do a backup? eh?

Archived

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

×
×
  • Create New...