[RESOLVED] Vendor Extra Categories, cannot remove

  • Posts: 36
  • Thank you received: 1
7 years 10 months ago #241031

-- url of the page with the problem -- : demo.hikashop.com/administrator/index.ph...kamarket&ctrl=vendor
-- HikaShop version -- : 3.6.3
-- HikaMarket version -- : 1.7.0
-- Joomla version -- : 3.5.1
-- PHP version -- : 5.6
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- : Can't remove extra categories

After adding extra categories to the vendor1 in the demo site, you cannot remove the extra categories. Click the x to remove the extra categories and save and when you open the record they are still there.

Last edit: 7 years 10 months ago by joyhanawa. Reason: updated subject and icon

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
7 years 10 months ago #241061

Hi,

Thanks for the report.
We got a similar issue on the configuration few months ago but it looks like I forgot to propagate the patch in the vendor edition !

In the view "backend / vendormarket / options" (or file "administrator/components/com_hikamarket/views/vendormarket/tmpl/options.php") please replace

echo $this->categoryType->displayMultiple('data[vendor][vendor_params][extra_categories]', explode(',', @$this->vendor->vendor_params->extra_categories));
By
echo $this->nameboxType->display(
	'data[vendor][vendor_params][extra_categories]',
	explode(',', @$this->vendor->vendor_params->extra_categories),
	hikamarketNameboxType::NAMEBOX_MULTIPLE,
	'category',
	array(
		'delete' => true,
		'root' => 0,
		'sort' => true,
		'default_text' => '<em>'.JText::_('HIKA_NONE').'</em>',
		'force_data' => true
	)
);
And it will fix your saving issue.

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.
The following user(s) said Thank You: joyhanawa

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

  • Posts: 37
  • Thank you received: 3
7 years 10 months ago #242761

Hello,
as it is possible to take steps in the selection of categories
1. The primary category
2. The sub category of this category
when the vendor selected main category Next opened the sub category of this category

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
7 years 10 months ago #242770

Hi,

Directly in the component no.
But you can perform view override and develop custom plugins in order to create your specific features.

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.
The following user(s) said Thank You: PolishedGeek

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

  • Posts: 37
  • Thank you received: 3
7 years 10 months ago #242947

you can do it for the money?
if so, how much I will it cost?
You can write in a personal

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
7 years 10 months ago #242949

Hi,

We do not provide any quote via le forum.
Regarding your requirement that I can't fully understand ; it looks like something complicated to implement and we are already quite busy with the development of HikaShop 3.

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