Hi,
So the solution will probably be to :
1. Edit your file "administrator\components\com_hikashop\classes\cart.php" and change these lines to add the 2nd product name that is already in your cart :
if( $displayErrors && $wantedQuantity > $quantity ) {
$app = JFactory::getApplication();
if( $quantity == 0 ) {
$app->enqueueMessage( JText::sprintf( 'LIMIT_REACHED_REMOVED', $product->product_name));
} else {
$app->enqueueMessage( JText::sprintf( 'LIMIT_REACHED', $product->product_name));
}
}
2. Edit your translation word through your
translation file
:
LIMIT_REACHED_REMOVED