Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Naloomi

Pioneers
  • Posts

    35
  • Joined

  • Last visited

Posts posted by Naloomi

  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:

    mindsparxheaderproblem0.jpg

     

    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:

    mindsparxheaderproblem0.jpg

     

    Naloomi

  2. You have to post the url of the shop and the .htaccess file for help. Assuming this contribution is installed correctly and you have mod_rewrite enabled, that is where the problem most likely lies.

     

    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. 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

  5. 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.

     

    mindsparx_problem_1.png

     

    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

  6. No the code I gave you is correct .. e.g. on my test system ..

     

    echo tep_href_link( FILENAME_PRODUCT_INFO, 'products_id=12' ) . '#morepics';

     

    Produces ..

     

    http://[www.localdev.com]/usu5/hard-with-vengeance-p-12.html#morepics

     

    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

  7. First off, sorry about the double post. FF hiccuped on me.

     

    The code is fine but the "218#morepics" would have corrupted the cache, just reset the cache.

     

    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

  8. There is no problem with the rewrite code, kymation is passing in unexpected characters.

     

    Change the code to ..

     

    echo '<a href="' . tep_href_link( FILENAME_PRODUCT_INFO, tep_get_all_get_params() ) . '#morepics' . '">'

     

    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

  9. There is no problem with the rewrite code, kymation is passing in unexpected characters.

     

    Change the code to ..

     

    echo '<a href="' . tep_href_link( FILENAME_PRODUCT_INFO, tep_get_all_get_params() ) . '#morepics' . '">'

     

    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

  10. Post here the tep_href_link() code that is creating that link please.

     

    Also those link examples are incomplete could you post complete versions.

     

    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

  11. 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:

    Your URL rewriter is messing up. It's changing the link to http://www.catinipip...1#morepics.html when it should be http://www.catinipip...1.html#morepics. This is a problem with the rewrite rule, not with MorePics.

     

    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

  12. Is there a contribution that allows a store to get SEO URL's without using the .htaccess file?

     

    One of the store's I manage does not allow the use of that file (ie, their server does not allow it).

     

    I've tried several of the contributions, but they all seem to utilize the .htaccess file. I've tried the 'built in & under development' SES URL that comes with osC, but I get blank pages when trying to use it.

     

    Any help or suggestions would be greatly appreciated.

     

    Naloomi

  13. Okay, after a brief search through this topic, I don't see a solution to my problem. The install seems to have gone through okay. Everything displays well when I do the check, but it will not e-mail out on the test account.

     

    After pressing e-mail it seems to refresh the page and show 'Uncontacted' as still checked.

     

    Any help would be greatly appreciated.

     

    Naloomi

  14. I've tried to use your store to get the contribution in question (and to see how it works before installing it) but it will not let me create an account. I keep getting the error to choose a state from the pull down menu, but there is no state pull down menu to choose it from.

     

    Naloomi

  15. Okay,

     

    I am having an issue with STS and dynamenu when doing vertical flyouts.

     

    I have FINALLY gotten these two contributions to work together with flyouts (may have been working before, cause I just noticed something).

     

    Here is my problem:

    The flyout menu appears in the wrong location!!! But only when I'm using a template. When not using a template, it flys out correctly.

     

    The flyout is starting at the VERY BOTTOM of the page, on the far left hand side. Outside of where ANYTHING should be located.

     

    Now, this only happens when using a STS template (I've tried several, all with no luck).

     

    Any help or tips would be appreciated. I've used firebug to try and find the problem and it is showing that the 3 DIV ID's for the 3 primary categories (new test OSC shop) show up after the footer.

     

    Please help!!

     

    You can see the test store http://nalsworkshop.com/chaosorc/index.php

     

    Naloomi

  16. I've been trying to do that. I 'believe' that this is when they are grabbing the image.

    $products_new_query_raw = "select p.products_id, pd.products_name, pd.products_description, p.products_image, p.products_model, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, p.products_date_added, m.manufacturers_name from " . TABLE_PRODUCTS . " p left join " . TABLE_MANUFACTURERS . " m on p.manufacturers_id = m.manufacturers_id, " . TABLE_PRODUCTS_DESCRIPTION . " pd left join " . TABLE_SPECIALS . " s on p.products_id = s.products_id, " . TABLE_CATEGORIES . " c, " . TABLE_PRODUCTS_TO_CATEGORIES . " p2c where products_status = '1' and p.products_id = pd.products_id and pd.language_id = '" . $languages_id . "' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id order by p.products_date_added DESC, pd.products_name";
    

     

    I've changed the 'p.products_image' to 'pi.image_filename', but that did not work. Gave me an error in the code itself. I am looking at other pages. I'll look at reviews.php and see if that steers me in the right direction.

     

    Naloomi

  17. I'm a dealer at a convention this weekend and I am trying to print off a catalog of my wares for the con. Because I am using the More Pics Advanced it says there is "The product "XXX" has no picture. I use the generic picture: no_picture.jpg". I know the images are there, and so I'm hoping you can help me redirect the contribution to the images.

     

    The catalog one I'm using is PDF Catalogs v.2.0.1 for osCommerce v.2.2 MS2

     

    Please help!!

     

    Naloomi

     

    (P.S. - No luck on image sub-directories yet)

  18. Thanks for this verry usefull contri.

     

    I have one problem, when i add a record and fill in a date i get this error "Column 'year' cannot be null".

    When i don't fill in a date there is no problem, but that is not handy most of the time.

     

    Can someone help me out with this?

     

    regards,

    Jan

     

    I believe that you are entering the date incorrectly. Verify that you are entering the date MM-DD-YYYY.

     

    Naloomi

  19. Thank you. Your fix is working beautifully.

     

    I'll look at a couple of the subdirectory changes and see if I can get them to work with your wonderful contribution.

     

    I'll let you know if I have any luck.

     

    First one I'm going to look at is http://addons.oscommerce.com/info/3873/v,22

    It says it can work with yours, but the image directory is showing the 6 image upload, whereas I'm using the advanced version of More Pics and so I am unsure if it would work (not to mention your latest change is after their latest change).

     

    Naloomi

  20. Okay, I have a couple questions.

     

    1) Is there anyway to get the images into sub-directories the way that stock osCommerce comes? If you could give me a hint to where to look so that this can be implemented I would be most grateful.

     

    2) Can you verify that my "/categories.php" display is correct on the admin side?

     

    I'm not allowed to see any images in /categories.php. Instead I get "IMAGE DOES NOT EXIST", as shown below.

    more_pics.png

     

    My pictures display correctly as far as I can tell, but I am not able to see the pictures in my categories.php file on the admin side.

     

    Thank you for such a wonderful contribution.

     

    Naloomi

×
×
  • Create New...