Developer forum

Forum » Ecommerce - Standard features » Gift card product page

Gift card product page

Davy Capiau
Reply

Hi,

I want to create a gift card product. A product page where you can select a value and get it mailed to your desired recipient. The closest functionality I find are the Vouchers, but it's not the same. Anyone an idea if there is a (not custom) way to achieve this?

Example: https://www.mya-bay.com/en/gift-card-mb-cad-01-g


Replies

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply
This post has been marked as an answer

Hi Davy

Dynamicweb supports giftcards - read more here: https://doc.dynamicweb.com/documentation-9/ecommerce/product-catalog/products#3094

Giftcards in Dynamicweb is 2 things

  • Buying the giftcard which is a product - the order receipt will need to contain a code that represents the giftcard
  • Buying products and paying with a giftcard - the checkout needs a field similar to Voucher field, that when added, will use the giftcard on the order and reduce the amount to pay with the amount of the giftcard

Pls note that giftcards are not implemented in Swift, so you might need to do some additional things.

  • Giftcard products can be created and can be added to cart
    • It will only support pre-set values of i.e. 100, 200 etc. If you need to support a input field with the giftcard value, you need to alter the template and the add to cart functionality and it is a more difficult task
  • In checkout when buying the giftcard, the receipt and receipt email needs to print out the Giftcard code
  • In checkout when using the giftcard, you need to add the Giftcard field
Votes for this answer: 1

 

You must be logged in to post in the forum