Remove Vendor edit view

  • Posts: 147
  • Thank you received: 6
9 years 9 months ago #163540

Hi,
I am trying to customise the Vendor Edit Account as there are a few things I need to remove but I cant find.

Could someone tell me where I can find the following from Vendor Edit Account:
'Paypal email' field,
'Currency' Field
'Description' editor

Also I need to locate under the same view the 'hikam_toolbar' below the form.
I have a fairly long form and to me makes sense to have right after the fields.

Thanks.




-- HikaMarket Multivendor: 1.4.1
-- Joomla version -- : 3.3
-- PHP version -- : x.x.x

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
9 years 9 months ago #163546

Hi,

The best will be to edit the view "vendormarket | registration" in order to remove the elements you don't want to.
We will see to add more ACL in the future versions for that.

About the toolbar, it is displayed automatically by the HikaMarket view helper.
If you want to display yourself the toolbar, you can use this code

if(!empty($this->toolbar)) {
	$toolbarHelper = hikamarket::get('helper.toolbar');
	$toolbarHelper->process($this->toolbar);
}
And you can clear the content of the variable $this->toolbar if you don't want that the HikaMarket view helper display it too at the top of the page.

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.058 seconds
Powered by Kunena Forum