Jump to content

roban

Member
  • Posts

    3,238
  • Joined

  • Last visited

Everything posted by roban

  1. I have 6 options for tee shirts small medium large xlarge xxlarge xxxlarge Now they are displayed as: large medium small xlarge xxlarge xxxlarge I have them correct in my database but can't seem to change the order in admin/product options. They have a mind of their own. The id's are 15, 16,17,18,19,20 but display as 17,16,15,18,19,20 How can I change the order of the small, medium, large right now the default in the options box is 'large'
  2. roban

    logo

    It's the copyright text at the bottom of the page that's important to leave intact. Default logos can be found in your skins directory/styleImages/backgrounds Depending on which skin you use the name will be different. Just upload your own logo (in the same .gif format) replacing the one that is there and upload to your site. In Killer and Legend skins the file is topHeader.gif and in Classic skin it is contentBg.gif. Rename your logo to match and upload. That's it!
  3. In my experience shipping is not added until checkout both through Pay Pal and Postal but it is added.
  4. Are you getting the login screen? More info please.
  5. <a href="http://www.your ad location"></a>
  6. For those who are as bad at counting lines as I am, this is line 47 $this->img["format"]="JPEG"; So, what is the extension of the image you are trying to upload?
  7. I'm glad it worked out M8. It's an easy install when all aspects are correctly done. Good luck.
  8. I can see the relevence in this if you don't have all those side boxes down the left side. As it is there is too much scrolling.
  9. Is your username correct? As I recall in the PM you sent, I could not dtermine if there was an - before the name or not. I did not enter the - in your global.inc file. Double check all those entries and make sure they are correct.
  10. Did you upload the includes/global.inc I gave you?
  11. Hi there, I'm setting up my Cubecart - well trying too... I'm stuck with a message saying The config file could not be written. - I don't seem to have the file - have you got a config.php file in your public_html folder - I was just trying to find out as if I havern't I may have to start again.... Why don't you have the file. I gave it to you. Did you not upload it?
  12. Did you do this at step 2? CHMOD includes/global.inc.php 0644 to 0777
  13. I don't think it's a problem even without a license.
  14. Replace admin\images\ccAdminLogo.gif with one of your choice.
  15. Pretty. I like the iframe effect.
  16. I added a set of Killer green images in the download/skins section. Probably not the shade you need but they are there anyway. They are easy to edit in PaintShop Pro in any case.
  17. Copy/paste this into your global.inc and save: <?php $glob['dbdatabase'] = 'cubecart1'; $glob['dbhost'] = 'localhost'; $glob['dbpassword'] = 'jakethecat'; $glob['dbprefix'] = ''; $glob['dbusername'] = 'igarden'; $glob['installed'] = '0'; $glob['rootDir'] = 'home/insomniacsgarden.co.uk/public_html/cart'; $glob['rootRel'] = 'cart'; $glob['storeURL'] = 'www.insomniacsgarden.co.uk/cart'; ?> Now, make a folder named 'cart' (without the ' ' of course) and put all your cubecart files and folders in it, so that in the cart folder should be folders named admin, classes, docs, extra, etc plus the other files in the 'upload' folder from your cubecart zip file. Upload this to your host. **Don't put the upload folder in there, just the files in the upload folder ($glob['rootDir'] = 'home/insomniacsgarden.co.uk/public_html/cart' I'm not sure that this is your rootDir as expressed in global.inc I can only guess at this entry without seeing your directories. If you are able to upload successfully you can open a browser and type http://www.insomniacsgarden.co.uk/cart/install/index.php in the address bar and go right into the installation. You will have to enter some basic information basically the same as you entered into global.inc. If the install goes well you will have to delete the install directory from your server in order to see your store. Let me know if you need more help in this.
  18. OK I am beginning to see the problem. The database will be setup automatically. All you have to do is provide one with a username and password. You listed the includes folder but I need you to open the global.inc file (with notepad) and copy/paste the results here. We will need the name of your database, your username and password, the url of your site. There are a couple of more things but these will do for now. Secondly, forget Dreamweaver, you don't need it. You need your ISP's ftp information and an ftp client. Where are you located? Are you on MSN?
  19. Welcome to CC igarden. Don't give up just yet but give us more information on your attempt to install. Please be specific about the problems you are having and I am sure things can get resolved. We need to know: what version you are installing, a cut/paste of your includes/global.inc file which you can post here, how you setup your database and did you delete the install directory. Those are good for openers. Cheers.
  20. * American Red Cross, 800-HELP-NOW (435-7669) English, 800-257-7575 Spanish. * America's Second Harvest, 800-344-8070. * Adventist Community Services, 800-381-7171. * Catholic Charities USA, 800-919-9338. * Christian Disaster Response, 941-956-5183 or 941-551-9554. * Christian Reformed World Relief Committee, 800-848-5818. * Church World Service, 800-297-1516. * Convoy of Hope, 417-823-8998. * Lutheran Disaster Response, 800-638-3522. * Mennonite Disaster Service, 717-859-2210. * Nazarene Disaster Response, 888-256-5886. * Operation Blessing, 800-436-6348. * Presbyterian Disaster Assistance 800-872-3283. * Salvation Army, 800-SAL-ARMY (725-2769). * Southern Baptist Convention Disaster Relief, 800-462-8657, Ext.6440. * United Methodist Committee on Relief, 800-554-8583.
  21. Sure it is and there are some informative posts about how to do this. Do a search and you'll come up with some good advice. I use MSAS, an open source Apache server module that works very nicely and has excellent documentation. You can get it here: http://mamboforge.net/projects/msas/
  22. Hello theRookie and welcome to CC. There are a couple of ways of doing this. The way that's easiest for me is by ftp (file transfer protocol) which means using an ftp client software and there are many good free ones. http://www.smartftp.com will get you one that is fine for your needs. Your internet server provider (ISP) can give you the information you'll need to log on to your server. Give their tech support number a call. You'll need the IP address, your username and password. Most ISP's have this information readily available and they will even tell you what directory to upload to. If you have this information already, create a new site in your ftp client using your server info and fire it up. In alot of cases there is a directory called 'public_html' and this is where your cart should go but your ISP can tell you what is best. Create a new folder (I call mine 'cart') and upload all the files to that folder. This way your url will be http://www.yoursite.com/cart. The other way is by logging on you your server's control panel via the internet. This is not as convenient in my opinion but works fine. To install the cart just follow the directions. The installation is fairly painless if done correctly and if you need any help after uploading just give a shout and someone will help you.
  23. OK! Since this is your first post, I take it you didn't feel the need to ask for help.
  24. Hello Chell and welcome to CC. To change the Price text look in your \language\en\lang.inc file or change en to whatever language you use. And if I might make a suggestion, before posting try the site search. You will probably find what you need because most folks here have been through the same questions.
  25. My shipping works perfectly and I ship only to US and Canada. The only difference is that you use UPS and I use USPS by value.
×
×
  • Create New...