Skip to content

Commit

Permalink
Merge pull request #10 from driou/master
Browse files Browse the repository at this point in the history
Fix error in link to add product to WishList
  • Loading branch information
mespeche committed Sep 16, 2015
2 parents f8b95d4 + 25d90f3 commit 2294cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Next, go to your Thelia admin panel for module activation.

This module is very easy to use. It provides you a new loop "wishlist" type, which will list all the products added to your wish list.

To add a product in a wish list, you must give access to a link which should be "/wishlist/remove/PRODUCT_ID".
To add a product in a wish list, you must give access to a link which should be "/wishlist/add/PRODUCT_ID".
To remove a product from the wish list, you must give access to a link which should be "/wishlist/remove/PRODUCT_ID".
To clear all product from the wish list, you must give access to a link which should be "/wishlist/clear".

Expand Down

0 comments on commit 2294cac

Please # to comment.