Jump to content

roban

Member
  • Posts

    3,238
  • Joined

  • Last visited

Everything posted by roban

  1. This is a standard feature in Cube Cart In admin control panel/view products Look for 'Manage Categories' You can add the same product to as many categories as you want.
  2. This will make them alphabetical open includes/boxes/categories.inc.php About line 35 // 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."'"); REPLACE WITH // query database $results = $db->select("SELECT cat_name, cat_id FROM ".$glob['dbprefix']."CubeCart_category WHERE cat_father_id = 0 order by cat_name"); $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_name"); Save, Close, Upload file
  3. Try it using the Source Code function in fckeditor using the format <a href="http://www.mysite/images/pdf/test.pdf"></a>
  4. You will find this setting at your Pay Pal account. Go to the Profile tab then Website Payment Preferences
  5. If the spambot table exists you will get the error. drop the existing table prior to installation.
  6. If the spambot table already exists you will get the error. Drop the existing table.
  7. add a ; at the end of the query. It's in the upgrade.
  8. Sounds like an intro. Hi M8 and welcome to the board.
  9. Check your admin index.php and login.php make sure there are no empty spaces at the end or beginning of the files. You might want to upload new copies.
  10. For all who sell music, there have been queries about how to embed a player and playlist into your sites. I have found a tutorial that works and I thought I'd pass it along. http://stephenjungels.com/jungels.net/arti...-mp3-howto.html
  11. OK M8 here's the fix: admin/includes/rte/fckeditor.php around line 36 $this->InstanceName = $instanceName ; $this->BasePath = '/FCKeditor/' ; $this->Width = '100%' ; $this->Height = '200' ; $this->ToolbarSet = 'Default' ; $this->Value = '' ; Here's what I changed mine to: $this->InstanceName = $instanceName ; $this->BasePath = '/FCKeditor/' ; $this->Width = '750' ; $this->Height = '800' ; $this->ToolbarSet = 'Default' ; $this->Value = '' ;
  12. Yes both customer and store owner
  13. You might take a look at the Group Discount mod at cubecart.org (commercial mods) it might be able to do what you want.
  14. A major Pay Pal updater was released already. I installed it and so far so good.
  15. Sometimes I assume too much. Glad you got it sorted out.
  16. In your includes/global.inc file does your site url have the www. before it? If not, add it or post the contents of the file here.
  17. Upload the files in your upload folder(not the upload directory, just the folders and files within) to your server. If you've configured your includes/global.inc file, don't upload a new one. If you haven't installed yet or uploaded anything yet, then upload all the folders from the upload folder and navigate to your site url as in http://www.yoursite.com/install and follow the bouncing ball.
  18. roban

    My first store is up!

    You've done very nicely and it's nice to hear about someone who has had few problems installing and modifying their store. This may sound silly but I think you should charge more. I looked at a large collection of coins encrusted with dirt, etc. and I'm saying to myself, "well they can't be very valuable, they're only $3.50". So I wouldn't buy them. If you charged $50.00 you might get buyers.
  19. roban

    My creation

    You've done a nice job. The only problem I have is your sub categories. There is no More or Buy button so I don't know what to do next unless I know to click on the image.
  20. There was a post awhile back about adding a flash header. Take a look at http://www.cubecart.com/site/forums/index....62&hl=flash
  21. Is this your store? http://www.solodesignz.com/store/ Can you please post the contents of your includes/global.inc file You don't seem to be connecting to your database.
×
×
  • Create New...