Jump to content

Order Summary


Deepu3110

Recommended Posts

5 hours ago, Deepu3110 said:

Please check: https://imgur.com/a/4HSVjSg and guide me how can i do so after the order summary

that screenshot is from viewcart.tpl and not ordersummary.tpl - so you would need to add your code inside the <div class="col-md-4" id="scrollingPanelContainer"> block of code and after the summary box...

qP7Vdvw.pngC0QIkkv.png

if you needed to do the same on the configureproduct page, you would edit configureproduct.tpl and insert your code as shown...

                    <div class="col-md-4" id="scrollingPanelContainer">

                        <div id="orderSummary">
                            <div class="order-summary">
                                <div class="loader" id="orderSummaryLoader">
                                    <i class="fas fa-fw fa-sync fa-spin"></i>
                                </div>
                                <h2>{$LANG.ordersummary}</h2>
                                <div class="summary-container" id="producttotal"></div>
                            </div>
                            <div class="text-center">
                                <button type="submit" id="btnCompleteProductConfig" class="btn btn-primary btn-lg">
                                    {$LANG.continue}
                                    <i class="fas fa-arrow-circle-right"></i>
                                </button>
                            </div>
                        </div>
                    *** INSERT CODE HERE ***
                    </div>

 

Link to comment
Share on other sites

  • 3 weeks later...
On 20/01/2019 at 10:19, Deepu3110 said:

I am using "Modern" for order template 

I see that you changed to using Standard Cart and got it working. thanks.png

On 05/02/2019 at 22:47, 911pc said:

Can you help me to modify the text in the client area?

if you're just wanting to change the text, then you should be able to use Language Overrides.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated