Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need HELP ASAP!


greengoblin231

Recommended Posts

Posted

I got it installed , go to www.trupowermotorsports.com and click store but now I want to change colors, add products, add my banner, also for some reason checkout php isnt there but it shows on my ftp it is. try to check out for a test run and it dont work. Please help!

Posted
I need someone to help me or teach me how to get this setup to my taste and everything working. Please HELP!

 

I reinstalled it but how do I find what my database server is

Posted

you get all the info from your hosting provider. Mostly, the server is just localhost + all mysql details

Posted

your checkout isn't working because somewhere you must have stated that you have a ssl. You need to open the config file under catalog/includes/config and change the option where it says you have a ssl, it should now be saying true, you need to have it say false. Everytime you click on that link it is trying to bring you to a https:// site not http://. Try that.

Posted

yes, but that is not such a good idea. You must have a secure connection when you are handling with important data such as creditcard numbers. Basically, if you don't have ssl, you don't have customers!

Posted
your checkout isn't working because somewhere you must have stated that you have a ssl. You need to open the config file under catalog/includes/config and change the option where it says you have a ssl, it should now be saying true, you need to have it say false. Everytime you click on that link it is trying to bring you to a https:// site not http://. Try that.

 

 

How Do I access this to do it ? can you help me ? atleast until I get my SSL going .

Posted

Yes you can change the file but like he stated above, most customer want to feel secure when they purchase items, if you want to test your site out for the time being just put false in there. Again you will want to make sure you have an ssl or that you can get one. Once you do, change it back to true and edit the desription above it will the correct path for the https:// part.

 

to edit that file you need to open it up in whatever program you are using to make your site. Then just find the word true and change it to false

Posted

go to includes/ and open file configure.php

 

find

 

define('ENABLE_SSL', true);

 

and change this to

 

define('ENABLE_SSL', false);

Posted

I got it, well I just want to be able to test everything, my site is secure without a SSL though because all payments will be done through paypal, and you can invoice and send people credit card stuff through paypal for payment. So it shouldnt be to bad should it ?

Posted
I suggest that you get ssl asap. This makes customers to feel much safer..

 

Ok will do ! but until then its temporary. Now how do I change colors, add a banner and etc. change text and all that ?

Archived

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

×
×
  • Create New...