Jump to content

Ausy

Member
  • Posts

    684
  • Joined

  • Last visited

Everything posted by Ausy

  1. Ausy

    remove copyright

    There is a box to enter the key into on the Admin home page.
  2. IE8 is only at RC1 release so there are still bugs and its likely things will not work properly yet, I wouldn't wast time trying to fix problems that might not exist when its final.
  3. If you have not purchased copyright removal the "Powered by CubeCart" page footer must be visible.
  4. Looks like your database did not install correctly, is it a local install and not on a host?
  5. V4 is worth the money, there are many more options built in. Potentially your store can make you thousands so for a small investment its worthwhile. How comes you cant get the trial working?
  6. 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?
  7. As said above, its an image. The image is in skins/KitaBlue/styleImages/backgrounds
  8. Check to see if this file index_enc_ion.php is present where your store is installed, if not upload it from the installation package.
  9. 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
  10. Google "simple contact form V3" and you should find what you want.
  11. http://www.cubecart.com/live-stores
  12. Looks like you fixed it, what was the problem?
  13. Can you explain process, do you want to add an order manually? If so, first you have to have the customer in your database, if not then use the add customer option. Then go to orders, add order, select the customer and complete the details.
  14. You just need to make a backup of the complete installation files on your server and also a backup of the MySql database. You upload these to your new host, make some changes to the global.inc file and should work. Instruction here. https://support.cubecart.com/index.php?_m=k...=19&nav=0,2 Recommendations for hosts are against the forum rules, you could ask here. http://www.cubecartforums.org/index.php?
  15. Presume you have had a word with your host, what did they say?
  16. Cool, I need this myself so will take a look. Thanks
  17. yes you can do it this way, but be careful that you don't use the rebuild and recount/update image database or rebuild thumbnails!
  18. I don't but there are many that are willing to help and the place to ask is here. http://www.cubecartforums.org/index.php?
  19. Yes you do it through modules/languages, click on en and see.
  20. Ausy

    Font Size Issues

    It appears fine for me in the following browsers, IE7, Firefox, Google Chrome. Could be a problem local to your pc.
  21. Sorry I did not explain correctly, I did not mean through the files, I meant you can change the box title through your Admin control panel.
  22. Go to Admin/languages/en/front end phrases/boxes.
  23. What like here https://support.cubecart.com/index.php?_m=k...;kbarticleid=24 :huh:
  24. 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...