- Posts: 36
- Thank you received: 1
[RESOLVED] Vendor Extra Categories, cannot remove
10 years 4 months ago - 10 years 4 months ago #241031
by joyhanawa
[RESOLVED] Vendor Extra Categories, cannot remove was created by joyhanawa
-- 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.
-- 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: 10 years 4 months ago by joyhanawa. Reason: updated subject and icon
Please Log in or Create an account to join the conversation.
10 years 4 months ago #241061
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 Vendor Extra Categories, cannot be removed
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
By
And it will fix your saving issue.
Regards,
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
Code:
echo $this->categoryType->displayMultiple('data[vendor][vendor_params][extra_categories]', explode(',', @$this->vendor->vendor_params->extra_categories));
Code:
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
)
);
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.
10 years 3 months ago #242761
by Ilya.bps
Replied by Ilya.bps on topic Vendor Extra Categories, cannot be removed
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
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.
10 years 3 months ago #242770
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 Vendor Extra Categories, cannot be removed
Hi,
Directly in the component no.
But you can perform view override and develop custom plugins in order to create your specific features.
Regards,
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.
10 years 3 months ago #242947
by Ilya.bps
Replied by Ilya.bps on topic Vendor Extra Categories, cannot be removed
you can do it for the money?
if so, how much I will it cost?
You can write in a personal
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.
10 years 3 months ago #242949
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 Vendor Extra Categories, cannot be removed
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,
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.248 seconds