Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How To Center Shopping Cart Box Heading Name In Right Column?


olimits7

Recommended Posts

Hi,

 

I'm trying to center the BOX_HEADING_SHOPPING_CART title in the right column, but I don't know what code would change the align to "center".

 

Does anybody know how I can make the shopping cart box title name centered??

 

Thank you,

 

olimits7

Link to comment
Share on other sites

Hi,

 

I'm trying to center the BOX_HEADING_SHOPPING_CART title in the right column, but I don't know what code would change the align to "center".

 

Does anybody know how I can make the shopping cart box title name centered??

 

Thank you,

 

olimits7

catalog/includes/boxes/shopping_cart.php

 

FIND:

 

  $info_box_contents[] = array('text' => BOX_HEADING_SHOPPING_CART);

 

REPLACE WITH:

 

  $info_box_contents[] = array('text' => '<center>' . BOX_HEADING_SHOPPING_CART . '</center>');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...