Inconsistences in newly created Categories

  • Posts: 152
  • Thank you received: 0
12 years 5 days ago #75687

I am adding 5 new categories to our Product Catalogue. But the product displays in the new Categories are different from the those in the original 5 categories even though the Category setting are the same and they have the same parent category.

The problem is with the Characteristics display. It is set to Table in Configuration/Display but they show as "drop down" in the new Catagories. If I change the setting from Table to Radio, it changes the characteristics display in the original 5 categories but not in the new categories.

I've been fighting this for a couple of days now, but have not got anywhere.

Please can you help, I need to put the new categories on the Production site before Tuesday.

I am also have problems with thumbnail display on some pages
www.potluckceramics.ca/potluck2/index.ph...&category_pathway=31
The thumbnail is not showing, but the image itself shows when the placeholder is clicked. I have recrreated the thumbnails a couple of times, but that did not solved the problem/

Many thanks

Jim

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

  • Posts: 82818
  • Thank you received: 13361
  • MODERATOR
12 years 4 days ago #75916

Hi,

The "table" layout will only display if you have exactly two characteristics added to your product.
That has always been the case.
If you have a different number of characteristics, it displays it/them with dropdowns.

Also, if you don't see the changes everywhere, it might come from the fact that you have some caching activated.

For the thumbnails, that's because you had edited one of the view files of the view "product" via the menu Display->Views. You'll have to remove your customization and reapply it to the new version of the view file as we had to change some stuff there in order to accommodate with the new thumbnails system.

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

  • Posts: 152
  • Thank you received: 0
12 years 4 days ago #75983

Many thanks, Nicolas.

The customization of the View /Product/show file was to add this text

<div style="color: #000000; ">
Please click on image<br>for larger version
</div>

But the new file is very different from the earlier file and my attempts to add this code in the right position have not work. Please could you tell me where I should add this code?

Also, is there any way to have the characteristics display use radio buttons for a 1 characteristics product and table display for 2 characteristics?

Jim

Last edit: 12 years 3 days ago by Jims.

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

  • Posts: 82818
  • Thank you received: 13361
  • MODERATOR
12 years 3 days ago #76127

You can add your code at the beginning or end of the file show_block_img which specifically handles the display of the thumbnails on the product page.

There is no option for what you want to do with the characteristics display.

You would have to change the line:
if($characteristic_display!='radio'){

to:
if($characteristic_display=='dropdown'){

in the file administrator/components/com_hikashop/types/characteristic.php

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

  • Posts: 152
  • Thank you received: 0
12 years 3 days ago #76155

nicolas wrote: you want to do with the characteristics display.

You would have to change the line:
if($characteristic_display!='radio'){

to:
if($characteristic_display=='dropdown'){

in the file administrator/components/com_hikashop/types/characteristic.php


Thanks, Nicolas.
There is no $characteristic_display variable in the characteristic.php file.


ADDENDUM Tuesday Nov 13
I just reinstalled Version 2.0 of Hikashop because I ran into some syntax errors and when I looked again at the characteristic.php file I did find your code. (Odd - because I had done a search for your code string previously and did not find it!)

I made the changes and all is fine now.

Jim

Last edit: 12 years 3 days ago by Jims.

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

Time to create page: 0.057 seconds
Powered by Kunena Forum