Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Pantelis 53 posts 107 karma points
    Apr 04, 2015 @ 13:35
    Pantelis
    0

    Multiple Wishlists

    I want to implement multiple wishlists for each registered customer. 

    The only thing that I came up with, was to add a custom wishlist Id or Name in product's extended data when adding them to the wishlist and then iterating through it and splitting them when needed.

    It sounds a bit silly :-) and resource heavy so any different idea would be really helpful!

     

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Apr 04, 2015 @ 16:54
    Alex Skrypnyk
    0

    Hi Pantelis,

    Why do you want to use Umbraco nodes for structure your wishlists ? Maybe better to use custom data table with WishListId and product ids ? It will be faster and better.

    Thanks, Alex

  • Pantelis 53 posts 107 karma points
    Apr 04, 2015 @ 19:31
    Pantelis
    0

    Hi Alex,

    You're probably right, that's a lot easier to build. :-) I think I wanted to build it with Merchello because I am playing quite a bit with it lately and it made sense to have all shopping related logic together but a custom table should be easier and faster!

    Thank you for your input, Pantelis

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Apr 04, 2015 @ 20:00
    Alex Skrypnyk
    0

    Yes, Pantelis, it's great idea to have all shopping related logic at one place, so you decided to store everything in Umbraco ?

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft