geolan Posted September 11, 2013 Share Posted September 11, 2013 Hi! I want to edit the box on with additional comment for client when they are making payment on step no. 3 Address. Where it is written If you would like to add a comment about your order, please write it in the field below. edit.bmp Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted September 11, 2013 Share Posted September 11, 2013 Hi, you can find this text in the next files: http://clip2net.com/clip/m226647/1378880434-clip-2kb.png Regards Link to comment Share on other sites More sharing options...
geolan Posted September 11, 2013 Author Share Posted September 11, 2013 Thanks Alexander , Where specifically do I get this text and box:- If you would like to add a comment about your order, please write it in the field below. Thanks Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted September 12, 2013 Share Posted September 12, 2013 Just open one of files in my previous post and you can find what do you need, I mean: If you would like to add a comment about your order, please write it in the field below Link to comment Share on other sites More sharing options...
geolan Posted September 20, 2013 Author Share Posted September 20, 2013 Hi! Alexander , thanks again for your continue support on this. I managed to get where the text are but after making a change, no effect when i reload the page please assist. Thanks Link to comment Share on other sites More sharing options...
vekia Posted September 21, 2013 Share Posted September 21, 2013 hello try to run "force compile" (turn it on) under adv. preferences > performance tab and also try to trun off CACHE Link to comment Share on other sites More sharing options...
geolan Posted September 21, 2013 Author Share Posted September 21, 2013 Thanks Vekia, where do i get this performance tab , can not see it under preferences. thanks Link to comment Share on other sites More sharing options...
vekia Posted September 21, 2013 Share Posted September 21, 2013 sry by this i mean adv. preferences / adv. parameters: Link to comment Share on other sites More sharing options...
geolan Posted September 21, 2013 Author Share Posted September 21, 2013 Thanks Again. I have lear the cache and also force complie and nothing is changing yet the deyail are in order-detail.tpl. Any suggestion? Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted September 23, 2013 Share Posted September 23, 2013 Hi again, what exactly file has been edited? Regards Link to comment Share on other sites More sharing options...
geolan Posted September 24, 2013 Author Share Posted September 24, 2013 Hi! A lexander, the file is order-detail.tpl Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted September 24, 2013 Share Posted September 24, 2013 Hi, I suggest you to try in another templates from this list: http://clip2net.com/clip/m226647/1378880434-clip-2kb.png For example order-address.tpl Regards Link to comment Share on other sites More sharing options...
geolan Posted September 24, 2013 Author Share Posted September 24, 2013 Hi! I also tried changing that :- ( This what I have) <form action="{$link->getPageLink('order-detail', true)}" method="post" class="std" id="sendOrderMessage"> <h3>{l s='Add a message'}</h3> <p>{l s='Please Give us the Physical location like Road and Building to help us quickly deliver the item(s) for you.'}</p> <p>'Please Give us the Physical location like Road and Building to help us quickly deliver the item(s) for you.'</p> <p> <label for="id_product">{l s='Product'}</label> <select name="id_product" style="width:300px;"> <option value="0">{l s='-- Choose --'}</option> {foreach from=$products item=product name=products} <option value="{$product.product_id}">{$product.product_name}</option> {/foreach} </select> </p> <p class="textarea"> <textarea cols="67" rows="3" name="msgText"></textarea> </p> <p class="submit"> <input type="hidden" name="id_order" value="{$order->id|intval}" /> <input type="submit" class="button" name="submitMessage" value="{l s='Send'}"/> </p> </form> Link to comment Share on other sites More sharing options...
geolan Posted September 24, 2013 Author Share Posted September 24, 2013 on mobile folder is :- {* / TO CHECK ==========================*} <form action="{$link->getPageLink('order-detail', true)}" method="post" class="std" id="sendOrderMessage"> <h3 class="bg">{l s='Add a message'}</h3> <p>{l s='Please give us the physical address of your location like road and building for quick delivery of this product(s) Thank you.'}</p> <p>'Please Give us the Physical location like Road and Building to help us quickly deliver the item(s) for you.'</p> <fieldset> <label for="id_product">{l s='Product'}</label> <select name="id_product" style="width:300px;"> <option value="0">{l s='-- Choose --'}</option> {foreach from=$products item=product name=products} <option value="{$product.product_id}">{$product.product_name}</option> {/foreach} </select> </fieldset> <fieldset> <textarea name="msgText"></textarea> </fieldset> <input type="hidden" name="id_order" value="{$order->id|intval}" /> <input type="submit" data-role="button" data-theme="a" name="submitMessage" value="{l s='Send'}"/> </form> Link to comment Share on other sites More sharing options...
Recommended Posts