Guest Posted October 13, 2008 Posted October 13, 2008 I want to place a link on my oscommerce site, so that people can get to my main site--how do I do this?? Please be very specific with lots of details, as I am very new to all this!! Thanks Gina
Guest Posted October 13, 2008 Posted October 13, 2008 I want to place a link on my oscommerce site, so that people can get to my main site--how do I do this?? Please be very specific with lots of details, as I am very new to all this!! Thanks Gina How is your website setup?
Guest Posted October 13, 2008 Posted October 13, 2008 How is your website setup? I have a website through ixwebhosting. I then have my oscommerce site for all purchases. I want to put a link on my oscommerce site back to my ixwebhosting main site www.campsweets.com
Guest Posted October 13, 2008 Posted October 13, 2008 I have a website through ixwebhosting. I then have my oscommerce site for all purchases. I want to put a link on my oscommerce site back to my ixwebhosting main site www.campsweets.com Is your shop on the same domain as your main site.
Guest Posted October 13, 2008 Posted October 13, 2008 Is your shop on the same domain as your main site. Hi my oscommerce site is located at http://campsweets.com/catalog/index.php Gina
Guest Posted October 13, 2008 Posted October 13, 2008 Hi my oscommerce site is located at http://campsweets.com/catalog/index.php Gina You do know that when you click top, you are taken to your main site?
Guest Posted October 13, 2008 Posted October 13, 2008 You do know that when you click top, you are taken to your main site? I had no idea that TOP brought me to my home page. IS there a way to change the word TOP to HOME??? Gina
Guest Posted October 13, 2008 Posted October 13, 2008 I had no idea that TOP brought me to my home page. IS there a way to change the word TOP to HOME??? Gina In your catalog/includes/languages/english.php file find define('HEADER_TITLE_TOP', 'Top'); and change it to // Change Top To Home // define('HEADER_TITLE_TOP', 'Top'); define('HEADER_TITLE_TOP', 'Home'); if that is what you want to do. You can change Home to what you want.
satish Posted October 13, 2008 Posted October 13, 2008 chek any code that has tep href function. Take a guide from that and use it. e.g tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL'); Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
lindsayanng Posted October 13, 2008 Posted October 13, 2008 just remember, if your "home" site does not have a link back to the shopping cart that keeps the session id going (like a tep href_links) and your customers click HOME and then go BACK to the shopping cart, they will loose all of their cart contents. You can get around this by either forcing cookies, OR making the HOME page a .php and include(application_top); in the code somewhere.. A great place for newbies to start Road Map to oscommerce File Structure DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways! HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you Proud Memeber of the CODE BREAKERS CLUB!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.