- Posts: 95
- Thank you received: 1
Toolbar when Vendor adds product (from Front End)
- wideservices
-
Topic Author
- Offline
Less
More
12 years 2 months ago #165292
by wideservices
Toolbar when Vendor adds product (from Front End) was created by wideservices
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.
Please Log in or Create an account to join the conversation.
12 years 2 months ago #165320
by Jerome
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.
Replied by Jerome on topic Toolbar when Vendor adds product (from Front End)
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
It is the code used in the hikamarketView (function display).
Regards,
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
Code:
if(!empty($this->toolbar)) {
$toolbarHelper = hikamarket::get('helper.toolbar');
$toolbarHelper->process($this->toolbar);
}
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.240 seconds