Jump to content

Payment module block changing footer.


rushaboswal.rdx

Recommended Posts

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

post-1270887-0-86644500-1468071146_thumb.png

post-1270887-0-24871800-1468071153_thumb.png

post-1270887-0-17059300-1468071157_thumb.png

Link to comment
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

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

  • 1 month later...
  • 2 months later...

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

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

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 by rushaboswal.rdx (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...