Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

create_account_success.php -


dirksmith

Recommended Posts

Posted

Hi

 

I trying to change the create-account_success.php file.

 

I've amended it - as below - and uploaded it - but the new text isn't appearing. I've cleared cookies / cache etc - but the text remains the same.

 

Any ideas why

 

thx

 

d

 

 

 

<?php

/*

$Id: create_account_success.php,v 1.9 2002/11/19 01:48:08 dgw_ Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE_1', 'Create an Account');

define('NAVBAR_TITLE_2', 'Success');

define('HEADING_TITLE', 'Your Account Has Been Created!');

define('TEXT_ACCOUNT_CREATED', 'Your new account with Proper Photos has been successfully created! You can now take advantage of member priviledges to enhance your online shopping experience with us. <br> <br>If you have <small><b>ANY</b></small> questions about the operation of Proper Photos, please email the <a href="' . tep_href_link(FILENAME_CONTACT_US) . '">store owner</a>.<br><br>A confirmation has been sent to the provided email address. If you have not received it within the hour, please <a href="' . tep_href_link(FILENAME_CONTACT_US) . '">contact us</a>.');

?>

Posted

could be a problem if you are editing with the file manager. are you using an external editor?

Posted
could be a problem if you are editing with the file manager. are you using an external editor?

 

i'm using dreamweaver - the thing is - i couldn't see the text in the php file that u pointed me too.

 

i am missing something?

 

thx again

 

d

Posted

dreamweaver operates in code and/or design mode. If you have it on design you are not going to see any code. I was refering if you are using from your admin panel the file manager to u/l d/l and edit files because there are some problems with it.

 

I have something like this for my success page and works no problem.

btw what php file did I point you to earlier?

Posted
dreamweaver operates in code and/or design mode. If you have it on design you are not going to see any code. I was refering if you are using from your admin panel the file manager to u/l d/l and edit files because there are some problems with it.

 

I have something like this for my success page and works no problem.

btw what php file did I point you to earlier?

 

hi

 

for oscommerce i use dreamweaver in both code + design mode.

 

haven't got the live data link working on oscommerce php tho which is a bummer - tried all sorts of variations on testing server connections - keep getting failure to open stream.

 

earlier u pointed me to create-account_success.php file.

 

anyway - other than gettin email confirmations sorted out, site is almost finished now: www.properphotos.co.uk - my first e-commerce site

 

cheers

 

d

Posted

I see here your confirmation page works (at least by itself). As for the email check your admin panel there are 3 places at least I remember.

 

- the shop owner email

- the payment module email

- the send extra emails to

Archived

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

×
×
  • Create New...