Hi,
I created a new payment processor which using the template I created 'direct-deposit.tpl' and uses the offline processor.
Where do I change the following text that is displayed on the page after submitting the order:
Order (appears to be a h1 or h2 tag)
This text is displayed below:
Your order has been received
Thank you for your purchase!
You will receive an order confirmation email with details of your order.
Hello adammc,
In order to change this text, you should do the following:
- In the administration panel, go to Design > Blocks > Order landing page.
- Click on the “edit” link of the “Your order has been received” block.
- In the opened window, change the text in the “Block text” text input area and click the “Save” button.
—
Pavel Zyukin
CS-Cart Support team
[quote name='CS-Cart Support team' timestamp='1309158558' post='115786']
Hello adammc,
In order to change this text, you should do the following:
- In the administration panel, go to Design > Blocks > Order landing page.
- Click on the “edit” link of the “Your order has been received” block.
- In the opened window, change the text in the “Block text” text input area and click the “Save” button.
—
Pavel Zyukin
CS-Cart Support team
[/quote]
Thanks for the reply.
However, the word 'ORDER' was not found in that block? It is a h1 header when viewing the source (possibly the page title ???) It is shown below the text set in the order landing page.
Any ideas?
Hello adammc,
The “order” language variable is used as a page title there. Note that changing the value of this language variable will affect its displaying all over the store.
—
Pavel Zyukin
CS-Cart Support team
[quote name='CS-Cart Support team' timestamp='1309165256' post='115794']
Hello adammc,
The “order” language variable is used as a page title there. Note that changing the value of this language variable will affect its displaying all over the store.
—
Pavel Zyukin
CS-Cart Support team
[/quote]
I thought as much… Seems strange that the page title isnt at the top of the page but instead halfway though the page!??
Hello adammc,
As long as this title belongs to the “Central content” block, you should move the “Your order has been received” block under the mentioned block, so the “Order” page title will be displayed at the top.
—
Pavel Zyukin
CS-Cart Support team
adammc,
I believe your question was leaning to how to change the style of the word “Order”. If so find the style being used for it and make changes to the style sheet. But be careful the same one could be used elsewhere. Then just the style name and add it to your style sheet with how you wish it to look.
Dave
Thanks Pavel but that didn't really work as I ended up with the continue shopping | view orders etc buttons above the text:
Thank you for your order!
You will receive an order confirmation email with the full details of your order.
Doesn't sit quite right, hey!
Thanks all the same
Hello adammc,
Yes, I agree with you that it does not look good in this case. But, as I told earlier, this title belongs to the “Central content” block and some code modifications are required to change it to suit your needs.
—
Pavel Zyukin
CS-Cart Support team
I just found this code below in:
skins/my_theme/customer/views/checkout
'{capture name=“mainbox_title”}{$lang.order}{/capture}'
I deleted it and it appears to look ok!! Is this going to cause me grief anywhere else ???
Hello adammc,
It should not cause an issue on pages of your CS-Cart installation if you remove the mentioned part of the code.
—
Pavel Zyukin
CS-Cart Support team
Awesome, thank you so much
Problem solved!
Hello adammc,
You are welcome.
—
Pavel Zyukin
CS-Cart Support team