What file empty cart system message

  • Posts: 20
  • Thank you received: 0
13 years 5 months ago #19187

What file has the code for generating the cart empty system message?

I think I should be looking for this, JFactory::getApplication()->enqueueMessage( JText::_('CART_EMPTY'));

Thanks,
Shannon

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 5 months ago #19190

We never chain function calls as that is only allowed on PHP5 and that we still support PHP4.
You should search for JText::_('CART_EMPTY')
It's in several places:
components/com_hikashop/controllers/checkout.php
components/com_hikashop/views/checkout/view.html.php

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

Time to create page: 0.051 seconds
Powered by Kunena Forum