Hi, I have a standard Joomla menu item which is a Hikashop "product listing" type showing all the product within a specific category. The Hikashop options for this menu are:
Type of content = product
Type of layout = list
Display 'Add to cart' button = No
Link to the product page = No
I have two questions in relation to display that I can't find answers to:
- Is there a way to show the stock available in a product list?
- Is it possible to display a link from the product in a list to the product page as a button rather than a hyperlink on the title?For number 2, I can't use the standard "add to cart" button as there are custom fields that need to be filled for each product and the "add to cart" button bypasses these fields. Can't seem to find anyway around this. The table view of the products is not what I want.
I have looked at the display > views but can't find which one of the php files controls the product listing view.
Ideally I want to show a listing of the products in a given category as follows:
Product name, product price, quantity available, link to product page button
Thanks!