Deepu3110 Posted January 18, 2019 Share Posted January 18, 2019 Hello Please check: https://imgur.com/a/4HSVjSg and guide me how can i do so after the order summary ( Order Summary path ~/templates/orderforms/standard_cart/ordersummary.tpl) 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted January 18, 2019 Share Posted January 18, 2019 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... 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> 0 Quote Link to comment Share on other sites More sharing options...
Deepu3110 Posted January 20, 2019 Author Share Posted January 20, 2019 Hello Its not working on viewcart.tpl please check: https://my.a2hosting.com/cart.php?a=view and suggest me 0 Quote Link to comment Share on other sites More sharing options...
Deepu3110 Posted January 20, 2019 Author Share Posted January 20, 2019 Hello I am using "Modern" for order template 0 Quote Link to comment Share on other sites More sharing options...
911pc Posted February 5, 2019 Share Posted February 5, 2019 Hello, Can you help me to modify the text in the client area?http://prntscr.com/mh5lig Thanks in advance. Milton 0 Quote Link to comment Share on other sites More sharing options...
911pc Posted February 5, 2019 Share Posted February 5, 2019 Hello, Can you give me the address and file name that I should modify, please. Thanks in advance. Milton 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 7, 2019 Share Posted February 7, 2019 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. 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. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.