Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Eighteen48

Archived
  • Posts

    170
  • Joined

  • Last visited

Posts posted by Eighteen48

  1. yeah I put this code instead and it worked!!! Thanks man, this is realy amazing contrib.

     

    Sorry for being so annoying, but the last question: when I enter product details it has a link like: http://www.xxx.com/very--her.html

    how can I put manufacturers name in the middle of it so it has a link like: http://www.xxx.com/manufacturers name/very--her.html ?

     

    I dont think you have been as annoying as me with this contrib... :lol:

     

    now if I understood your question right you want your url to be displayed like http://mysite.com/manufactuersname/productsname.html or http://mysite.com/catergory/manufactuersna...oductsname.html ?

     

    the way I have my site set-up right now is http://mysite.com/main_cat_name/sub_cat_na...oduct_name.html as well as http://mysite.com/main_cat_name/sub_cat_na...oduct_name.html depending on if I have a manufacturer listed.

     

    I have my settings set to

    SEO-G Parts Separator / Info

    SEO-G Words Separator _ Info

    SEO-G Inner Separator / Info

  2. returning to the problem with cookie usage page continuously showing, does it mean that I messed up something in root.php (though I double checked and sure I inserted right from aplication_top.php) ? or is it something else?

     

    It took awhile but I was able to get it straightened out, if you look at the code that you just inserted into the root.php file find this line

     

      if ($request_type == 'NONSSL') {
       define('DIR_WS_CATALOG', DIR_WS_HTTP_CATALOG);
     } else {
       define('DIR_WS_CATALOG', DIR_WS_HTTPS_CATALOG);
     }

     

    and replace it with this code

     

      if ($request_type == 'NONSSL') {
       define('DIR_WS_CATALOG', DIR_WS_HTTP_CATALOG);
       $g_relpath = HTTP_SERVER . DIR_WS_CATALOG;
       $g_server = HTTP_SERVER;
     } else {
       define('DIR_WS_CATALOG', DIR_WS_HTTPS_CATALOG);
       $g_relpath = HTTPS_SERVER . DIR_WS_CATALOG;
       $g_server = HTTPS_SERVER;
     }

     

    Look at the pic in this post I used that to compare that my root.php with the general one that has been used with RC1 it would be the same if you are using any of the MS versions of osc 2.2.

     

    The instructions in the readme and the root.php file states this

    // MAKE SURE THE FOLLOWING SECTION IS COPIED DIRECTLY FROM YOUR OWN

    // catalog\includes\application_top.php and then set the $g_relpath, $g_server

    // variables in this file such that:

     

    It maybe use that are dense and did not understand it correctly or is written wrong, but it seems only a few of us are having this problem so it could be use. Although I must admit, saying set the variables is kinda confusing. I think it should read Add the following lines after this code here and here.

     

    Hope this helps as it has helped me and I no longer have the cookie usgae error.

  3. ok FYI is fully operational with RC1 I have integrated the code. The only thing was to change the root.php to use the updated section from the RC1 application_top.php Everything else stays the same.

     

    to do this just copy all the code in the application.php file in between the SE0-G code to the root.php file?

  4. okay well I got everything straight, site corrected itself...... weird.....

     

    1 question though as I noticed this on my install with osc MS 2.2 as well as RC1 some of the urls do not generate properly meaning instead of swat-3-close-quarters-battle.htm instead of swat_3_close_quarters_battle.htm is this because the words are too long?

     

    In the config section I have it set to _

  5. Its weird, I installed this on a clean copy of RC1 and keep getting errors saying it could not read the database table, each time its a different table, and now all I am just getting 404 errors. and no more of the database errors.

     

    like I said weird, but I am gonna go through all my edits again and see what happens

  6. The left_column.php change is straight forward. When you add a line to include a new box it shows up with the osc admin. Check if you placed the files to the correct folders.

     

    Sorry it has taken me awhile to reply, but I have redone the edits and for some reason I still have the same problem.

     

    here is a link to the my test store http://sportivoconcepts.com/shop and here is a link to the zip files of the files I have edited. http://sportivoconcepts.com/uploads/v2.2[seo-g].zip

     

    I do not know what I did wrong and I am usually not such a noob like this.

  7. Did you do all the admin files? When installed the SEO-G is placed at the bottom left of the admin screen (below even tools)

     

    Keith

     

    Hi Keith, I did upload all the admin files as well as all the other files. This was a fresh install of osC and SEO-G I used the pre-modded files that came in the package as well as going through and checking them to see if all the edits was made.

     

    Quite frankly I am confused as I know the contribution works as everybpdy is using it, I just can not seem to get it to show up in the admin section. :blush:

     

    Would somebody who just has SEO-G installed mind sending me their files as I do not know what is going wrong.

  8. As the topic says what is the difference between STS and BTS, which is would be the better of the two. Also is there a definitive resource out there on reading about them?

     

    I just installed osC and just changed the CSS so that everything is uniform font and color wise, now I want to change the whole template so that it is completely uniform with the rest of my site.

     

    Also can I change the way the product page is displayed? I have a basic html/js rollover script that I want to try to use with osC that allows an image to be swapped with another one when the mouse rolls over it.

  9. Just out of curiousity what is the difference between your contrib and the other one PHPBB 2.0.8a implementation?

     

    Also you say you have it set-up that users sign-up through osC, is there a way to have it the other way around? That way the user can come back later and add the rest of the fields when they want to buy something?

×
×
  • Create New...