How to config product list and content module

  • Posts: 252
  • Thank you received: 1
9 years 3 months ago #240609

-- HikaShop version -- : HikaShop Business 2.6.3,
-- Joomla version -- : 3.5
-- PHP version -- : 5.5.12

Hi,
I was trying to make my products list exactly like the Demo site:
demo.hikashop.com/index.php/en/hikashop/.../display-with-badges
Which has a category menu that is expendable.
So I set a content module on my site (see result0.png), the result is really not what I expected.
Here are my some questions:
The url of the site is : ccfia.org.tw/purity/index.php/typography/typo-page/our-team
1. When I click on the parent category (ex, shoes), the result page shows both sub categories and the product list but I expected as the demo site, only the category item expended but the result page should't change.
2. The result (see the attached result1.png) has the sub category on top. How to remove that?
3. The same result page, the content module is missing. How to keep in in the same place?
4. Then I click on a product, in the product detail page, the content module is missing too.
5. Can I have the screenshot of demo site menu and the content module setting (please see the demo_result.png), so I can learn from it.
Thanks in advance.


Best regards
Scott

Attachments:

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 3 months ago #240614

Hi,

All the issues you have comes from the fact that the settings of your content module are not what you need them to be.
First, the sub categories: you need to set the "Show children" setting to "direct sub categories" if you want the accordion system in your module like on the demo website. And you also want to turn off the option "Link on main" to not have a link on the main categories so that it only opens the sub categories panel when you click on one, like on the demo website.
Finally, the main issue is with the "menu" option of your module. There, you need to select the target menu item.
So you want to select there the "our team" menu item, otherwise, the system needs to pick a menu item randomly and thus when you click on a link of the module, you loose the display of the module because you assigned it to only the "our team" menu item.

Here is the screenshot, just in case: take.ms/gEsUO

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

  • Posts: 252
  • Thank you received: 1
9 years 3 months ago #240649

Hi, Nicolas,
Thank you, most of my problem was saved, but still 2 little problems remand as below,
1. When I click on shoes\men, I expect it shows all products in men, but I got an empty page.
2. The "Add to cart" is too big, where can I config the size?
3. In the product list, the brown shoes, it shows the "Choose options" button? but I expect the "Add to cart".
4. On the category menu, there is a small arrow the overlap with the item name, how do I adjust that?

The url of my page is :
www.ccfia.org.tw/purity/index.php/typography/typo-page/our-team



Thanks again
BR
Scott

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
9 years 3 months ago #240668

Hi,

1. In the settings of that module, there is an option to select the menu which will display the products.
Be sure that the settings of the selected menu allow the listing of all the products of the shop.
The category must be the main one, and it must display "All sub elements".

2 & 4. This is an issue created by your template, so you have to add a css property
www.hikashop.com/support/documentation/1...ize-the-display.html

3. It shows "Choose options" because you product has a variant or an option or custom item fields.
So it require a choice from the customer, that's why it is displayed like that and it redirect to the product page.
You can still do a translation override on the key "CHOOSE_OPTIONS" to change that text.
www.hikashop.com/support/faq.html#tran

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

  • Posts: 252
  • Thank you received: 1
9 years 3 months ago #240765

Hi,
Thanks for the reply, I still can show the product list after click on the men category.
I found my Conten Module->Data display -> menu (drop down) items looks very strange, please see the attached screenshot, I guess that's where the trouble is.

And for the option problem, I want any product with or without option, just show the add to cart button but not the option button, how do I do this ?

Best Regards
Scott

Attachments:

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 3 months ago #240797

Hi,

1. I do see the products on that men link:
take.ms/vKQEM
If you get no products displayed when you select a menu item in the menu option while it works for some others, it means that the problem is with the settings of the menu item especially the ones under the "products options" tab.

2. In that case, you'll have to edit the file "quantity" of the view "product" via the menu Display>Views and add the code:

<?php $this->row->has_options = false; ?>
at the beginning.

Last edit: 9 years 3 months ago by nicolas.

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

Time to create page: 0.083 seconds
Powered by Kunena Forum