Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing look of checkout pages


bigko

Recommended Posts

Posted

Hi There,

 

I would like to change the look and layout of the checkout pages, specifically getting rid of the left column and some of the right.

 

Can someone please tell me which files I should do this on.

 

Thanks for your help.

Posted

Are you JUST wanting to get rid of the columns on the checkout pages?

 

If so, the file URL that displays on the pages you want to remove the column from will be the page (or pages) you want to remove the includes file for. They'll be something like

include(DIR_WS_INCLUDES . "column_left.php")

 

turn that into

/*include(DIR_WS_INCLUDES . "column_left.php")*/

and your left column content disappears (albeit some of the space still exists)

- - - -

Sometimes, ignorance is bliss.

Posted

Thanks, however when I opened the pages that I would like to modify

 

shopping_cart.php and login.php

 

This is the only code that I see

 

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

 

I tried changing this to

<?php /*require(DIR_WS_INCLUDES . "column_left.php")*/; ?> as this is the only way the code becomes noted out.

 

I uploaded it to the server, but the columns still exist. Did I do something wrong? should I have changed the require to include?

 

Also perhaps I changed the wrong doc?

 

Thanks for any help and/or insight you can give me.

Archived

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

×
×
  • Create New...