No Message displayed when product added to cart.

  • Posts: 367
  • Thank you received: 7
  • Hikashop Business
10 years 10 months ago #164383

-- url of the page with the problem -- : 192.185.97.51/~delibox/index.php?option=...olive-oil&Itemid=224
-- HikaShop version -- : HikaShop [1407140009]
-- Joomla version -- : 3.3.1
-- PHP version -- : 5.3
-- Browser(s) name and version -- : all

When I add a product to the cart with ajax product adding off and always stay on the same page option there is no system message generated to say "Product added to cart" or similar? am I missing something or does this not exist?

Many thanks :)

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 10 months ago #164391

Hi,

No there is no message by default.
You can add a message by editing the file "component/com_hikashop/controllers/product.php" function "updatecart()" and at the end, just before:

							$this->setRedirect($url);
							return false;
Add:
$app->enqueueMessage(JText::_('PRODUCT_SUCCESSFULLY_ADDED_TO_CART'));

The following user(s) said Thank You: grayt7

Please Log in or Create an account to join the conversation.

Time to create page: 0.078 seconds
Powered by Kunena Forum