- Posts: 102
- Thank you received: 0
HELP! the category chooser not working!
- MinnieMouse
-
Topic Author
- Offline
Joomla 1.53
Hikashop 1.5.4
when we go to create a menu item to a product list of a certain category. we click to open the category choice and the modal shows and when we click on the category nothing happens.
its also weirdly defaulting to one particular one no matter what we do. enclosed is a screen shot of the modal. I also have Hika installed on a J1.7 site and when you click the category the modal closes and the category is selected. I was not sure if this worked this way in the 1.5 version or not...
any help would be appreciated.
MM
Please Log in or Create an account to join the conversation.
- MinnieMouse
-
Topic Author
- Offline
- Posts: 102
- Thank you received: 0
here is what i was using:
Firefox 7.0.1
also not working in chrome: 14.0.835.202
Please Log in or Create an account to join the conversation.
On your screenshot, you should click on "product category", then on the right listing of categories, you should click on the name of the category (and not in the explorer of the left) and that will add the category.
Please Log in or Create an account to join the conversation.
- MinnieMouse
-
Topic Author
- Offline
- Posts: 102
- Thank you received: 0
thanks, Liz
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- MinnieMouse
-
Topic Author
- Offline
- Posts: 102
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- MinnieMouse
-
Topic Author
- Offline
- Posts: 102
- Thank you received: 0
i have a link to a category product list. and no matter what i do i cant turn the border on and off or affect other display options. when i look at the menu link item it has a little lock next to it. when i do a global checkin it stays locked (i am the only user). when i click the lock it goes away only to reappear after i save the item.
any ideas??
thanks!!
Please Log in or Create an account to join the conversation.
Since you're using a category listing menu, you have the hikashop options of your menu to control the display of sub categories and the hikashop options of the associated module of your menu to control the display of the products.
Please Log in or Create an account to join the conversation.
- MinnieMouse
-
Topic Author
- Offline
- Posts: 102
- Thank you received: 0
thanks again for your help!!
Liz
Please Log in or Create an account to join the conversation.
- MinnieMouse
-
Topic Author
- Offline
- Posts: 102
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- MinnieMouse
-
Topic Author
- Offline
- Posts: 102
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- MinnieMouse
-
Topic Author
- Offline
- Posts: 102
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- MinnieMouse
-
Topic Author
- Offline
- Posts: 102
- Thank you received: 0
<div id="<?php echo $this->params->get('main_div_name');?>" class="hikashop_category_information hikashop_products_listing_main">
<?php
if(version_compare(JVERSION,'1.6','<')){
$title = 'show_page_title';
}else{
$title = 'menu_text';
}
if($this->module){
$title = 'showtitle';
}
if($this->params->get($title) && JRequest::getVar('hikashop_front_end_main',0) && (!$this->module || $this->pageInfo->elements->total)){
$name = $this->params->get('page_title');
if(($this->module)){
$name = $this->params->get('title');
}
?>
<h1>
<?php echo $name; ?>
</h1>
does not even show the h1 tags. further $name is an empty value. if i insert above the container div a head tag.. it shows it for both the main product listing and then repeats it again for the submodule section.
Please Log in or Create an account to join the conversation.
I see that in your menu's hikashop options, you have a module enabled for the "associated modules" option. For a products listing menu, you don't need an associated module since it's the menu itself which displays the listing of products.
Please Log in or Create an account to join the conversation.
- MinnieMouse
-
Topic Author
- Offline
- Posts: 102
- Thank you received: 0
<h1>hello world</h1>
<div id="<?php echo $this->params->get('main_div_name');?>" class="hikashop_category_information hikashop_products_listing_main">
hello world is printed at the top of the page and at the top of where the submodules should be displayed if there is one.
i dont get the whole associated module thing i was able to turn it off in safari, not FF (again i think something weird is going on there). it did not make a difference.. there is still no header appearing.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- MinnieMouse
-
Topic Author
- Offline
- Posts: 102
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.