Hello,
I'm new in this forum, I am at the beginning with using magento and for starters, because I have experience with other CMS, I tried to make a copy of the original website www.gresieonline.ro , on domain test: www.gresieonline.ro/test/
Also, I updated magento from version 1.7 to version 1.9.2.3 on the test copy. So, currently in test is installed version 1.9.2.3. but in the gresieonline.ro is version 1.7.
I had fixed some compatibility issues, but I have not fully succeeded because is remaining two issues (for edification you can make a comparison between the two websites). These issues are (on the www.gresieonline.ro/test/ ):
1) Does not display pop-up window after accessing the link "Contactati-ne" (see the top right button);
2) If you access the URL:
http://gresieonline.ro/test/index.php/gresie-si-faianta.html
does not display the link "Compare products - have no items to compare" (or "Compara produse - Nu ai produse de comparat"), as happens in the URL below:
http://gresieonline.ro/index.php/gresie-si-faianta.html
I would like some tips to repair the issues mentioned above on the test website: www.gresieonline.ro/test/
petru
Hi @petru2015
Please the html source of your site for the main site http://gresieonline.ro/ you have following.
<script> <script type="text/javascript" src="http://gresieonline.ro/js/quickContact/modalwindow.js"> <script type="text/javascript" src="http://gresieonline.ro/js/quickContact/quickContact.js"> <style> <link rel="stylesheet" href="http://gresieonline.ro/skin/frontend/default/default/quickcontact/css/form-contact.css" type="text/css"> <div id="modalwindow">
The above mentioned section is missing in your www.gresieonline.ro/test/ site.This seems to be the issue for contact popup not showing.
thanks for the reply, but regarding issue no.1 above, I checked path:
http://gresieonline.ro/test/js/quickContact/modalwindow.js
http://gresieonline.ro/test/js/quickContact/quickContact.js
http://gresieonline.ro/test/skin/frontend/default/default/quickcontact/css/form-contact.css
and there on the test version, those files exist, such gresieonline.ro
Please tell me the template files should be checked ?
I solved the issue form the point no.1 above.
Now, I would like some advice on the issue of point no.2 (does not display text "You have no items to compare" or "Nu ai produse de comparat"). I checked romanian language files and I did not find differences.
I think the problem is on all of template but I don't know which templates files might be the problem !!! A little help, please!