discordmerch.com
Open in
urlscan Pro
23.227.38.74
Public Scan
URL:
https://discordmerch.com/products/wumpus-plushie-fresh-re-stock
Submission: On July 26 via manual from CA — Scanned from CA
Submission: On July 26 via manual from CA — Scanned from CA
Form analysis
5 forms found in the DOMGET /search
<form action="/search" method="get" class="input-group search-bar search-bar--drawer" role="search">
<input type="search" name="q" value="" placeholder="Search our store" class="input-group-field" aria-label="Search our store">
<span class="input-group-btn">
<button type="submit" class="btn--secondary icon-fallback-text">
<span class="icon icon-search" aria-hidden="true"></span>
<span class="fallback-text">Search</span>
</button>
</span>
</form>
POST /cart/add
<form method="post" action="/cart/add" id="AddToCartForm--product-template" accept-charset="UTF-8" class="
product-single__form
" enctype="multipart/form-data" data-product-form=""><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
<div class="radio-wrapper js product-form__item">
<!-- <label class="single-option-radio__label"
for="ProductSelect-option-0">
Color
</label> -->
<fieldset class="single-option-radio" id="ProductSelect-option-0">
<input type="radio" checked="checked" value="Blurple" data-index="option1" name="option1" class="single-option-selector__radio" id="ProductSelect-option-color-Blurple">
<label for="ProductSelect-option-color-Blurple">Blurple</label>
<!-- -->
</fieldset>
</div>
<select name="id" id="ProductSelect--product-template" class="product-single__variants no-js">
<option selected="selected" data-sku="Plushie_Discord_Wumpus_21" value="39664200679523"> Blurple - $ 50.00 USD </option>
</select>
<!-- <div class="product-single__quantity">
<label for="Quantity" class="product-single__quantity-label js-quantity-selector">Quantity</label>
<input type="number" hidden="hidden" id="Quantity" name="quantity" value="1" min="1" class="js-quantity-selector">
</div> -->
<div class="qtydiv">
<label for="Quantity" class="quantity-selector">Quantity</label>
<div class="qtybox">
<span class="btnqty qtyminus icon">-</span>
<input type="text" id="quantity" name="quantity" value="1" min="1" class="quantity-selector quantity-input" readonly="" mm-min="1" mm-stock-max="NaN" max="1" mm-max="1" step="1" mm-step="1">
<span class="btnqty qtyplus icon">+</span>
</div>
</div>
<div class="product-single__add-to-cart">
<button type="submit" name="add" id="AddToCart--product-template" class="btn btn--add-to-cart">
<span class="btn__text"> Add to Cart </span>
</button>
</div>
</form>
POST //productreviews.shopifycdn.com/api/reviews/create
<form method="post" action="//productreviews.shopifycdn.com/api/reviews/create" id="new-review-form_4752822435939" class="new-review-form" onsubmit="SPR.submitForm(this);return false;"><input type="hidden" name="review[rating]"><input type="hidden"
name="product_id" value="4752822435939">
<h3 class="spr-form-title">Write a review</h3>
<fieldset class="spr-form-contact">
<div class="spr-form-contact-name">
<label class="spr-form-label" for="review_author_4752822435939">Name</label>
<input class="spr-form-input spr-form-input-text " id="review_author_4752822435939" type="text" name="review[author]" value="" placeholder="Enter your name">
</div>
<div class="spr-form-contact-email">
<label class="spr-form-label" for="review_email_4752822435939">Email</label>
<input class="spr-form-input spr-form-input-email " id="review_email_4752822435939" type="email" name="review[email]" value="" placeholder="john.smith@example.com">
</div>
</fieldset>
<fieldset class="spr-form-review">
<div class="spr-form-review-rating">
<label class="spr-form-label" for="review[rating]">Rating</label>
<div class="spr-form-input spr-starrating ">
<a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="1" aria-label="1 of 5 stars"> </a>
<a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="2" aria-label="2 of 5 stars"> </a>
<a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="3" aria-label="3 of 5 stars"> </a>
<a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="4" aria-label="4 of 5 stars"> </a>
<a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="5" aria-label="5 of 5 stars"> </a>
</div>
</div>
<div class="spr-form-review-title">
<label class="spr-form-label" for="review_title_4752822435939">Review Title</label>
<input class="spr-form-input spr-form-input-text " id="review_title_4752822435939" type="text" name="review[title]" value="" placeholder="Give your review a title">
</div>
<div class="spr-form-review-body">
<label class="spr-form-label" for="review_body_4752822435939"> Body of Review <span role="status" aria-live="polite" aria-atomic="true">
<span class="spr-form-review-body-charactersremaining">(1500)</span>
<span class="visuallyhidden">characters remaining</span>
</span>
</label>
<div class="spr-form-input">
<textarea class="spr-form-input spr-form-input-textarea " id="review_body_4752822435939" data-product-id="4752822435939" name="review[body]" rows="10" placeholder="Write your comments here"></textarea>
<script>
function sprUpdateCount(e) {
var $el = SPR.$(e.currentTarget);
SPR.$(".spr-form-review-body-charactersremaining").html('(' + (1500 - $el.val().length) + ')');
}
SPR.$("textarea[data-product-id=4752822435939]").keyup(sprUpdateCount).trigger("keyup");
</script>
</div>
</div>
</fieldset>
<fieldset class="spr-form-actions">
<input type="submit" class="spr-button spr-button-primary button button-primary btn btn-primary" value="Submit Review">
</fieldset>
</form>
POST /localization
<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="selectors-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8" value="✓"><input
type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/products/wumpus-plushie-fresh-re-stock"></form>
GET /search
<form action="/search" method="get" class="input-group search-bar search-bar--modal" role="search">
<input type="search" name="q" value="" placeholder="Search our store" class="input-group-field" aria-label="Search our store">
<span class="input-group-btn">
<button type="submit" class="btn icon-fallback-text">
<span class="icon icon-search" aria-hidden="true"></span>
<span class="fallback-text">Search</span>
</button>
</span>
</form>
Text Content
Search * Home * Shop All * Collections Expand submenu Collections Collapse submenu Collections * Idle Nights * Camp Wumpus * @everyone * @here * Misc Misc * More Expand submenu More Collapse submenu More * FAQ and Contact Info * * Log In * Create Account * Test Site navigation * Home * Shop All * Collections * Idle Nights * Camp Wumpus * @everyone * @here * Misc Misc * More * FAQ and Contact Info * Log In * Cart Cart Your cart Close Cart Home › Wumpus Plushie WUMPUS PLUSHIE Regular price Sale price $ 50.00 Unit price / per Shipping calculated at checkout. Blurple Blurple - $ 50.00 USD Quantity - + Add to Cart It's 9" tall, fuzzy and huggable. * Limit 1 per transaction. Please be aware that due to the COVID-19 restrictions the estimated ship date will be affected CUSTOMER REVIEWS Based on 15 reviews Write a review WRITE A REVIEW Name Email Rating Review Title Body of Review (1500) characters remaining FUZZY FRIEND DiscordUser on Jul 08, 2022 10/10 Report as Inappropriate WUMPUS BEST BOY Bacon Dude on Jun 30, 2022 Love my little Wumpus I got as a gift. He likes to watch me game and sleep with me. Very small and fun to play with. It even got shipped out before the estimated shipping date! Report as Inappropriate HE IS A FRIEND Jonas on Jun 28, 2022 - he is soft - he is friend-shaped - he is great Report as Inappropriate BEST PLUSHIE I EVER HAD MrDolphin on Jun 24, 2022 Ordered it when it was available for pre-order, and it came a month early. I'm thrilled with the final package. Wumpus enjoys watching me play games and looking at himself in the mirror. Don't hesitate to buy it! Report as Inappropriate DELIVERED BEFORE SHIPPING DATE (GREAT PLUSH!) Zachary Kelly on Jun 17, 2022 This Wumpus plushie came before it was even supposed to ship! It's a really quality plush and I recommend to buy it! You won't regret it! Report as Inappropriate 1 2 3 Next » YOU MAY ALSO LIKE -------------------------------------------------------------------------------- Discord Tote Bag — Regular price $ 5 Bug Life Lanyard — Regular price $ 10 Nelly Plushie — Regular price $ 50 Camp Wumpus Poster — Regular price $ 5 -------------------------------------------------------------------------------- * Discord.com * Twitter * Youtube * Instagram * TikTok * DOTEXE Refunds and Returns * DOTEXE Privacy Policy * Contact Us Search * Choosing a selection results in a full page refresh. * Press the space key then arrow keys to make a selection. * Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device en