PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

 

Order confirmation page - moving order id

6 replies to this topic
#1
ukbill69

    PrestaShop Apprentice

  • Members
  • PipPip
  • 70 posts
Hey,

I need to be able to move the order id and thanks for your order to under the banner. See image.

I want to beef up the text to so it can be ready easily. I feel this is out of place because long the whole stages all the info is under this banner.

Attached Files



#2
rocky

    PrestaShop Superstar

  • US Moderators
  • 9988 posts
I've never seen that in any of my own shops. Have you modified the files? Have a look at order-confirmation.tpl in your theme directory. You should be able to change the order of the text there.
Check out Nethercott Constructions for PrestaShop guides and modules. Like us on Facebook for news updates.

#3
ukbill69

    PrestaShop Apprentice

  • Members
  • PipPip
  • 70 posts
{capture name=path}{l s='Order confirmation'}{/capture}
{include file=$tpl_dir./breadcrumb.tpl}

{l s='Order confirmation'}



{assign var='current_step' value='payment'}
{include file=$tpl_dir./order-steps.tpl}

{include file=$tpl_dir./errors.tpl}

{$HOOK_ORDER_CONFIRMATION}
{$HOOK_PAYMENT_RETURN}


{l s='Back to orders'}
{l s='Back to orders'}


#4
rocky

    PrestaShop Superstar

  • US Moderators
  • 9988 posts
That is the original code, so it isn't the problem. Which payment module did you use to get that confirmation message?
Check out Nethercott Constructions for PrestaShop guides and modules. Like us on Facebook for news updates.

#5
ukbill69

    PrestaShop Apprentice

  • Members
  • PipPip
  • 70 posts
Using the new protx direct module. Maybe its that.

#6
rocky

    PrestaShop Superstar

  • US Moderators
  • 9988 posts
I've had a quick look at the protx module and it doesn't follow the same standard format as the other payments modules, which may explain why this is happening. Perhaps you should bring it this issue with the author of the module and see whether he can fix it?
Check out Nethercott Constructions for PrestaShop guides and modules. Like us on Facebook for news updates.

#7
elachys

    PrestaShop Apprentice

  • Members
  • PipPip
  • 44 posts
Module updated...
Includes a fix for this.

http://www.prestasho...on_site_payment