Unused Tags Not Loading in Interface
10 years 10 months ago - 10 years 10 months ago #218766
by NigelPeck
Professional website services including website management, Linux server admin and web hosting.
www.sharphosting.uk/
Unused Tags Not Loading in Interface was created by NigelPeck
-- HikaShop version -- : 2.6.0
I have a strange problem which suddenly started today and no idea why. It's with the tagging system on products in the admin.
When I click within the tags box, it only shows the greyed out ones that have already been selected. The unused ones are not shown in the list.
It was working fine, and then stopped working. The only thing I did was change a couple of tag names which shouldn't cause a problem. And changing them back hasn't helped.
Attached screen shot.
Some testing:
- I tried adding a new product and all the tags are available. The interface works as usual. Selecting a tag, clicking away, and then going back to the tag box works as normal with the used ones greyed out (second attached screen shot).
- Adding a new product with some tags and then editing it yields the same result.
- When editing a product, typing the start of the name of one of the missing tags doesn't cause it to appear.
EDIT: Some further testing:
- If I remove one of the used tags, it is then available for adding back in. The code only contains the used tags when the page is loaded, with the unused ones missing, so it appears to be a server-side problem
I have a strange problem which suddenly started today and no idea why. It's with the tagging system on products in the admin.
When I click within the tags box, it only shows the greyed out ones that have already been selected. The unused ones are not shown in the list.
It was working fine, and then stopped working. The only thing I did was change a couple of tag names which shouldn't cause a problem. And changing them back hasn't helped.
Attached screen shot.
Some testing:
- I tried adding a new product and all the tags are available. The interface works as usual. Selecting a tag, clicking away, and then going back to the tag box works as normal with the used ones greyed out (second attached screen shot).
- Adding a new product with some tags and then editing it yields the same result.
- When editing a product, typing the start of the name of one of the missing tags doesn't cause it to appear.
EDIT: Some further testing:
- If I remove one of the used tags, it is then available for adding back in. The code only contains the used tags when the page is loaded, with the unused ones missing, so it appears to be a server-side problem
Professional website services including website management, Linux server admin and web hosting.
www.sharphosting.uk/
Last edit: 10 years 10 months ago by NigelPeck.
Please Log in or Create an account to join the conversation.
10 years 10 months ago #219240
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 Unused Tags Not Loading in Interface
Hi,
The tag selector in the product page is the official Joomla tag selector.
It means that HikaShop do not have any single control on that input or how it react ; HikaShop just ask Joomla to display it.
Regards,
The tag selector in the product page is the official Joomla tag selector.
It means that HikaShop do not have any single control on that input or how it react ; HikaShop just ask Joomla to display it.
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.
10 years 10 months ago - 10 years 10 months ago #219242
by NigelPeck
Professional website services including website management, Linux server admin and web hosting.
www.sharphosting.uk/
Replied by NigelPeck on topic Unused Tags Not Loading in Interface
Hi Jerome,
I see, thanks. But surely it's still possible there's a problem with the way it's being called? This could perhaps be a problem with the data not being passed to the control. Any pointers for where I should look for that call?
Is any paid support available for HikaShop? I've tried posting in commercial with no response.
Nigel
I see, thanks. But surely it's still possible there's a problem with the way it's being called? This could perhaps be a problem with the data not being passed to the control. Any pointers for where I should look for that call?
Is any paid support available for HikaShop? I've tried posting in commercial with no response.
Nigel
Professional website services including website management, Linux server admin and web hosting.
www.sharphosting.uk/
Last edit: 10 years 10 months ago by NigelPeck.
Please Log in or Create an account to join the conversation.
10 years 10 months ago #219245
by nicolas
Replied by nicolas on topic Unused Tags Not Loading in Interface
Hi,
The file which interacts with Joomla for the display of the tags input is the file administrator/components/com_hikashop/helpers/tags.php
And more specifically the renderInput function
The data being passed actually also is loaded by Joomla thanks to the loadTags function in that same file.
So HikaShop actually doesn't do much.
The "commercial jobs" forum is a place where you can look for developers to help you with your projects. You can also contact our partners for that:
www.hikashop.com/home/our-partners.html
The file which interacts with Joomla for the display of the tags input is the file administrator/components/com_hikashop/helpers/tags.php
And more specifically the renderInput function
The data being passed actually also is loaded by Joomla thanks to the loadTags function in that same file.
So HikaShop actually doesn't do much.
The "commercial jobs" forum is a place where you can look for developers to help you with your projects. You can also contact our partners for that:
www.hikashop.com/home/our-partners.html
Please Log in or Create an account to join the conversation.
Time to create page: 0.175 seconds