Why arent product attributes being attached to items in the wishlist? They did in the previous version, now no attributes and a box for "have" which is unusable. Anybody find a way to include the product attributes?
Why arent product attributes being attached to items in the wishlist? They did in the previous version, now no attributes and a box for "have" which is unusable. Anybody find a way to include the product attributes?
Comments
Comment #1
lancewig commentedQuick Fix:
Go to uc_wishlist.module and add this inside the uc_wishlist_get_contents() function (around line 527. It's right after a comment that says "// add wishlist id data")
Now go to uc_wishlist.pages.inc and replace $element['title'] with this in side uc_wishlist_view_form() (around line 257):
Comment #2
naveenvalechaClosing because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.