rushaboswal.rdx Posted July 9, 2016 Share Posted July 9, 2016 Hello i have encountered a wierd problem. When i install the ccavenue payment gateway my footer changes to something like this when uninstalled it looks fine ? Can somebody assist me with this. look at the attached screenshot name my footer changed.Another issue i have is im not getting the hower effect as the other store on codwith fee module.. both have the same version installed. can anybody please help.. thanks Link to comment Share on other sites More sharing options...
rushaboswal.rdx Posted July 9, 2016 Author Share Posted July 9, 2016 cAN YOU HELP PLEASE Link to comment Share on other sites More sharing options...
shokinro Posted July 10, 2016 Share Posted July 10, 2016 Not sure what is the real problem, I saw some text font colour is changed to white so it is not visible. I guess it is caused by some CSS conflicts between the module and your store theme. You may need to contact module developer to take a look at it. Of you it happens on all pages - not just payment page, you may show you store URL here, so that someone maybe able to take a look for you. 1 Link to comment Share on other sites More sharing options...
rushaboswal.rdx Posted July 11, 2016 Author Share Posted July 11, 2016 Not sure what is the real problem, I saw some text font colour is changed to white so it is not visible. I guess it is caused by some CSS conflicts between the module and your store theme. You may need to contact module developer to take a look at it. Of you it happens on all pages - not just payment page, you may show you store URL here, so that someone maybe able to take a look for you. i tried contacting them but they were of no help.. also i dont get the hower effect that prestashop usually has.. Is there any way you can help? Link to comment Share on other sites More sharing options...
shokinro Posted July 11, 2016 Share Posted July 11, 2016 if you can post your URL here, maybe some members of the forum will be able to help to take a look. but it is better to get in touch of the developer of the module. Link to comment Share on other sites More sharing options...
rushaboswal.rdx Posted August 23, 2016 Author Share Posted August 23, 2016 url is www.kolhapurithusi.in please help if you can Link to comment Share on other sites More sharing options...
rocky Posted August 24, 2016 Share Posted August 24, 2016 There is an error on the following line: <br style="clear:both;/> It should be: <br style="clear:both;" /> Hopefully, you can find that line in the payment module's TPL file. Link to comment Share on other sites More sharing options...
rushaboswal.rdx Posted November 3, 2016 Author Share Posted November 3, 2016 There is an error on the following line: <br style="clear:both;/> It should be: <br style="clear:both;" /> Hopefully, you can find that line in the payment module's TPL file. Thank will have a look also could you help me I just wanted to know if there is a way i can add PRODUCT LINK IN ORDER HISTORY so that it will become easier for customers to leave a review. Anyhelp would be appreciated. Link to comment Share on other sites More sharing options...
rushaboswal.rdx Posted November 3, 2016 Author Share Posted November 3, 2016 There is an error on the following line: <br style="clear:both;/> It should be: <br style="clear:both;" /> Hopefully, you can find that line in the payment module's TPL file. Changed it still appears to be the same Have pasted the code too {** 2007-2014 PrestaShop** NOTICE OF LICENSE** This source file is subject to the Academic Free License (AFL 3.0)* that is bundled with this package in the file LICENSE.txt.* It is also available through the world-wide-web at this URL:* http://opensource.org/licenses/afl-3.0.php*'>http://opensource.org/licenses/afl-3.0.php* If you did not receive a copy of the license and are unable to* obtain it through the world-wide-web, please send an email* to [email protected] so we can send you a copy immediately.** DISCLAIMER** Do not edit or add to this file if you wish to upgrade PrestaShop to newer* versions in the future. If you wish to customize PrestaShop for your* needs please refer to http://www.prestashop.com for more information.** @author PrestaShop SA <[email protected]>* @copyright 2007-2014 PrestaShop SA* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)* International Registered Trademark & Property of PrestaShop SA*}<div class="row"> <div class="col-xs-12 col-md-6"> <p class="payment_module"> <a class="ccavenue" href="{$link->getModuleLink('ccavenue', 'validation')|escape:'html'}" title="{l s='Pay with ccavenue' mod='ccavenue'}" rel="nofollow" style="background: url({$this_path_bw}ccavenue.gif) 15px 15px no-repeat #fbfbfb;text-decoration:none;"> <br />{l s='Pay With CCAvenue' mod='ccavenue'} <br style="clear:both;" /> </a> {if $message != ''} <div class="error"> <span> {l s='error:' mod='ccavenue'} {$message} </span> </div> {/if} </p> </div></div> Link to comment Share on other sites More sharing options...
rocky Posted November 3, 2016 Share Posted November 3, 2016 The broken code is still on your website. Make sure you uploaded the modified file above, then go to Advanced Parameters > Performance and then click the "Clear cache" button to force the file to be recompiled. Link to comment Share on other sites More sharing options...
rushaboswal.rdx Posted November 3, 2016 Author Share Posted November 3, 2016 (edited) The broken code is still on your website. Make sure you uploaded the modified file above, then go to Advanced Parameters > Performance and then click the "Clear cache" button to force the file to be recompiled. Really Thanks a Lot For Your help really Appreciate it Problem has been resolved thanks Also Can You Help Me With This? I just wanted to know if there is a way i can add PRODUCT LINK IN ORDER HISTORY so that it will become easier for customers to leave a review. Anyhelp would be appreciated. Edited November 3, 2016 by rushaboswal.rdx (see edit history) 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