Jump to content

roban

Member
  • Posts

    3,238
  • Joined

  • Last visited

Everything posted by roban

  1. roban

    PayPal IPN

    Pay Pal Express does this.
  2. If this is true I'm quitting the Internet.
  3. open includes/boxes/categories.inc.php ** First make a back-up of the origianal file. ** About line 35 Find: // query database $results = $db->select("SELECT cat_name, cat_id FROM ".$glob['dbprefix']."CubeCart_category WHERE cat_father_id = 0"); $resultsForeign = $db->select("SELECT cat_master_id as cat_id, cat_name FROM ".$glob['dbprefix']."CubeCart_cats_lang WHERE cat_lang = '".$lang_folder."'"); Change to: // query database $results = $db->select("SELECT cat_name, cat_id FROM ".$glob['dbprefix']."CubeCart_category WHERE cat_father_id = 0"); $resultsForeign = $db->select("SELECT cat_master_id as cat_id, cat_name FROM ".$glob['dbprefix']."CubeCart_cats_lang WHERE cat_lang = '".$lang_folder."'order by cat_id");
  4. You didn't look very well. Go to View Products and click on Manage Categories. A popup will allow you to add a product to as many categories as you want.
  5. If you have MSN, Yahoo or ICQ I'll be glad to do it in a chat.
  6. Sorry I didn't notice this was for version 2. It's in admin/config.php
  7. I only see 1. V/A CALIFORNIA THRASH DEMOLITION /625 Thrash / CD has no image but it has an 'alt' tag. My guess is the image did not upload correctly.
  8. roban

    Payment setup

    And how are you setting up Authorize.Net?
  9. "I wonder if a solution would be do just charge a flat rate for shipping and handling and ship everything First Class domestically and Global Priority internationally?" That is my solution.
  10. Go to the Download section and follow links to MD5 Hash. You could also do a search as this has been covered many times.
  11. You shouldn't have to recreate the database but you will have to run the upgrade scripts on the new database. I suggest you create an empty database and import your original exported database into it. Next run the upgrade scripts. You don't mention what version the original one was but when you say "a few years ago" I can assume (making an ass of u and me) that you might be back at version 3.0.6 or earlier. If you have version 2 then that's another story and there is a service for upgrading. After you've upgraded your database to be compliant with the latest version you can upload the new files with the exception of includes/global.inc, language/en/home.inc and your skin directory (you can make upgrades to skins later if you wish). Of course if you have any mods they will be lost and you'll have to install them again and some like the SEF mod will not be compatible.
  12. Both questions are answered in the pinned posts. But if you don't want to look there: To change the word Home Page, open your language/en/lang.inc file. it's in there, just change it. To make your banner clickable here's what I did: I created a new class in my layout.css thusly: .banner { text-align: center; height: 160px; text-indent: 2px; margin-bottom: 10px; padding-right: 0px; padding-top: 0px; background-image: background-repeat: no-repeat Then I added this to my index.tpl <div class="banner"> <a href="http://www.vitaminlink.net"><image src="skins/VitaminLink/styleImages/backgrounds/topHeader.jpg" border="0" align="center" alt="vitaminlink banner">
  13. If you want to not have the welcome text at all go to your admin control panel/HomePage and delete the contents. This will move the latest products up.
  14. roban

    TPL file help

    Go to cubecart.org and look for a tutorial on creating boxes.
  15. Joomla uses a module called VirtueMart. It's a very nice system.
  16. Great! Ain't it grand when it works. Good luck.
  17. Please post your includes/global.inc file. Do your tables have a gd1b.chen9427CubeCart prefix or just CubeCart?
  18. I suppose you can do that but like I said "If it was me...." The changelog is in the CC 3.013 folder
  19. roban

    Shop 95% finished

    Looks like 97% to me. Nice job.
  20. If I were to do this here's what i would do: Run the upgrade script to upgrade your database from 3.0.10 to 3.0.11 upload 3.0.11 files except your entire skins directory, language directory, includes/global.inc Run the upgrade script to upgrade your database from 3.0.11 to 3.0.12 upload 3.0.12 files except your entire skins directory, language directory, includes/global.inc Run the upgrade script to upgrade your database from 3.0.12 to 3.0.13 upload 3.0.13 files except your entire skins directory, language directory, includes/global.inc Now you can go through the 3.0.13 changelog and make any changes needed.
×
×
  • Create New...