Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Field and Text changes


aslanstudios

Recommended Posts

Posted

I am racking my brain trying to figure our two things...

 

First, I want to change th order of the fields in the new customer signup and the shipping address areas. I have found posts that refer to account_details.php, wich is no longer used. Where and how can I make this change? I want the order to be City, Suburb, State, Zip and Country.

 

And Second, I want to change the text on the "Success" and "Log Out" pages. I can't seem to find it. Also the graphic to the left is a dead link because the file name is too long, so I would like to change the image reference.

 

Any help would be great.

 

-Adrian

Posted

The signup form, in osC2.2-MS2 can be found at /catalog/create_account.php and the success page for it at /catalog/create_account_success.php. Shipping details are in catalog/checkout_shipping.php.

 

To change the wording on your success page, you'll find it in /catalog/includes/languages/english/create_account_success.php. The login text in same directory but login.php.

 

To change the image, find this text:

 

<?php echo tep_image(DIR_WS_IMAGES . 'table_background_man_on_board.gif', HEADING_TITLE); ?>

 

and replace 'table_background_man_on_board.gif' with your image name.

 

HTH,

 

Terry

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

Archived

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

×
×
  • Create New...