romantix Posted September 26, 2006 Posted September 26, 2006 :rolleyes: Hi, How do you change the checkout text? And how do you remove the graphic on the checkout page? (http://5280gourmet.com/shop/images/table_b...an_on_board.gif) I looked in the checkout_success.php file and found the reference to the surfer dude there but am not sure how to remove that? There are no references I can see in that file to the text on that page.... Thank you very much for your reply, :huh: Jan
itztba Posted September 26, 2006 Posted September 26, 2006 :rolleyes: Hi, How do you change the checkout text? And how do you remove the graphic on the checkout page? (http://5280gourmet.com/shop/images/table_b...an_on_board.gif) I looked in the checkout_success.php file and found the reference to the surfer dude there but am not sure how to remove that? There are no references I can see in that file to the text on that page.... Thank you very much for your reply, :huh: Jan Since you're from the area I am in, I feel more than obliged to reply :) Let me check what files you need to fix.. Okie, the file you need to edit is /includes/languages/english/checkout_success.php Upload an image to the site, and you can feel free to change the surfer dude's filename to that image's then youre done :) Best wishes, Matt By the way, I sell Gourment coffee on my site, want to try them?
romantix Posted September 27, 2006 Author Posted September 27, 2006 Hi :thumbsup: Thank you so much for you reply. I thought that might be one way to do something with the surfer dude (to upload an image with the same file name as the surfer dude's)... now I wonder how to just take that graphic off alltogether? I also need to change the check-out text itself... all I can find in the 'checkout_success.php' file is a reference to "<?php echo TEXT_THANKS_FOR_SHOPPING; ?>" Does this line refer to the check-out text in some other file? Please help ;) Thank you, Jan
digbydo Posted September 27, 2006 Posted September 27, 2006 most of it is defined in catalog / includes / languages / english / checkout_success.php define('HEADING_TITLE', 'Your Order Has Been Processed!'); define('TEXT_SUCCESS', 'Your order has been successfully processed! Your products will arrive at their destination within 2-5 working days.'); define('TEXT_NOTIFY_PRODUCTS', 'Please notify me of updates to the products I have selected below:'); define('TEXT_SEE_ORDERS', 'You can view your order history by going to the <a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">\'My Account\'</a> page and by clicking on <a href="' . tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL') . '">\'History\'</a>.'); define('TEXT_CONTACT_STORE_OWNER', 'Please direct any questions you have to the <a href="' . tep_href_link(FILENAME_CONTACT_US) . '">store owner</a>.'); define('TEXT_THANKS_FOR_SHOPPING', 'Thanks for shopping with us online!'); surfer dude is in catalog / checkout_success.php <td valign="top"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_man_on_board.gif', HEADING_TITLE); ?></td> just comment him out or delete one-click installation.. Dave's info
romantix Posted September 27, 2006 Author Posted September 27, 2006 Thank you so much! That really helped :thumbsup: Now I wonder where I could remove the 'This is a default setup of the osCommerce project, products shown are for demonstrational purposes, any products purchased will not be delivered nor will the customer be billed.' text? Do I have to tell OSCommerce that I want to go 'live'? Thanks again, Jan PS: It appears on the main page (index.php)
itztba Posted September 27, 2006 Posted September 27, 2006 Thank you so much! That really helped :thumbsup: Now I wonder where I could remove the 'This is a default setup of the osCommerce project, products shown are for demonstrational purposes, any products purchased will not be delivered nor will the customer be billed.' text? Do I have to tell OSCommerce that I want to go 'live'? Thanks again, Jan PS: It appears on the main page (index.php) Try /includes/languages/english/index.php TEXT_MAIN
Recommended Posts
Archived
This topic is now archived and is closed to further replies.