Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Urgent Help


Guest

Recommended Posts

Posted

Hello-

Here's the URL:

www.jamis-jcc.com/store

 

...and here's everything I want to be done. How do I do all of this?

1. Get rid of all clip art icons

2. Get rid of date of birth requirement on "My Account" page

3. Use lime (96dc42) for the navigation bar

4. Instead of the word "Specials," could I change that to Promotions?

5. Customize "Welcome Email"

6. Remove: Notifications, Tell a Friend, Reviews, Quick Find, Manufacturers.

7. Back ground White and Uniform throughout

 

Thanks in advance for ANY help you can provide!

-Alex

Posted

Start here:

 

http://wiki.oscommerce.com/docsCat

 

Lots to help you there...

 

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

Posted

Here's Some qiuck fix suggestions:

 

1. Replace all the clip art images with a blank image. Your background is white so just create a 1x1 white image and save it over all the clip art images. Not a very neat fix, but it's quick.

 

2. Go to configuration/customer details in the admin area. Change "Date of Birth" to false.

 

3. Edit catalog/includes/header.php. Search for $breadcrumb->trail, it should be around line 90. Edit the td tag above with your custom background color or assign a style to it.

 

4. Edit catalog/includes/languages/english.php. Search for a line that reads:

define('BOX_HEADING_SPECIALS', 'Specials'); Replace the word Specials with Promotions.

 

5. Edit catalog/includes/languages/english/create_account_process.php. It's a short file and should be pretty obvious what text needs to be edited.

 

6. All those items are in catalog/includes/column_left.php and column_right.php. You can remark out anything you don't want by adding // to the start of the line like this: // require(DIR_WS_BOXES . 'reviews.php');

 

That should get you on your way. You might take a look at my web site for ideas. It's very heavily modded and has been working well for me for several months. It's at http://www.pioneerbeef.com . Good luck...

Posted

For some reason, I don't have "Customer Details" under Configuration.

Posted

Customer Details contains the configuration values for Gender, Date of Birth, Company, Suburb, and State. I don't know why it is not showing up in the admin area, but the values can easily be changed by editing the database.

 

If you have access to something like php myadmin, open the table named configuration. On my install the Date of Birth value is in row 63. Edit the row and change the value from true to false.

 

Jeff

Archived

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

×
×
  • Create New...