Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Main page, can it be HTML?


vulcanccit

Recommended Posts

As long as you don't want to have any dynamic content on your main page, then yes, it can be in html, except for the links, which you would have to use the tep_href_link function in order to keep the customers session alive.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Link to comment
Share on other sites

I do not know PHP at ALL, so im wondering if I can have a main page that just links to the order page somehow?  I only have 1 product so it doesnt have to be as fancy as that defualt main page

 

is the paypal order now a function of OSCommerce or is that a paypal feature? If the latter does it then prompt for a software download upon authorization?

Link to comment
Share on other sites

is the paypal order now a function of OSCommerce or is that a paypal feature? If the latter does it then prompt for a software download upon authorization?

 

 

He's saying that if you ony have 1 product, then you might not need osC at all. I don't think he understood that your product is downloadable. I'm not sure if paypal can do that or not. You should probalby look there first.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Link to comment
Share on other sites

He's saying that if you ony have 1 product, then you might not need osC at all. I don't think he understood that your product is downloadable. I'm not sure if paypal can do that or not. You should probalby look there first.

 

well I really like OSC I just want to change the main page...

 

I like the left and right columns...

 

but that stuff in the center...about it being a default demo page...

 

I want to just put a Logo up....

 

and a welcome to...blah blah in the center of the page...

 

can someone suggest the code to do that?

 

that cant be too hard

 

Define_text_main(something ...

Link to comment
Share on other sites

well, you can do that in the language define.

 

Just go to /includes/languages/english/index.php

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Link to comment
Share on other sites

well, you can do that in the language define.

 

Just go to /includes/languages/english/index.php

 

 

Yes I am there but not sure I have the syntax right:

 

define('TEXT_MAIN', 'Welcome to Tantric Radio <img src="images/tantriclogo5.gif">');

 

I have tantriclogo5.gif in the images dir that is below english...

 

but its giving me a red x

Link to comment
Share on other sites

Yes I am there but not sure I have the syntax right:

 

define('TEXT_MAIN', 'Welcome to Tantric Radio <img src="images/tantriclogo5.gif">');

 

I have tantriclogo5.gif in the images dir that is below english...

 

but its giving me a red x

 

I put the gif in the images directory at the store root and all is well

 

thanks all!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...