-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.5
-- PHP version -- : 5.5.12
Hello:
There are two issues. First, background.
I have a menu "Ornaments" which is of type category listing. The category "Ornaments" have sub-categories and also three products under it.
Issue 1: Once Clicked on the Ornament menu, the sub-category shows up and also the three product under it. However, the product list also displays "Add to Cart" Button when within Menus --> Main Menu --> Ornaments --> Product Options --> Product Feature Display, I have turned-off "Add To Cart" Button. How can I remove "Add To Cart" Button in Product listing (Not on Product Page).
Issue 2: If we look in the image, we will notice that the icons are missing. These images are to be found in media/com_hikashop/images/icons folder which does exist and does have these icons. However, they are spelled differently in the folder and in the code. For example, in the folder, the icon for DIV selected is called
icon-24-Div-selected.png
But in the code, this icon is refer to as:
src="../media/com_hikashop/images/icons/icon-24-div-selected.png
The word "DIV" is spelled in lower case in the code and in upper case in the code. Since, I am using unix based hosting, this is causing icons not be found.
Thanks,
<<< Ali >>>