Jump to content

roban

Member
  • Posts

    3,238
  • Joined

  • Last visited

Everything posted by roban

  1. style.css and layout.css for each skin control most of your options and the skins are template based and fairly easy to edit in notepad.
  2. One of the things about CC that always bothered me was having the price and buy button way down at the bottom on the product pages. They should be at the top and you can fix this in viewProd.tpl by moving some code around.
  3. Please post your includes/global.inc file
  4. You seem to be editing your store and then you get into trouble. Your tables are all messed up.
  5. Your sub categories under the Hardware Cat are aligned in Fire Fox but not in Internet Explorer. This is a browser issue, not a Cube Cart Issue. There have been posts regarding IE issues so my advice would be to look for them and hopefully your problem will be resolved. As for your drop down box problem, this sounds like a mod provlem. What shipping mods do you have installed?
  6. VPR, Pay Pal shipping options can be configured at the Pay Pal site. Unfortunately i know nothing about Money Brokers. Have you called their support line?
  7. Richard, Your assessment about making a change somewhere is probably correct. Can you supply a URL to your site and list the mods that have been installed. Also you might do a search for 'buy button'. I think this has been covered.
  8. I'm not sure why this is happening but it is an interesting problem. I have always found the search function to be lacking in many areas so I have used a third party search function. isearch is a good one and even the free version is very configurable and can be made to compliment your layout. The code to add to your site is easily done. You might want to take a look at it.
  9. I have reviewed your posts and not once did you provide enough information for people to help you. A URL to your site is mandatory. Some of the questions you have asked can be answered either by doing a search or by reading the pinned posts in each section. I am not impressed by your insinuation regarding "If theres not much support for CC then i might switch to Zen Cart as there support forum seems active..." as I have spent much of the past 2 years helping people just like you as have other moderators. There is so much information here that has been compiled by members over the years that can be gleaned by a little effort on your part.
  10. Trey adding it using the Source function in fckeditor.
  11. roban

    The CD Zone.com site

    You're off to a great start. A couple of things come to mind: 1. Change your About Us text. Don't tell me why you left ebay because I'm not interested but I am interested in you and your passion for what you sell, where it comes from and why you're in business. 2. Lose the blue sub-cat icon. Replace it with ANYTHING. 3. Don't go live with empty album categories. It blows my trust in you. It says you haven't been around very long and I don't want to give you my hard earned dollars (or euros)
  12. roban

    BlueChip Warehouse

    Your site looks great. Nice job. I would not buy from you simply because you have too many empty categories which tells me you are not legitimate and you have no track record. Otherwise I would have no problems.
  13. I have never heard of a Stopbadware / Google blacklist before so I'm off to do some research
  14. roban

    AdSense Ads

    Add this box code where you would like your code to appear: <div class="boxTitleRight">Your head-line</div> <div class="boxContentLeft"> Use the code you wish to add <border="0" > </div> <div class="boxFootRight"> </div> Put your Adsense code in.
  15. Please post the contents of your includes/global.inc file. You have a path problem. Also you might try doing a search because this has been covered many times.
  16. Database queries are usually a big factor since everything done on a site results in queries back and forth. Try deleting your session information and see if that helps.
  17. Connection Speed Download Time (sec) 14.4K 175.68 28.8K 87.84 56K 45.17 128K ISDN 19.76 1.44MB T1 1.83 Your load times for a 28k and 56k modem are a disaster and your problem is your images. Optimize them. js/jslibrary.js 1.44 js/gen_validatorv2.j... 10.86 images/klantenservic... 0.73 images/winkelwagen.g... 0.77 images/account.gif 0.72 images/home1.gif 0.55 images/parfumerielog... 11.66 images/parfumerie_03... 3.94 images/parfumerie_04... 3.54 images/parfumerie_se... 4.42 images/parfumerie_05... 2.88 images/parfumerie_06... 4.01 images/parfumerie_07... 4.92 images/parfumerie_08... 3.34 images/uitverkoop.jp... 4.40 images/knopmail.gif 1.25 images/uploads/thumb... 1.33 js/htsnet.js 0.67 images/teaser/freeze... 37.64 images/teaser/phytot... 39.60 images/teaser/chanel... 39.53 images/teaser/hylexi... 29.76 images/freeze247.jpg 13.37 skins/htsnet/styleIm... 0.21 images/searchSubmit.... 1.34 images/betaalmethode... 5.04 google-analytics/urchin.js 19.04 images/parfumerieach... 0.12 images/parfumerie_13... 0.36 images/bg.gif 0.04 skins/htsnet/styleIm... 0.58 images/parfumerie_on... 6.43
  18. http://www.cubecart.com/site/forums/index....c=26031&hl=
  19. root path should be / Copy the following and save it as editconf.php. Upload it to your root directory and run it in a browser (www.yoursite.com/editconf.php) and you will be able to turn off ssl. <?php /* +-------------------------------------------------------------------------- | CubeCart v3.0.3 | ======================================== | by Alistair Brookbanks | CubeCart is a Trade Mark of Devellion Limited | &copy; 2005 Devellion Limited | Devellion Limited, | Westfield Lodge, | Westland Green, | Little Hadham, | Nr Ware, HERTS. | SG11 2AL | UNITED KINGDOM | http://www.devellion.com | UK Private Limited Company No. 5323904 | ======================================== | Web: http://www.cubecart.com | Date: Thursday, 25 August 2005 | Email: info (at) cubecart (dot) com | License Type: CubeCart is NOT Open Source Software and Limitations Apply | Licence Info: http://www.cubecart.com/site/faq/license.php +-------------------------------------------------------------------------- | editconf.php | ======================================== | Config recovery tool +-------------------------------------------------------------------------- */ if(!isset($_GET['c'])){ header("Location: editconf.php?c=config"); exit; } include_once("includes/ini.inc.php"); include_once("includes/global.inc.php"); include_once("classes/db.inc.php"); $db = new db(); include_once("includes/functions.inc.php"); include_once("admin/includes/functions.inc.php"); if(isset($_POST['data'])){ //$config = fetchDbConfig($_GET['c']); $msg = writeDbConf($_POST['data'],$_GET['c'], $config, $_GET['c']); } $config = fetchDbConfig($_GET['c']); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>CubeCart - Config Recovery Tool</title> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_jumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0; } //--> </script> <style type="text/css"> <!-- body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; } .code { font-family: "Courier New", Courier, mono; color: #000000; } .redText {color: #FF0000} --> </style></head> <body> <span class="redText"><?php if(isset($msg)) { echo $msg; } ?></span> <h1>Config Recovery Tool</h1> <p><strong>Devellion Ltd & CubeCart provide this script without any warranty of any kind and by proceeding you are doing so entirely at your own risk.</strong></p> <p>This tool is designed to edit your config file if for some reason your store becomes corrupt due to incorrectly changing your settings.</p> <p>Example: If you have switched on SSL mode and your store has become broken. Select "config" from the dropdown menu below and set $config['ssl'] to 0. No test to see if your store has been fixed and if so delete this file from the server. </p> <p class="redText"><strong>IMPORTANT:</strong> You must NOT leave this file on your server as it is a VERY high security risk!</p> <p><a href="index.php" target="_blank">View Store Front</a> - (Opens in New Window)<br /> <a href="admin/" target="_blank">View Store Admin</a> - (Opens in New Window)</p> <p>Select Config to edit: <?php $query = "SELECT * FROM ".$glob['dbprefix']."CubeCart_config"; $results = $db->select($query); ?> <select name="menu1" onchange="MM_jumpMenu('parent',this,0)"> <?php for ($i=0; $i<count($results); $i++){ ?> <option value="?c=<?php echo $results[$i]['name']; ?>" <?php if($_GET['c']==$results[$i]['name']) { echo "selected=\"selected\""; } ?>><?php echo $results[$i]['name']; ?></option> <?php } ?> </select> </p> <form name="form1" id="form1" method="post" action="editconf.php?c=<?php echo $_GET['c']; ?>"> <table border="1" cellspacing="0" cellpadding="2"> <tr> <td><strong>Variable name: </strong></td> <td><strong>Current Value: </strong></td> <td><strong>New Value: </strong></td> </tr> <?php foreach($config as $key => $value) { ?> <tr> <td class="code"><?php echo "\$".$_GET['c']."['".$key."']"; ?></td> <td class="code"><?php echo $value; ?></td> <td> <textarea name="data[<?php echo $key; ?>]" cols="30" rows="2"><?php echo $value; ?></textarea> </td> </tr> <?php } ?> <tr> <td> </td> <td> </td> <td><input type="submit" name="Submit" value="Update Config" /></td> </tr> </table> </form> </body> </html>
  20. Normal cut and paste will not work in the fckeditor so you have to do it with your keyboard. Copy is 'ctrl' + c Paste is 'ctrl' + v Cut is 'ctrl' + x Images can be added by clicking on the image icon in the fckeditor tool bar and can be uploaded from your images folder.
  21. You can find it at cubecart.org
  22. EDIT includes/boxes/shoppingCart.inc.php with a text editor. FIND these lines of code: $basket = $cart->add($_POST['add'],$quantity,""); } INSERT this block of code AFTER the above lines (being careful to add the code after the curly bracket shown above): if($ccUserData[0]['customer_id']>0) { header("Location: cart.php?act=step2"); } else { header("Location: cart.php?act=cart"); } exit; SAVE file and upload to your server.
×
×
  • Create New...