Jump to content

[SOLVED] Terms and Conditions pop up box resize!


Recommended Posts

Hi I am using the "matrice" theme and all has been ok apart from the T&C pop up box, i want to resize it but cannot find the file that needs to recode the size of the box.

 

Can anybody help? I know a little about coding but am more of a designer.

 

I am using PrestaShop 1.4.7.3 and have supplied an illustrted screen grab of my problem.

 

Thanks in advance

post-359338-0-53022700-1337857295_thumb.jpg

Link to comment
Share on other sites

  • 4 weeks later...

Hi I am using the "matrice" theme and all has been ok apart from the T&C pop up box, i want to resize it but cannot find the file that needs to recode the size of the box.

 

Can anybody help? I know a little about coding but am more of a designer.

 

I am using PrestaShop 1.4.7.3 and have supplied an illustrted screen grab of my problem.

 

Thanks in advance

 

I have the same problem and the theme is the same, do you find ths solution?

Link to comment
Share on other sites

No solution found yet! :(

 

(Sorry for my english i from mexico)

 

My friend i find the solution in this case is for matrice theme and prestashop 1.4.8.2:

 

Problem 1: If term and conditions link in the step 4 (check out) popup window don´t showing do this:

 

 

In /themes/matrice/js/order-address.js

 

Change:

 

$(document).ready(function()

{

updateAddressesDisplay(true);

});

 

By This:

 

$(document).ready(function()

{

if (typeof(addresses)!='undefined') updateAddressesDisplay(true);

});

 

 

Source: http://www.prestasho...nk-not-opening/

 

Problem 2: If the size ot the popup window for term and conditions link in the step 4 (check out) is very small do this:

 

In /YOUROOTSTORE/js/jquery/jquery.fancybox-1.3.4.js in the line 1105 you can change the width : 700, height : 550, IT WORKS!!!

 

Source: The user carvik on thebottom of this page have the solution --> http://www.prestasho...uring-checkout/

 

 

Don´t forget compile your store in:

 

 

Back Office/Preferences/Performance

Force Compile = Yes

Cache = No

Clic Save

 

And Reset your internet explorer or chrome or firefox settings

 

You can try(view) this solution working at: http://artecris.clas...o.com/order.php

 

Good Bye.

Edited by ElCharlyBoy (see edit history)
  • Like 1
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...