Order Complete Page Help Please

Well finally have my store almost done, but I have one issue I can't seem to fix. Can't seem to find out how to edit the yucky generic text on the order complete page. Yes, I did google the issue but all the suggestions I found seemed to point to files/directories I don't see. I assume they were only relevant to earlier versions. I just installed the current CS-CART a couple weeks ago and could really use a quick hand with this order complete page...Thanks in advance...

What text do you mean? According to the code, the system shows instructions of the selected payment method. Please check it.

Yes, it would help if you could past the yucky text. Some are in payment methods, some is in language variables. Some could even come from 3rd party tracking sites you are subscribed to.

You can look at any text you have in your payment method(s) instructions and search for some of that text in the language variables (?dispatch=languages.translations)

Sorry for the lack of detail. It's been a long couple of weeks. Here's what I get on the order complete page:

Home/Your order has been received
Order
Congratulations! Your order has been successfully placed. Order details.
Payment instructions
Type instructions to pay by visiting your retail store in here.
The first line is clearly the breadcrumbs text which I don't mind but the remainder needs editing and I can't seem to figure out where to edit it.

Congratulations! Your order has been successfully placed. Order details.

http://demo.cs-cart.com/admin.php?q=text_order_placed_successfully&dispatch%5Blanguages.translations%5D=Search

http://demo.cs-cart.com/admin.php?q=order_details&dispatch%5Blanguages.translations%5D=Search

Payment instructions

http://demo.cs-cart.com/admin.php?q=payment_instructions&dispatch%5Blanguages.translations%5D=Search

Type instructions to pay by visiting your retail store in here.

The first line is clearly the breadcrumbs text which I don't mind but the remainder needs editing and I can't seem to figure out where to edit it.

http://demo.cs-cart.com/admin.php?dispatch=payments.manage

Open the settings of the corresponding payment method and check the Payment instructions field

After you've made changes per Ecom's details, if you still have issues with the layout or presentation, you can review the template at:

design/themes/[your theme]/templates/views/orders/complete.tpl

Suggest you use the hooks where appropriate and avoid changing the standard template if you don't absolutely have to.