Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

customize Cart Contents title...


rex64

Recommended Posts

Posted

There are a few things I have not figured out how to customize yet.

 

1. Cart Contents (change to "Shopping Cart")

 

2. Also one of the settings in my images category is duplicated (I think I ran a SQL script 2 times). But I looked everywhere in my SQL database. Any ideas how to get to this?

 

3. How can I change the processing time... of this:

 

Your Order Has Been Processed!

 

Your order has been successfully processed! Your products will arrive at their destination within 2-5 working days.

Posted

I still need help, but I found this. Not sure where to put it:

 

Subject: How to use CT mail servers with a custom PHP script

Article #1067

 

Input these three lines into your coding to specify the server, port, and from address:

 

ini_set("SMTP","mail.yourdomain.com");

ini_set("smtp_port","25");

ini_set("sendmail_from","[email protected]");

There are a few things I have not figured out how to customize yet.

 

1. Cart Contents (change to "Shopping Cart")

 

2. Also one of the settings in my images category is duplicated (I think I ran a SQL script 2 times). But I looked everywhere in my SQL database. Any ideas how to get to this?

 

3. How can I change the processing time... of this:

 

Your Order Has Been Processed!

 

Your order has been successfully processed! Your products will arrive at their destination within 2-5 working days.

  • 4 weeks later...
Posted

Any ideas yet?

I still need help, but I found this. Not sure where to put it:

 

Subject: How to use CT mail servers with a custom PHP script

Article #1067

 

Input these three lines into your coding to specify the server, port, and from address:

 

ini_set("SMTP","mail.yourdomain.com");

ini_set("smtp_port","25");

ini_set("sendmail_from","[email protected]");

Posted
Any ideas yet?

Yeah, try asking where you found that. What good would it do osCommerce as it already has a built in mail function?

As for your other question, you should try searching this forum with google, or read through the documentation. Not many times do things like that get answered as they are already answered everywhere. But to change box headings, look in catalog/includes/languages/english.php

Follow the community build:

BS3 to osCommerce Responsive from the Get Go!

Check out the new construction:

Admin Gone to Total BS!

Posted

I am trying to get OS Commerce mail to work. It was working and broke all the sudden. I was hoping for some help since I have no idea what files are involved and what process it goes through.

 

Also, I did Google how to change cart contents, and I changed the files and uploaded them but it did not help. I already updated the English file.

 

Here is what I still need help with:

1. Cart Contents (change to "Shopping Cart")

 

2. Also one of the settings in my images category is duplicated (I think I ran a SQL script 2 times). But I looked everywhere in my SQL database. Any ideas how to get to this?

 

4. Sending email using OS commerce. I provided the other stuff because I think I may have to have some custom settings for Crystal Tech spam settings.

Archived

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

×
×
  • Create New...