Jump to content


Corporate Sponsors


Latest News: (loading..)

www.in.no

Member Since 13 Feb 2007
Offline Last Active Sep 21 2011, 18:13
-----

Issues I've Posted

    XHTM false positive

    Posted 16 Nov 2010

    The name for one of the static pages gives error on the xhtml check at w3.org

    Shipping & Returns is stored with & in the code insted of the correct html code "&" for it and this gives error when checking the pages in xhtml validator. As many use english and may use the name as default it should be changed in future release.

    Not a bug, but a fals positiv.... :)

    Multiple image issue

    Posted 13 Nov 2010

    I just tried to add 2 more large images with text to the shop and it whent in ok.

    But from the shop end i clik into the product page by the small picture and get into the product_info.php page and the small image has dissapered from right side and the 2 big ones are showing more to the centre. But when i click them the first added image open the added text in the java popup ting, and the second dont do anything.

    When i move the mouse the firs image chganging to the second and then when i clicl on the image text for image 2 shows up in the java popup ting..

    You can se the test setup here..
    http://osc.mailmeg.com/product_info.php?cPath=1&products_id=1

    Paypal express tax issue

    Posted 13 Nov 2010

    Just tried to test out the paypal express checkout and it send the price over without tax.

    I dont know if this is a OSC issue, paypal, or mine :-)

    The total in OSC cart is with tax, but in paypal it is without...

    Wrong define in boxes REVIEWS

    Posted 13 Nov 2010

    When deleting all reviews ther is a undefined
    MODULE_BOXES_REVIEWS_BOX_REVIEWS_NO_REVIEWS

    In the language file for this it is defined as
    MODULE_BOXES_REVIEWS_BOX_NO_REVIEWS
    Witch is correct according to the other names.

    In /includes/modules/boxes/bm_reviews.php under the "// display 'no reviews' box" the variable should be corrected.

    MODULE_BOXES_REVIEWS_BOX_REVIEWS_NO_REVIEWS -> MODULE_BOXES_REVIEWS_BOX_NO_REVIEWS