Jump to content

Ausy

Member
  • Posts

    684
  • Joined

  • Last visited

Posts posted by Ausy

  1. Hi. admin.php should not be set to 777 so I would change it back to 644. Is the permissions for the folder /store/ set correctly, this should be 755. You may have an htaccess file in the directory that is stopping access and needs changing. Have you had a word with your host to see if there is some sort of restriction on the server?

  2. I'm new here and just getting started in CC, I'm having the same problem. Where do I find this bar/image and change it, also where do i find the size, I just want a diff. color. (i'm working in Dreamveaver )

    Any help is greatly appreciated.

    Frank

    As said above, its an image. The image is in skins/KitaBlue/styleImages/backgrounds

  3. This thread shows one of the problems with cubecart, why is there no support and presence from cubecart staff directly on these forums. Why not? every other online forum always has staff that can help out with small problems like this.....

    I like cubecart but why can the forum users + cubecart staff pull together and help with the deveopment of cubecart?

    Things would move so much faster, I feel soon cubecart will be left behind :)

    I think the reason is fairly well covered in the post I have linked to below, you could do a search and find many more that would explain. It can be frustrating I know but in general people find solutions from these and the .Org forums as graemeleighfield has found out.

    http://forums.cubecart.com/index.php?s=&am...st&p=161913

  4. First I would check to see if the code in the skin is correct. Go to skins/yourskin/styleTemplates/content/viewProd.tpl and around line 50 you should have this code.

    <li class="nobullet"><img src="skins/{VAL_SKIN}/styleImages/icons/TellAFriend.jpg" alt="{LANG_TELLFRIEND}" />&nbsp;&nbsp;<a href="index.php?_a=tellafriend&amp;productId={PRODUCT_ID}" target="_self" title="{LANG_TELLFRIEND}">{LANG_TELLFRIEND}</a></li>
    
    <!-- BEGIN: read_reviews -->
    
    <li class="nobullet"><img src="skins/{VAL_SKIN}/styleImages/icons/ReadReview.jpg" alt="{LANG_READ_REVIEWS}" />&nbsp;&nbsp;<a href="index.php?_a=viewProd&amp;productId={PRODUCT_ID}&amp;review=read#read_review" target="_self" title="{LANG_READ_REVIEWS}">{LANG_READ_REVIEWS}</a></li>
    
    <!-- END: read_reviews -->
    
    <li class="nobullet"><img src="skins/{VAL_SKIN}/styleImages/icons/WriteReview.jpg" alt="{LANG_WRITE_REVIEWS}" />&nbsp;&nbsp;<a href="index.php?_a=viewProd&amp;productId={PRODUCT_ID}&amp;review=write#write_review" target="_self" title="{LANG_WRITE_REVIEWS}">{LANG_WRITE_REVIEWS}</a></li>

×
×
  • Create New...