Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • kairaglobal Friend
    #162345

    i modify my module feature product, and my fly page, when i click to the add to cart button the label : Info: The product was added to your cart. not show in the view cart page, and the pop up in thefly page…just a notice continue and cart button….what mistake a was do…what code needed to show this message

    like here…
    http://204.232.208.203/monitors/viewsonic-vx2250-led.html

    best regard bob


    1. cartpop
    chavan Friend
    #384805

    <em>@kairaglobal 232111 wrote:</em><blockquote>i modify my module feature product, and my fly page, when i click to the add to cart button the label : Info: The product was added to your cart. not show in the view cart page, and the pop up in thefly page…just a notice continue and cart button….what mistake a was do…what code needed to show this message

    like here…
    http://204.232.208.203/monitors/viewsonic-vx2250-led.html

    best regard bob</blockquote>

    Go to this File :

    administratorcomponentscom_virtuemartclasseshtmlTools.class.php

    And check whether you have the same set of code is in your file


    function getSuccessIndicator( $success, $vmDisplayLogger ) { /*@MWM1*/

    echo '<div id="successIndicator" style="display:none;">';
    if( $success) {
    echo 'Success';
    }
    else {
    echo 'Failure';
    }
    echo '</div>';
    echo '<div id="vmLogResult">';
    $vmDisplayLogger->printLog(); /*@MWM1: Log/Debug enhancements*/
    echo '</div>';

    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  chavan 13 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum