Jump to content

prestashop template Creation


som90

Recommended Posts

Hi,

I have developed a credit card module and it was working fine.While someone declines an order,it goes to the template i have redirected.But the problem is i can not include the header and footer into the page means the template i am not being able to design.I have tried different ways which are available online but nothing worked.

Someone Please help.Its urgent.Early Reply Would be highly appreciated.

 

Here is my code :

<h1 class="page-heading bottom-indent">Your payment method</h1>

<!-- Steps -->
<ul class="step clearfix" id="order_step">
    <li class="step_done first">
        <a href="{$base_dir_ssl}order"><em>01.</em>Summary</a>
    </li>
    <li class="step_done second">
        <a href="{$base_dir_ssl}order?step=1"><em>02.</em>Login</a>
    </li>
    <li class="step_done third">
        <a href="{$base_dir_ssl}order?step=2"><em>03.</em>Address</a>
    </li>
    <li class="step_done step_done_last four">
        <a href="{$base_dir_ssl}order?step=3"><em>04.</em>Shipping</a>
    </li>
    <li id="step_end" class="step_current">
        <span><em>05.</em>Payment</span>
    </li>
</ul>
<!-- /Steps -->

<h3>Success</h3>
<p>Thank you for your purchase. Your order number is #{$order_id}. The receipt number (txid) for this transaction is #{$txid}.
    <br /><br />You will receive an order confirmation email with further details.
    <br /><br />For any questions or for further information, please contact our <a href="{$base_dir_ssl}contact-form.php">customer support</a>.
</p>

<br />
<a href="{$base_dir_ssl}order-history" title="{l s='My order history'}">{l s='My order history'}</a>

But can not be able to design the template with header and footer or accoding to my template theme.

Edited by som90 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...