Posted by championX on December 24, 2012 at 3:13am
How do you theme the uc_cart_view_form when displaying cart items? Specifically I want to alter the way attributes are being displayed on the cart.
One of my attributes is actually a URL with text input option from the user. Say attribute 1 has the option of "anchor text" and attribute 2 has the url option of "http"//www.yahoo.com" I need them to be displayed as follows:
Anchor text
I tried looking around but can't seem to find any viable solution specially that all attribute options are stored in one field (data) and retrieving them individually is quite tricky.
Please advice.