Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rumi

Archived
  • Posts

    185
  • Joined

  • Last visited

Everything posted by rumi

  1. Sorry for the last post mistake. Its this error that Im getting.
  2. Okay, I am still getting this error. At one point I was able to get in to list a new store but I dont see that now. Id really like some "how to" advice on specifics such as how to add stores and how to link those to my site. Im confused about how everything works. I want my site to be like yours, where my store is the front page with links to other sites. Please give a hand. Thank you
  3. Never mind. I fixed it. I do have a question though. Where do I go to learn how to set up my store. For example, Id like to have one that shows my store on the front with links to other stores. and please, can I use STS for my main page?
  4. Yes, I ran them. However, when I log in to Stores Admin I get this error: 1054 - Unknown column 'store_id' in 'where clause' select count(*) as products_count from products where store_id = '1' [TEP STOP]
  5. Hi, I just installed this contribution and Im getting this error. Help Please! Warning: mysql_connect(): Access denied for user: 'myusername@localhost' (Using password: YES) in /var/www/html/includes/functions/database.php on line 19 Unable to connect to database server! Thank You
  6. Does anyone know if STSv4.3.3 works with the Virtual Mall contribution?
  7. Copy and paste the line where, in my browsers address bar or phpMyAdmin? Much thanks. Also, I already have a couple sites that Ive created (I sell work of artists) and would like to link to them from within my store (index page). Do you think this is the right contrib for me? Having all the $ transactions on my site is good and I am the only person who will have access to the site.
  8. Okay, I have another question regarding the below quote from Virtual Mal 2.2.1 contrib. What is a sample store? "This code will add a sample store, you do not need to run this query if you do not want a sample store." thanks again
  9. Im preparing to install this contribution and see instructions in the text file "administrators sql" which reads to "Run each of these sql queries individually (separated by a line):". I have never done this so I did a search for how to and this is what I came up with. Im posting it just to make sure this is correct as this was from an IBM site and Im what is termed "A Noob!" Thanks for any advice. To run an SQL query: 1. Click the Query tab on the administration console. 2. To open another SQL Query window, click Create Query. 3. Enter the SQL query statement in the Query pane. 4. Click Go to run the query. The results of the query are displayed in columns under the query. To reduce the probability of mistyping the name of a database table or column name, use the Data Tables window to drag and drop table and column names into the Query pane. Click Tools -> Browse Tables in the administration console to open the Data Tables window.
  10. Never mind. I figured it out.
  11. Well, I went ahead and gave it a try and so far it seems to be working.
  12. Never mind. I inadvertently deleted the header.php file. Dah!
  13. Ive uninstalled HTC v2.6.2 and Im getting this error. Ive deleted all the files in the catalog directory (the only files I uploaded) and done a compare of the index.php file with the osc catalog file and dont see any differences. Im not sure what to do now. Im thinking this error may be due to my uploading the database_setup file but not sure how to delete that. Warning: main(includes/header.php): failed to open stream: No such file or directory in /var/www/html/index.php on line 45 Fatal error: main(): Failed opening required 'includes/header.php' (include_path='.:/php/includes:/usr/share/php') in /var/www/html/index.php on line 45 Thanks
  14. Does anyone know if On the Fly Google XML Sitemap Feed-Products and Categories works with STSv4.3.3?
  15. Does anyone know if On the Fly Google XML Sitemap Feed-Products and Categories works with STSv4.3.3?
  16. I am posting this here after having posted it in the HTC forum since my problem may be related to STS. I am attempting to install HTCv2.6.2 after having tried twice to install STSv4.3.3 with HTC2.6.0 and failing. Here I go again. Below is the post copied from htc forum: Could that be the cause of my not seeing "Home Page" in my title? Other than this I dont see any problems. I just went over again all the instructions in catalog install txt and it looks like everything is as you stated. The only other diff I noticed is at the beginning of the instructions, you didnt list the box folder and its contents as needing to be uploaded but I did it anyway. The zip file I downloaded said htc v2.6.2 but inside the files it reads 2.6.0. Probably doesnt matter I suppose. I left it as it was. -------------- When I didnt see my "home page" I went back and saw it written that sometimes with STS you need to modify the sts_display_output file. But this file doesnt include the same code. Add to /catalog/includes/application_top.php at the end of the file right before the last ?> // BOF: Header Tags Controller v2.6.0 require(DIR_WS_FUNCTIONS . 'header_tags.php'); // Clean out HTML comments from ALT tags etc. require(DIR_WS_FUNCTIONS . 'clean_html_comments.php'); // EOF: Added: Header Tags Controller v2.6.0 NOTE for STS Users: The above also applies to STS shops but does not always work for some reason. If your STS shop fails, in your sts_display_output.php file, FIND require(DIR_WS_FUNCTIONS . 'clean_html_comments.php'); require(DIR_WS_FUNCTIONS . 'header_tags.php'); CHANGE TO require_once(DIR_WS_FUNCTIONS . 'clean_html_comments.php'); require_once(DIR_WS_FUNCTIONS . 'header_tags.php'); Do you think this could be the reason Im not seeing "home?" Also, after uploading the database_setup file, it read something like "already installed, aborting"
  17. Could that be the cause of my not seeing "Home Page" in my title? Other than this I dont see any problems. I just went over again all the instructions in catalog install txt and it looks like everything is as you stated. The only other diff I noticed is at the beginning of the instructions, you didnt list the box folder and its contents as needing to be uploaded but I did it anyway. The zip file I downloaded said htc v2.6.2 but inside the files it reads 2.6.0. Probably doesnt matter I suppose. I left it as it was.
  18. I have anther question: After installing just the catalog side of htc v2.6.2, I dont see "Home Page" in my title. I also noticed there is no FIND require(DIR_WS_FUNCTIONS . 'clean_html_comments.php'); require(DIR_WS_FUNCTIONS . 'header_tags.php'); CHANGE TO require_once(DIR_WS_FUNCTIONS . 'clean_html_comments.php'); require_once(DIR_WS_FUNCTIONS . 'header_tags.php'); in my sts_display_output file. any advice would be appreciated. thanks
  19. Just now installing HTV v2.6.2. I have a question regarding the HEADING_TITLE in other pages. Here is how I did it, hopefully right. <td valign="top"><h1><?php echo HEADING_TITLE; ?></h1></td> and I left the line below as it was. Did I do this right? In product_info.php (around line 104) FIND <td class="pageHeading" valign="top"><?php echo $products_name; ?></td> <td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?></td> REPLACE with <td valign="top"><h1><?php echo $products_name; ?></h1></td> <td align="right" valign="top"><h1><?php echo $products_price; ?></h1></td> NOTE: In any page in which you make the change to the title for Header Tags, you should also locate the line containing HEADING_TITLE, remove the pageHeading class and add the h1 tags as above.
  20. You can use your own styles and add them to the catalog stylesheet. There is a contribution for available for ideas called: "tablelessCSS_osc"
  21. Ive recently installed cDynamic Meta Tags v1.4 and Im not sure how to set the following in Step 5. You can see how I set the parameters but Im still not seeing any meta tags in my source. I have STS. Thanks to anyone who can help. STEP 5 - Configure basic parameters Set settings which are located in includes/languages/english/meta_tags.php # USER SETTINGS # #--------------------------------------------------------------------------# # If you want to cache the results (reduce server load and boost speed) $cache_type = 2; # number only, no ' or " # 0 (zero) = off # 1 = Use Chemo's osC Advanced Cache Class **REQUIRES v1.1 or higher** # 2 = Cache to directory ** MUST specify $meta_cache_path ** # If using Cache Class set lifetime of cache: $expires = '30/days'; # only valid if $cache_type = 1 # only valid if $cache_type = 2 # must have read-write permissions # specified in admin/includes/reset/meta_tags.php (if you changed it) MUST HAVE READ/WRITE CHMOD to 777 $meta_cache_files_path = DIR_FS_CATALOG.'cache/'; #this should work for most # Show Model in Title $show_model_in_title = false; # no ' or " # true or false # Show Manufacturer in Title $show_man_in_title = true; # no ' or " # true or false # Enter y=text to be removed from Manufacturers when using them for keywords # enter in all lower case $strip_man_array = array('inc.','co.','inc'); # Pages to use HEADING_TITLE for title # Do not list pages w/ specific meta tags: (index.php, product_info.php, specials.php, products_new.php) $heading_pages = array('contact_us.php', 'product_reviews.php'); #---------------------------------------------------------------------------# # Define specific meta tags by entering the value between the '': # For all pages using meta_tags: define('HEAD_TITLE_TAG_ALL','my text here'); # Title define('HEAD_DESC_TAG_ALL','text here'); # Description define('HEAD_KEY_TAG_ALL','text here'); # Keywords # For default index page (no products or categories) define('HEAD_TITLE_TAG_INDEX','added text here'); # Title define('HEAD_DESC_TAG_INDEX','here'); # Description define('HEAD_KEY_TAG_INDEX','and here'); #Keywords ?>
  22. Are you sure you've correctly turned on STS (for info boxes) in admin?
  23. This link is just a topic in the forums, it wont create pages for you. I have used it to create a page (other_services.php ) that I use in my navigation bar and which links to a page in my site. Im not using the info boxes that are a part of STSv4.3.3. Ive noticed there is a contribution that helps you make pages but this link is not that. I wish I could help more but I too am a novice. Take a look at this:http://www.oscommerce.com/forums/index.php?showtopic=31019
  24. I have STS too and it worked for me. Its not really a contribution (as in zip files to download). What are you having problems with?
×
×
  • Create New...