Results 1 to 4 of 4

can someone please help - really stuck, getting desperate...

This is a discussion on can someone please help - really stuck, getting desperate... within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I posted a few days ago but no replies at all, still completely stuck on this issue: If you add ...

      
  1. #1
    New Member obscure's Avatar
    Join Date
    Feb 2004
    Posts
    13
    Rep Power
    0


    Default can someone please help - really stuck, getting desperate...

    I posted a few days ago but no replies at all, still completely stuck on this issue:

    If you add a product into the cart the text all crams up to one side along side the left column in the index page, about us etc etc. The product pages and cart pages are fine though.

    This is going on in the code for some reason (doing view source):

    prior to the pages going skewed it is:
    </tr>
    </table>
    </td>
    </tr>

    <!<!-- left_navigation_eof //-->
    </table></td>

    <!-- body_text //-->

    and once a product is in the cart and you return to any of the other pages it looks like this:
    </tr>
    </ </td>
    </tr>
    <!-- search_eof //-->
    <!-- left_navigation_eof //-->
    </table></td>

    <!-- body_text //-->
    But its happening for no apparant reason! The source code all looks fine. Anyone got any bright ideas?

    The cart is at www.greatlittlegiftco.com

    I have also been informed by someone that they cannot proceed from the delivery information page onto the payments page as the continue button is not appearing ??? confused?? me ?? oh yes!!

    Many thanks for anyone who can help me out with this as I am going mad over it! Thanks...
    Sadie

  2. #2
    Member ddecjc's Avatar
    Join Date
    Sep 2004
    Posts
    35
    Rep Power
    0


    Default

    From the looks of it, it seems that something must be wrong in your includes/boxes/search.php or templates/<yourtemplate>/boxes/box.tpl.php (unless you have a custom box template for your search box). Without seeing PHP source code, it's hard to try to pinpoint it exactly.

  3. #3
    New Member obscure's Avatar
    Join Date
    Feb 2004
    Posts
    13
    Rep Power
    0


    Default

    Thanks for that .

    I have commented out the search.php box and its solved the problem to some respect. BUT now I am getting double images showing on (some) of the product pages. And some of the pages in the infomation box (ie about us etc) are not having the style sheet applied to them.

    How can this be when all files are generated automatically using the same code!

    btw - I do not have a templates/..... file anywhere incase that makes any difference...

    Aarrrrghh! Any thoughts?
    Thanks for your time...
    Sadie

  4. #4
    Member ddecjc's Avatar
    Join Date
    Sep 2004
    Posts
    35
    Rep Power
    0


    Default

    Do you have the includes/modules/dynamic_mopics.php file? There is a line in that file that goes like this:
    Code:
    document.write('<?php echo '<a href="javascript:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $products_id . '&pic=' . $i) . '\\\')">' . tep_image($image_path . $image, addslashes($products_name), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>');
    Based on the source code of your product pages with double images (which is all but the first one in your first category), it appears that there is something wrong with that code because, on those pages, the </a> near the end of that like is getting truncated.

    With the brief look I've given it, I can't really tell you why this is happening, but hopefully this will give you an idea of where to look.

Similar Threads

  1. desperate paypal flop :(
    By lil-raskals in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 12-12-2004, 04:25 PM
  2. 2checkout showing amount as £0, desperate !
    By pete76uk in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 10-24-2004, 04:50 AM
  3. Desperate - How Much????
    By LockyBoy in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 03-04-2004, 09:11 AM
  4. FATAL ERROR question. Desperate for help!
    By sissel_lina in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 01-03-2004, 10:03 AM
  5. Help, I'm stuck!
    By iconcepts in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 02-10-2003, 05:59 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •