templar1973 Posted October 1, 2011 Posted October 1, 2011 I am installing osCommerce throuf=gh a setup wizard into my domain account with inmotion hosting. If I am waiting for the SSL Certificate to be finalized and applied to the domain, do I need to wait to install the software or does it matter? In the wizard it asks if am using an SSL. Also, once installed, is there anything further that I need to do.
Guest Posted October 1, 2011 Posted October 1, 2011 Edward, Your hosting provider would support your One Click installation. However, if you choose NO to the SSL, then you can always enable it later by editing the two configure.php files. Chris
templar1973 Posted October 1, 2011 Author Posted October 1, 2011 Thanks. Now I am trying to costomize the osCommerce pages. However, when I add the store logo, it is always to large. Is there anyway to embed the osCommerce site into the website. I built the site with WYSIWYG Web Builder 7. If you look at the current URL http://www.clippityclipcoupons.com you will see the logo running into the page. It is not on a https: as of yet as I am waiting for the SSL certificate to be applied. Edward
germ Posted October 2, 2011 Posted October 2, 2011 In the stylesheet.css file you need to change this: #header { height: 60px; } To this: #header { height: 160px; } Sometimes after changing the stylesheet in order to see any change you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet. In the /includes/header.php file change this: <div id="storeLogo"> To this: <div id="storeLogo" style="position: absolute; z-index: 0;"> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.