RPW Posted February 12, 2015 Share Posted February 12, 2015 Hello Guys, Website: www.renewableproductswarehouse.com Am fairly new to working with Prestashop. I was trying to install a live chat module which required going into FTP>Root>Themes>Current Theme>Footer.tpl and adding a code before end of body. I did which removed my website footer and right column. I removed the code to bring it back but now I can't. Can anyone help please?? Would highly appreciate it. My footer.tpl code looks like this -see below <style> /*#cards .payimage { display: block; float: left; height: 30px; margin-bottom: 4px; margin-right: 9px; width: 35px; display:none; display:none; } #cards { position: absolute; right: 31px; top: 94px; width: 262px; height:72px; background:url(http://www.renewableproductswarehouse.com/img/payment-card.png) 0 0 no-repeat; }*/ </style> {if !$content_only} </div> <!-- Right --> <div id="right_column" class="column">{$HOOK_RIGHT_COLUMN}</div> <div class="clearblock"></div> </div> </div> <!-- Footer --> <div id="footer_wrapper"> <div id="footer"> <div class="inner1"> <div class="inner2"> {$HOOK_FOOTER} {if $page_name == 'index'}<!-- [[%FOOTER_LINK]] -->{/if} <div id="cards"> <!--<img class="payimage" src="/img/cards/visa_debit.gif" alt="Visa Credit payments supported by WorldPay" /><img class="payimage" src="/img/cards/VISA.gif" alt="Visa Debit payments supported by WorldPay" /><img class="payimage" src="/img/cards/visa_electron.gif" alt="Visa Electron payments supported by WorldPay" /><img class="payimage" src="/img/cards/mastercard.gif" alt="Mastercard payments supported by WorldPay" /><img class="payimage" src="/img/cards/maestro.gif" alt="Maestro payments supported by WorldPay" /><img class="payimage" src="/img/cards/AMEX.gif" alt="American Express payments supported by WorldPay" /><img class="payimage" src="/img/cards/diners.gif" alt="Diners payments supported by WorldPay" /><img class="payimage" src="/img/cards/JCB.gif" alt="JCB payments supported by WorldPay" />--> </div> </div> </div> </div> </div> </div> </div> {/if} </body> </html> Thanks. kind regards, Jamal Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now