Toolbar when Vendor adds product (from Front End)

  • Posts: 95
  • Thank you received: 1
  • Hikashop Business
9 years 9 months ago #165292

When a vendor adds a product (option=com_hikamarket&view=productmarket&layout=add) we want the toolbar at the top to be at the bottom (we need to find a way to change the position of the toolbar) . I cannot find the code in any view. Any suggestions? Thank you.

Attachments:

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

  • Posts: 26024
  • Thank you received: 4005
  • MODERATOR
9 years 9 months ago #165320

Hi,

For your HikaMarket questions, please use the HikaMarket forum.
Otherwise I could not see your message and you won't have any answer from the HikaShop support team which does not handle HikaMarket.

The toolbar is displayed directly by the class hikamarketView.
If you want to display the toolbar yourself, you have to use this code

		if(!empty($this->toolbar)) {
			$toolbarHelper = hikamarket::get('helper.toolbar');
			$toolbarHelper->process($this->toolbar);
		}
It is the code used in the hikamarketView (function display).

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

Moderators: Obsidev
Time to create page: 0.062 seconds
Powered by Kunena Forum