By Greg Keys on Sunday, 21 February 2021
Posted in Beta Testing
Replies 5
Likes 0
Views 493
Votes 0
When adding subcategories to the marketplace there does not seem to be a way to easily post items into the subcategories if the parent category is not a container.

clicking the parent category goes to the form for that category. It would be great if a parent category has subcategories added that there be an option to see the subcategories, maybe a form field or something to select subcategories under the parent

Also trying to change a parent category from a regular category to a container results in an error


1054 Unknown column 'Array' in 'where clause'
/public_html/libraries/joomla/database/driver/mysqli.php:665
Hello Greg,

When adding subcategories to the marketplace there does not seem to be a way to easily post items into the subcategories if the parent category is not a container.
- This behavior is intended and it is also applied to Group, Page and Event. However, our customers are always welcome to suggest and idea of improvement. Having said that, it would best if you could submit this as feature request simply by creating a new post in the Voices section so everyone else on the site could vote for it as well. The team will usually prioritize features that are in popular demand during the development process of the next major release.

Also trying to change a parent category from a regular category to a container results in an error
- May I know how you replicate this? Perhaps, you could provide us a video to show the replication steps.
·
Monday, 22 February 2021 11:44
·
0 Likes
·
0 Votes
·
0 Comments
·
A video would just show me enabling the container switch on the parent category and clicking save, here are the steps to hopefully reproduce.

I created a category in the marketplace called "animals" then I added another category called "live animals" with the parent of "animals" after realizing that the parent category needed to be a container I tried to enable the container option which resulted in the error
·
Wednesday, 24 February 2021 01:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Greg,

I am able to replicate the error and has applied fix on your site. Can you give it another try?
·
Wednesday, 24 February 2021 12:25
·
0 Likes
·
0 Votes
·
0 Comments
·
I tried and it caused the error on both the frontend and backend I had to manually update the container entry to fix it


UPDATE `j_social_marketplaces_categories` SET `container` = '0' WHERE `j_social_marketplaces_categories`.`id` = 2;
·
Wednesday, 24 February 2021 12:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Greg,

Hm, I see. I will log this in our tracker. For now you can disable the container first.
·
Wednesday, 24 February 2021 12:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post