You can't go wrong with a gift card. Choose an amount and write a personalized message to make this gift your own. Drinkpod Gift Cards Never Expire. ...
$25
$50
$100
$125
$150
$200
import {session} from 'wix-storage';
import wixLocation from 'wix-location';
$w.onReady(function () {
var sasId = wixLocation.query;
if (sasId.sscid) {
session.clear();
session.setItem('sasId', sasId.sscid);
}
});