Product front end adding/editing - category layout

  • Posts: 30
  • Thank you received: 0
3 years 5 months ago #324540

-- HikaShop version -- : 4.3.0
-- HikaMarket version -- : 3.1.1
-- Joomla version -- : 3.9.21
-- PHP version -- : 7.3.1

Hi,

Can anyone help me with changing the way of displaying categories when vendor adds/edits a product, please?
At the time being this layout is.... far from useful ;) My test vendors complain very much.
This should a be simple list with expanded subcategories - something like: see attachments.

Regards,
Radek

Attachments:

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
3 years 5 months ago #324547

Hello,

It should be a CSS conflict with your template ; I suppose that there is a rules setting a "display: block" on the DIV element.
In order to tell you more about the issue, we would need to be able to see directly the problem.

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.

  • Posts: 30
  • Thank you received: 0
3 years 5 months ago #324556

Hi Jerome,

Which div (style,id) do you mean? I can not remember changing anything in there, I mean that is is my default syling. What do you need - an admin/ftp access?

Best,
Radek

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
3 years 5 months ago #324575

Hello,

We need an access to see the problem ; which is in the front-end via a vendor account.
You can use the contact form (with the URL of that forum thread) to send us private information.
www.hikashop.com/support/contact-us.html

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.

  • Posts: 30
  • Thank you received: 0
3 years 5 months ago #324579

Hello,

I sent you the message (via contact form) with an access details.

Best,
Radek

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
3 years 5 months ago #324617

Hello,
You have a special rule in your template which generate the issue:

template.css line 60

img {
    display: block;
    max-width: 100%;
    height: auto;
}
You can override otree.css file and change the rule :
.oTree img {
    border: 0px;
    vertical-align: middle;
    margin: 0px !important;
}[code]
To
[code].oTree img {
    display: inline;
    border: 0px;
    vertical-align: middle;
    margin: 0px !important;
}
And it should solve your problem.

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.

  • Posts: 30
  • Thank you received: 0
3 years 5 months ago #324734

Hi Jerome,

Thank you, this simple "display:inline" helped. However I don't know why displaying categories is not in a proper order, configuration.
Have a look at attached files, please (backend set order and frontend result).

Best,
Radek

Attachments:

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
3 years 5 months ago #324751

Hello,

Each "blue" entry is a category you added in the "extra categories" ; these can be set-up in the global configuration or for specific vendors.
In your first message, the "root category" was "Products" which has "Shoes", "Computing", "E-Books" as sub categories.
In your last message, the "root category" looks like to be "Produkty" and with extra-categories which are also sub-categories of "Produkty".

www.hikashop.com/support/documentation/1...nfig_market_category

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.

  • Posts: 30
  • Thank you received: 0
3 years 5 months ago #324762

Hello,

You are right, I changed category and subcategories settings and I missed one in global configuration. I fixed it and it works OK.
Thanks for your help.

Regards,
Radek

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

Moderators: Obsidev
Time to create page: 0.084 seconds
Powered by Kunena Forum