Hi. I'm converting my store from Mercantec SoftCart to ShopSite. In SoftCart you could retrieve associated values for a product such as price, description, etc by using a tag with the SKU. I know how to get the product price using PRODUCT.Price, but that is within the ShopSite generated loop that's displaying all the products assigned to that page. I want to be able to place a link to a product on any page, and pull the item's price automatically from the database, not hard-code it. Something like using the variable sku1.price to get the current price for item sku1. Can you do this in ShopSite? I've looked everywhere in the documentation and don't find anything...
If you want to know "why", I want to have complete control over the pages that contain a list of items with item name, price and thumbnail image - that links to the more info page. I need to control what order the items list in, by the type of item - pants together, shorts together, etc, without placing them on separate pages. But I'd like to just use the SKU, and then grab the associated data and image for that SKU. So, if I change that information in the database such as item name, price, picture, I don't have to change my page too. Does that make sense?
Thanks in advance.