Copied to clipboard

Flag this post as spam?

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


  • Bjarne Fyrstenborg 1280 posts 3990 karma points MVP 7x c-trib
    Jan 18, 2015 @ 14:48
    Bjarne Fyrstenborg
    0

    Assign customer to gift card

    I thought about if creating a gift card as a product and generating the gift card via some code, is it then possible to assign the customer, who bought the gift card?

    So you have a property for the gift card, with the customer or member name? or maybe an option to add additional properties, an example could be type with the possible values "virtual" or "physical".

    An example of how nopCommerce does it: http://docs.nopcommerce.com/display/nc/Gift+Cards

    /Bjarne

     

  • Anders Burla 2560 posts 8256 karma points
    Jan 20, 2015 @ 08:49
    Anders Burla
    0

    Hi Bjarne

    When you generate the gift card using the GiftCardService.Instance.Generate it is possible to assign an order id. Buy having this you will be able to load the order and look for the info here.

    Kind regards
    Anders

  • Bjarne Fyrstenborg 1280 posts 3990 karma points MVP 7x c-trib
    Jan 20, 2015 @ 14:25
    Bjarne Fyrstenborg
    0

    Hi Anders

    Okay, so the gift cards display an order number if they are related to an order and then you can look up the order?

    Would it make sense if the gift card have properties like type and customer? E.g. to search for gift cards of type "virtual" or by customer.

    /Bjarne

Please Sign in or register to post replies

Write your reply to:

Draft