Hello!
I'd like to begin recommending your product to our AbleCommerce customers wanting a best of breed search solution. For ecommerce we need the ability to show a product icon (if available) with an add to basket button generated from the meta information in the top of the indexed product pages.
Included HTML Snippet:
<META NAME="Title" CONTENT="My Product Title">
<META NAME="RetailPrice" CONTENT="30.0000">
<META NAME="SmallImage" CONTENT="productThumbnail.jpg">
<META NAME="SkuNumber" CONTENT="15440148">
<META NAME="ObjectGroupID" CONTENT="65">
<META NAME="CategoryID" CONTENT="17">
I have found some information in the message board on changing the query to get the meta data, but can the Texis scripting language be used to parse the meta data to create the <img src="productthumbnail.jpg"> and form action needed to add the product to the basket from the other data?
Kind Regards,
Mike Randolph
I'd like to begin recommending your product to our AbleCommerce customers wanting a best of breed search solution. For ecommerce we need the ability to show a product icon (if available) with an add to basket button generated from the meta information in the top of the indexed product pages.
Included HTML Snippet:
<META NAME="Title" CONTENT="My Product Title">
<META NAME="RetailPrice" CONTENT="30.0000">
<META NAME="SmallImage" CONTENT="productThumbnail.jpg">
<META NAME="SkuNumber" CONTENT="15440148">
<META NAME="ObjectGroupID" CONTENT="65">
<META NAME="CategoryID" CONTENT="17">
I have found some information in the message board on changing the query to get the meta data, but can the Texis scripting language be used to parse the meta data to create the <img src="productthumbnail.jpg"> and form action needed to add the product to the basket from the other data?
Kind Regards,
Mike Randolph