Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Prices heading


Tright

Recommended Posts

Hi,

 

I know how to sort the product headings (order) but for some reason my Prices heading is always right justified whereas the rest are all left-justified. I have tried siwtching the prices with the model location and it's still the same where the Prices heading and prices are right-justified.

 

Any idea on how to correct this?

 

ex: http://65.254.59.185/index.php?cPath=21_23...9a3690dad2a89b9

 

Thanks

Link to comment
Share on other sites

anyone???

 

 

Hi,

 

I know how to sort the product headings (order) but for some reason my Prices heading is always right justified whereas the rest are all left-justified.  I have tried siwtching the prices with the model location and it's still the same where the Prices heading and prices are right-justified.

 

Any idea on how to correct this?

 

ex: http://65.254.59.185/index.php?cPath=21_23...9a3690dad2a89b9

 

Thanks

Link to comment
Share on other sites

Try looking in Includes > Modules > Products_Listing.php around line 42:

 

case 'PRODUCT_LIST_PRICE':
       $lc_text = TABLE_HEADING_PRICE;
       $lc_align = 'right';
       break;

 

Change it to left or center and see if that does what you want.

Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.

Link to comment
Share on other sites

Hi,

 

I know how to sort the product headings (order) but for some reason my Prices heading is always right justified whereas the rest are all left-justified.  I have tried siwtching the prices with the model location and it's still the same where the Prices heading and prices are right-justified.

 

Any idea on how to correct this?

 

ex: http://65.254.59.185/index.php?cPath=21_23...9a3690dad2a89b9

 

Thanks

 

prices are generally right justified.

Treasurer MFC

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...