JimmyB007 Posted May 24, 2012 Share Posted May 24, 2012 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 Link to comment Share on other sites More sharing options...
ElCharlyBoy Posted June 21, 2012 Share Posted June 21, 2012 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 More sharing options...
JimmyB007 Posted June 21, 2012 Author Share Posted June 21, 2012 I have the same problem and the theme is the same, do you find ths solution? No solution found yet! Link to comment Share on other sites More sharing options...
ElCharlyBoy Posted June 21, 2012 Share Posted June 21, 2012 (edited) 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 June 21, 2012 by ElCharlyBoy (see edit history) 1 Link to comment Share on other sites More sharing options...
JimmyB007 Posted June 22, 2012 Author Share Posted June 22, 2012 Thanks man this works great I appreciate it! 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