Jump to content

roban

Member
  • Posts

    3,238
  • Joined

  • Last visited

Everything posted by roban

  1. roban

    Cart Issue

    Do a search of the forum for 'headers already sent'. This has been covered many times
  2. Move your files to your root directory and change the path in includes/global.inc to reflect the new directory.
  3. Your error shows a path problem. Please post your global.inc contents minus your passwords of course. Sometimes this will happen if you do not add the www.
  4. A search would have netted you this: http://www.cubecart.com/site/forums/index....c=13839&hl=
  5. The default subcat blue icon has to go. You're off to a great start. Keep working.
  6. They have an image called cartBg.gif as the red bucket. You can download this image and replace your skins/your skin/styleImages/icons/basket.gif with this one. Just rename it basket.gif. Please note that making it fit into your particular situation might take a bit of work. You can also move the {SESSION} tag in index.tpl and place it anywhere you want it. You might have to play with the font sizes to make it fit where you want it. This is done in style.css txt/txtSession
  7. Happy birthday to both of you.
  8. Welcome to the world of paid membership.
  9. Well this is your code for your middle column. It seems you've added it as a box. BTW it works in Fire Fox but not in IE. Your home page should be edited from within your admin control panel and not added as a box. All those &nbsp; are killing you and making your colMid too wide for your site. <div class="boxContent"> <span class="txtContentTitle">Aladdiescave.com.au</span> <br /> <p align="center"><font style="BACKGROUND-COLOR: #ccffff" face="Comic Sans MS" size="5"></font></p> <p align="center"><font style="BACKGROUND-COLOR: #ccffff" face="Comic Sans MS" size="4">Welcome to aladdiescave. Discover toys, gifts, pet &amp; sports accessories, collectables</font></p> <p align="center"><font style="BACKGROUND-COLOR: #ccffff" face="Comic Sans MS" size="4">and much more.</font></p> <p align="center"><font style="BACKGROUND-COLOR: #ccffff" face="Comic Sans MS" size="4">Shop safely &amp; securly with Paymate</font></p> <p align="center"><font style="BACKGROUND-COLOR: #ccffff" face="Comic Sans MS" size="4">Browse with us today</font>&nbsp;</p> <p align="center"><font style="BACKGROUND-COLOR: #ccffff" face="Comic Sans MS" size="4">and find treasures to cherish.</font></p> <p align="center"><img height="31" src="/images/uploads/paymate.gif" width="88" alt=""/></p> <p align="center">&nbsp;</p> <p align="center"><font style="BACKGROUND-COLOR: #ccffff" size="5"></font></p> <p align="left">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p> <p align="left">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </p> <p align="center"><font style="BACKGROUND-COLOR: #ccffff" face="Comic Sans MS" color="#ff9900" size="6"></font></p> <p align="center"><font style="BACKGROUND-COLOR: #ccffff" face="Comic Sans MS" color="#ff9900" size="6"></font><br/> </p>
  10. roban

    Im a DAD...

    You are on a wonderful trip together. Congratulations Cezz.
  11. It depends on what you want to add and whether it is added to all categories or just 1. There is a mod at cubecart.org for this.
  12. Your store is lovely and you choice of colors and category images has been done with thought and taste. I commend you on a job well done. Good luck.
  13. Have you made changes to your template files like viewProd.tpl or layout.css? I notice in your code for the image here: <div style="text-align: center;"><img src="images/uploads/CWB_1601.jpg" alt="test" border="0" title="test" /></div> <div style="text-align: center;"><a href="java script:openPopUp('extra/prodImages.php?productId=4', 'images', 690, 550, 0);" class="txtDefault">More Images</a></div> That extra '/' outside of the ". I don't think that is your problem but in Internet Explorer your colmid is pushing colright out. In FireFox it is just extended so I would guess that since you use a custom skin, your layout.css is to blame. Look at the width value for colmid.
  14. roban

    Installing SSL

    Glad it worked out for you
  15. roban

    Installing SSL

    Looks good to me. If for some reason you get locked out you can always use editconf.php to get back in.
  16. What is the url of your site, is this a shared ssl or dedicated certificate and what information are you entering in admin?
  17. As Misty pointed out, put the code in index.tpl before the last </body> tag
  18. We need more information to help you. What is the url to your store? What did you do to damage your installation? If you need more help please PM me.
  19. You have to go through the installation routine before anything can be seen. Do this: http://www.your url.com/install and follow the instructions.
  20. That's a new one on me. What permissions do you have set for your store?
  21. First of all don't use capitals. It's recognized as shouting on the internet. Secondly do a search of the forums because this has been answered many times. Thirdly do this: If you have managed to forget your admin password and for some reason you cannot get the "Reset Password" function to work please follow this process: 1. Access your database using a tool such as phpMyAdmin and browser the table CubeCart_admin_users. It should contain the list of administrator accounts to access the admin interface of your store. 2. We need to now create a file to show us what the md5 hash of the password you require should be. Using notepad make a file with content: <?php echo md5("password"); ?> 3. Replace password with your desired password. 4. Save this file as md5.php and upload it to your webserver. 5. Execute this in your browser and copy the output. 6. Edit the admin user with phpMyAdmin and paste this output into their password field. If done successfully then you should now be able to access the admin interface of your store.
  22. You can do this in one of two ways. The first is by FTP. Log on to your site and navigate to the file: includes/global.inc. Next click on the file to select it, then right click. You will see an option for CHMOD. Choose this and tick off boxes until you get the permissions you want, click ok and you're done. The next way is through the file manager of your web hosting control panel. It's hard to give instructions for this because of the different control panel configurations.
  23. Are you sure this is right? $glob['rootDir'] = '/cc14';
×
×
  • Create New...