Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change the "price" color and ubication


DanielaQ

Recommended Posts

Posted

Is possible to change only the color of the price???

 

The "price" is show upper the image product, i want it to be under the image.

 

What i have to change??

Posted

Look for

 

<?php echo $products_price; ?>

 

and change it to

 

<font color="red"> <?php echo $products_price; ?> </font>

 

 

That should make the trick

at the end of the day the code will be good

Posted
Look for

 

<?php echo $products_price; ?>

 

and change it to

 

<font color="red"> <?php echo $products_price; ?> </font>

That should make the trick

 

 

Moises - in what folder/page would you link that code? I'd like to make a similar edit...

Posted
Look for

 

<?php echo $products_price; ?>

 

and change it to

 

<font color="red"> <?php echo $products_price; ?> </font>

That should make the trick

 

where i have to find it? Daniela

Posted

I found it! Thank u Moises..

For DefMall: find it in catalog/product_info.php!

Archived

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

×
×
  • Create New...