-
AuthorPosts
-
kairaglobal Friend
kairaglobal
- Join date:
- October 2010
- Posts:
- 51
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 12
- Thanked:
- 7 times in 1 posts
April 4, 2011 at 8:51 am #162345i 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.htmlbest regard bob
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 4, 2011 at 2:40 pm #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.htmlbest 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>';}
AuthorPostsViewing 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
when i click add to cart dont see the info label
Viewing 2 posts - 1 through 2 (of 2 total)