This is pure VM question, but its easy to do

Please edit the file:
/components/com_virtuemart/views/cart/tmpl/padded.php
and replace:
- Code: Select all
echo '<h4>'.JText::sprintf('COM_VIRTUEMART_CART_PRODUCT_ADDED',$this->product->product_name,$this->product->quantity).'</h4>';
with:
- Code: Select all
echo '<h4>Item has beed added to cart</h4>';
Remember, if you update VM this file will be overrided.
To prevent that you could create template override by copying the catalog structure and file to
/templates/gk_bikestore/html/
so you will have:
/templates/gk_bikestore/html/com_virtuemart/views/cart/tmpl/padded.php