Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Naloomi

Pioneers
  • Posts

    35
  • Joined

  • Last visited

About Naloomi

  • Birthday 07/03/1975

Profile Information

Naloomi's Achievements

  1. Iankil, Great contrib. I use it on my live store (osc RC2.2a) but am upgrading my store to 2.3.1 as soon as I get enough of the contributions I'm currently using working in 2.3.1 (Like Wishlist). I've installed this on my test site, and added include(DIR_WS_BOXES . 'articles.php'); //ArticlesManager v1.57_6 include(DIR_WS_BOXES . 'header_tags_seo.php'); //Header Tags SEO v3.2.5 include(DIR_WS_BOXES . 'sitemonitor.php'); //Sitemonitor v2.8 into the header.php file just below include(DIR_WS_BOXES . 'configuration.php'); include(DIR_WS_BOXES . 'catalog.php'); include(DIR_WS_BOXES . 'modules.php'); include(DIR_WS_BOXES . 'customers.php'); include(DIR_WS_BOXES . 'taxes.php'); include(DIR_WS_BOXES . 'localization.php'); include(DIR_WS_BOXES . 'reports.php'); include(DIR_WS_BOXES . 'tools.php'); Now, on my test site the header drop menu's appear as thus: Is there a way to make it when the header menu 'wraps' that the second line appears a bit lower? So that it appears more like this: Naloomi
  2. The url wouldn't do you much good as it is on my localhost. http://localhost/osc-0d/ is the url though. However, your information about 'mod_rewrite' gave me enough information to turn on the 'mod_rewrite' on my WAMPServer, and now I get to the 'install' portion. Thank you for the information. Chris / aka Naloomi
  3. I am creating a pre-fab osc setup, one contrib at a time, for osC 2.3.1 before upgrading my store (nalsworkshop.com). I follow your link http://addons.oscommerce.com/info/7768 which has the following instructions: Download from: http://addons.oscommerce.com/info/2823 I'm installing the Ultimate SEO 2-2.2d-11 version. I'm using WAMPServer 2.1a (64 bit version) on my computer to test out installs prior to moving on to the next contrib being added. Here is the problem I am currently running into with Ultimate SEO 2-2.2d-11. When I make the .htaccess file changes (including changing the RewriteBase to RewriteBase /osc-test/ I get a 500 Internal Server Error. When I delete the .htaccess file, I get forwarded to the /install directory, but with the .htaccess file in place I am unable to even get that far. Any help would be appreciated. Thank you for such a great contribution. I use it on my live store which runs 2.2rc2a and have never looked back. Chris / aka Naloomi
  4. Has anyone converted Dynamenu to work with osC 2.3.1 yet? I've tried moving the dm_categories.php file to the 'boxes' folder and then installing it on the admin side to no avail. Any and all help would be greatly appreciated. Naloomi
  5. is dealing with multiple osC desires....

  6. I'm hoping this contribution is the potential answer to a problem I am having. I run a store that essentially has 'unlimited' stock as I make some of my products on-demand while I do keep a limited stock. Occasionally I have parts that I reject (Quality Control), but that some of my customers might want. I want to be able to keep offering my regular products with no 'stock' restrictions and my 'reject' or 'clearance' parts with stock restrictions. I understand that this addon does not allow users to use the same checkout, but I'll have to deal with that. I've tried using 'virtual mall' but have been having issues getting it to work with RC2.2a. Please let me know if this contribution would help me. Naloomi
  7. I'm looking forward to this being updated for RC2.2a. I've tried doing it myself (and I succeeded on the catalog side) but I can't get the admin side to work at all (I can't even access the admin side). If someone can help and update this I would be greatly appreciative. Naloomi
  8. I've looked through the forum, but my problem seems to be just a little bit different than everyone else. Two of my dropdown menu's do not seem to work the correct way. While they 'appear' and I can flow over to them and click on them, they do not drop down like the rest of the menu's do. I've modified code in the admin/includes/boxes to match up with the code requirements of Mindsparx Admin, I've added the code to the header.php file, all with no luck. <div class="chromestyle" id="chromemenu2"> <ul><li> </li> <li><a class="headerLink" href="<?php echo tep_href_link(FILENAME_AFFILIATE)?>" rel="dropmenu12"><?php echo BOX_HEADING_AFFILIATE ?></a></li> <li><a class="headerLink" href="<?php echo tep_href_link(FILENAME_SITEMONITOR_ADMIN)?>" rel="dropmenu9"><?php echo BOX_HEADING_SITEMONITOR ?></a></li> <li><a class="headerLink" href="<?php echo tep_href_link(FILENAME_HEADER_TAGS_SEO)?>" rel="dropmenu10"><?php echo BOX_HEADING_HEADER_TAGS_SEO ?></a></li> <li><a class="headerLink" href="<?php echo tep_href_link(FILENAME_SHIPPING_HTML)?>" rel="dropmenu11"><?php echo BOX_HEADING_PAGES ?></a></li> </ul> </div> <!--11th drop down menu --> <div id="dropmenu11" class="drompmenudiv" style="width: 150px;"> <?php require(DIR_WS_BOXES . 'pages.php');?> </div> <!--12th drop down menu --> <div id="dropmenu12" class="drompmenudiv" style="width: 150px;"> <?php require(DIR_WS_BOXES . 'affiliate.php');?> </div> Any help that any of you can provide would be GREATLY appreciated. Naloomi
  9. Using the 'standard' vs 'rewrite' format, you are correct. It adds the #morepics at the end. http://nalsworkshop.com/product_info.php/-p-212#morepics However, when using the 'rewrite' format the links are: http://nalsworkshop.com/-p-212#morepics.html Any help would be greatly appreciative. Thank you in advance. Naloomi
  10. First off, sorry about the double post. FF hiccuped on me. I have reset the cache multiple times. I'm still getting the same link of: http://nalsworkshop.com/-p-218#morepics.html I have even gone so far as to delete the cache. It has not helped fix the link problem. Naloomi
  11. I've made this change, and the link still comes up as: http://nalsworkshop.com/-p-218#morepics.html I've done a test and when I put the link as http://nalsworkshop.com/-p-218.html#morepics it works the way it is was prior to installing USU5. Here is my code right now: <?php if (MORE_PICS_LINK_CSS_IMAGES == 'true') { //echo '<a href="' . tep_href_link (FILENAME_PRODUCT_INFO, tep_get_all_get_params() . '#morepics') . '">' . tep_image (DIR_WS_IMAGES . $products_main_image, $product_info['products_name'], (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_WIDTH), (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_HEIGHT), 'hspace="5" vspace="5"') . '<br><img border=0 src=images/zoom.gif></a>'; echo '<a href="' . tep_href_link( FILENAME_PRODUCT_INFO, tep_get_all_get_params() ) . '#morepics' . '">' . tep_image (DIR_WS_IMAGES . $products_main_image, $product_info['products_name'], (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_WIDTH), (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_HEIGHT), 'hspace="5" vspace="5"') . '<br><img border=0 src=images/zoom.gif></a>'; } else { ?> Naloomi
  12. I've made this change, and the link still comes up as: http://nalsworkshop.com/-p-218#morepics.html I've done a test and when I put the link as http://nalsworkshop.com/-p-218.html#morepics it works the way it is was prior to installing USU5. Here is my code right now: <?php if (MORE_PICS_LINK_CSS_IMAGES == 'true') { //echo '<a href="' . tep_href_link (FILENAME_PRODUCT_INFO, tep_get_all_get_params() . '#morepics') . '">' . tep_image (DIR_WS_IMAGES . $products_main_image, $product_info['products_name'], (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_WIDTH), (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_HEIGHT), 'hspace="5" vspace="5"') . '<br><img border=0 src=images/zoom.gif></a>'; echo '<a href="' . tep_href_link( FILENAME_PRODUCT_INFO, tep_get_all_get_params() ) . '#morepics' . '">' . tep_image (DIR_WS_IMAGES . $products_main_image, $product_info['products_name'], (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_WIDTH), (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_HEIGHT), 'hspace="5" vspace="5"') . '<br><img border=0 src=images/zoom.gif></a>'; } else { ?> Naloomi
  13. I believe the link is <?php if (MORE_PICS_LINK_CSS_IMAGES == 'true') { echo '<a href="' . tep_href_link (FILENAME_PRODUCT_INFO, tep_get_all_get_params() . '#morepics') . '">' . tep_image (DIR_WS_IMAGES . $products_main_image, $product_info['products_name'], (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_WIDTH), (MORE_PICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_HEIGHT), 'hspace="5" vspace="5"') . '<br><img border=0 src=images/zoom.gif></a>'; } else { ?> Here are actual links from my store: Before USU5: http://nalsworkshop.com/product_info.php?products_id=218#morepics After USU 5: http://nalsworkshop.com/-p-218#morepics.html I appreciate that are trying to help with this. Thank you very much. Naloomi
  14. USU 5 & More Pics 6 Advanced. I have installed More Pics 6 and everything works fine up until I install USU 5. USU 5 works fine as well after install with a single 'minor' hiccup that, according to kymation, is a problem with the rewrite code used in USU 5. Here is what he is saying: If I disable USU 5, More Pics works correctly (it simply refreshes the page on page load). What would need to be changed in the rewriter rule to correct the image link? Thank you for all your help. I love USU 5 and I love More Pics, so I'd hate to have to choose between them. But I do not want my customers who 'click' the image instead of hover (which I'd prefer they COULDN'T click, but C'est la vie) to go to a ERROR 404 page. Naloomi
  15. Yeah, I've looked at that one, but it requires PHP 5+ . The server in question has not updated beyond PHP 4.3.11 Naloomi
×
×
  • Create New...