Is it possible to add a product and allow the customer to select the amount they want to be added to the product? We sell Gift card products to be used on other sites to purchase tickets. Instead of listing every denomination as separate products we wanted 1 product but allow the customer to select the value. Thanks
Hi @DLegend10 ,
Yes, this can be done using custom dev in the code where user will enter the amount in field and user will be charged for that amount.
Hello @DLegend10
Welcome to Shopify Community.
Yes, in that case you can create a Gift Card products with denominations as variant options, so it will be shown to customer to select the value of their choice.
You can follow Shopify’s Official documentation: https://help.shopify.com/en/manual/products/gift-card-products/add-update-gift-card-products
Thanks