Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Move a sentence from right to senter


Kjolebutikken

Recommended Posts

Hi,

 

In includes/languages/english/checkout_success.php you have this sentence:

 

define('TEXT_THANKS_FOR_SHOPPING', 'Thanks for shopping with us online!');

 

This is alligned to the right. I want to allign it to center.

 

Somebody know which file has the setting for the text on this page?

Have searched and looked for hours.

 

Thanks:-)

Kjolebutikken

Best regards

Kjolebutikken

Link to comment
Share on other sites

It should be in checkout_success.php in the main catalog.

 

Thanks:-)

Do you know what to put in to change it? I'm not good at php and there was no allignment there that I could see. I was planning on just changing "right" to "center".

 

Kjolebutikken:-)

Best regards

Kjolebutikken

Link to comment
Share on other sites

checkout_success.php, line 97

 

Make it like this:

 

<h3><?php echo "<center>" . TEXT_THANKS_FOR_SHOPPING . "</center>"; ?></h3></td>

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

checkout_success.php, line 97

 

Make it like this:

 

<h3><?php echo "<center>" . TEXT_THANKS_FOR_SHOPPING . "</center>"; ?></h3></td>

 

Hi AlanR,

Thank you, worked just fine and learned something new:-)))

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...