Production Release 7 Update 10
Miva Merchant Engine v5.06
Database API: mysql
When we search the store for an item and get a hit, the search results displays Product Name, Price, Availability.
We would like to add the Miva 'Code' (this is our part number) to the displayed search results.
I looked at the SRCH page and see that I can adjust the message for when there are no matches:
No products matched your search criteria
So I think I am looking in the right place.
We have Emporium Plus and Sebenza, but are not exploiting their features.
It looks like when there is a match, Miva displays this item:
When there is a hit, there are three columns: Product Name, Price, Availability.
I would like to add the Code as a fourth display column on the search results page.
Where is this product_list item, can it be modified to add the extra column of information (the Code field), how to do it and would there be any consequences in other pages (why would this not be a good idea)?
I just want to display the Code field in the search results.
Miva Merchant Engine v5.06
Database API: mysql
When we search the store for an item and get a hit, the search results displays Product Name, Price, Availability.
We would like to add the Miva 'Code' (this is our part number) to the displayed search results.
I looked at the SRCH page and see that I can adjust the message for when there are no matches:
No products matched your search criteria
So I think I am looking in the right place.
We have Emporium Plus and Sebenza, but are not exploiting their features.
It looks like when there is a match, Miva displays this item:
Code:
mvt:item name="product_list"
I would like to add the Code as a fourth display column on the search results page.
Where is this product_list item, can it be modified to add the extra column of information (the Code field), how to do it and would there be any consequences in other pages (why would this not be a good idea)?
I just want to display the Code field in the search results.
Comment