cancel
Showing results for 
Search instead for 
Did you mean: 

Edit viewable product attributes in wishlist (frontend)

Edit viewable product attributes in wishlist (frontend)

Currently the frontend view of my customer's wishlist includes product attributes that are of no use to them.

How do i edit what attributes they can see when they look at their wishlist?

Using version 1.9.2.3

 

1 REPLY 1

Re: Edit viewable product attributes in wishlist (frontend)

Hi,
That feature is not present Magento CE. (yes in EE)
If you plan write that feature from scratch.. you'll need modify all places where
the link -> add to wishlist is present...
Like product list page and detail product page.

In any case you should fetch all options for each producto and create a javascript function to achieve the final url ->http://xxx/wishlist/index/add/product/184416/

Tip: 184416 is the id of child product

Hope this help
Bye !