Jump to content

roban

Member
  • Posts

    3,238
  • Joined

  • Last visited

Everything posted by roban

  1. Calm down M8 you just joined yesterday. Now, what Mods or changes have you made to your cart?
  2. roban

    Store Set-up

    Yes all blank except enable ssl which is set to 'No'
  3. Upload the image (I am using visa.jpg as an example)to your store. add this to: skins\your skin\styleTemplates\global\index.tpl just after the last </div> and before </body> <div align="center"><img src="http://www.yoursite/visa.jpg"></div> Assuming you want it centered. If not change "center" to "left" or "right". As to the category text, what skin are you using?
  4. roban

    Search Field

    You should be able to do this using javascript and using includes\boxes\searchForm as your reference. I don't have time to work this out but would look something like: <form action="http://www.yoursiteaddress/includes/boxes/searchForm.php" target="_blank"> The whole thing might look something like: <form action=""http://www.yoursiteaddress/includes/boxes/searchForm.php" " target="_blank"> <div id="Layer9" style="position:absolute; width:274px; height:18px; z-index:9; left: 650px; top: 244px;"> <p><span class="style25">Quality</span> <span class="style9">Products at</span><span class="style25"> Affordable</span> <span class="style9">Prices</span> </p> </div> <div align="justify"> <table width="385" height="28" border="0" cellpadding="0" cellspacing="0"> <tr><td width="385" height="30" valign="top" bgcolor="#FFFFFF"><p align="top" style="margin-top: 2; margin-bottom: 2"><font face="Arial"><span class="style9">search</span> <input type="text" name="search" size="10"> </font><select name="way" size="1"> <option value="any">Any Words</option> <option value="all" selected>All Words</option><option value="exact"> Exact Phrase</option> </select> <font face="Arial"> <input type="submit" value="Go" name="B1"> </font></p> </td></tr> </table> </div> </form> This would give the option to search with 'all words' or 'any words'
  5. roban

    Store Set-up

    Leave all as is except Enable SSL:-----__________ (Yes) or (No). Leave this at 'No'
  6. roban

    Store Set-up

    Not really. Best to ask specific questions.
  7. Go to skins/classic (or whatever skin)/styleTemplates/boxes/categories.tpl. You will see this code at the top...(code might vary depending on what skin). <!-- BEGIN: categories --> <div class="boxTitleLeft">{LANG_CATEGORY_TITLE}</div> <div class="boxContentLeft"> <ul> <li class="bullet"><a href="index.php" class="txtDefault">{LANG_HOME}</a></li> Change {LANG_CATEGORY_TITLE} to anything you want. Leave out the { }
  8. I don't see any problem on your site with FireFox.
  9. Then change {LANG_CATEGORY_TITLE} to Home, just leave out the brackets
  10. Do it this way: In skins\your skin\styleTemplates\global\index.tpl at the bottom between the last </div> and before </body> add your text. If you want it centered, do this: <font size="-1"><div align="center">your text</font></div> You can change the font size to anything you want. I used "-1" to make it small.
  11. A simple search would have resulted in this: Go to skins/classic (or whatever skin)/styleTemplates/boxes/categories.tpl. You will see this code at the top...(code might vary depending on what skin). <!-- BEGIN: categories --> <div class="boxTitleLeft">{LANG_CATEGORY_TITLE}</div> <div class="boxContentLeft"> <ul> <li class="bullet"><a href="index.php" class="txtDefault">{LANG_HOME}</a></li> Replace "index.php" with "http://www.yoursite".
  12. I made a red set of background images for the Killer skin. PM me for download until I can upload to this site.
  13. Hi Gul, You can edit this in http://www.yoursite/admin Go to General Settings and scroll down to 'Number of latest products to show:'
  14. This is your header: skins\Killer\styleImages\backgrounds\topHeader Just rename yours to topHeader.gif and upload.
  15. You're going to have to change your paths and everything that points to 'cubecart' to 'cart'. Hopefully you can do this on your host's control panel. Everything in your db that points to 'cubecart' will have to be changed as well.
  16. fckeditor is an html editor and it is used in Admin/Homepage You can find out more about it here: http://www.fckeditor.net/
  17. I have to say I am very confused by your problem and what you actually want. The 'HomePage' tab IS your CC home page. What url did you link as your home page. My 'Home Page' tab used to link to http://www.vitaminlink.net/cart/index.php. It now links to http://www.vitaminlink.net which has a 301 redirect to http://www.vitaminlink.net/cart. So in effect it links to http://www.vitaminlink.net/cart. Is it the index.php part you want to get rid of? If so, you have been given the correct syntax.
  18. roban

    Adding Tabs

    What skin? I would assume you could add a category and name it anything you want from Admin.
  19. roban

    Button text

    /yourskin/styleSheets/style.css .txtCat { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; text-decoration: none;
  20. http://www.tamingthebeast.net/articles3/sp...01-redirect.htm
  21. Aside from 'alt' tags or 'img src=' tag with text I'm not sure what you mean.
  22. An .htaccess 301 redirect wouldbe friendlier
  23. Never mind. I bought Alex's shipping mod and it works a treat.
  24. have you deleted the install folder fom your installation? You need to do this or the store will not function.
×
×
  • Create New...