This collaborative space allows users to contribute additional information, tips, and insights to enhance the original deal post. Feel free to share your knowledge and help fellow shoppers make informed decisions.
I was on a chat with them for almost and hour and a half! I finally got fed up when I was transferred to the "order support" help center from the Shop Samsung app customer support. I would of had to repeat the issue all over again for another hour. My time is more valuable!! Their loss!
The deal worked for me this morning after it working on and off yesterday. I added the S26 ultra 512gb violet to my cart for $749 with paypal discount and left it in my cart for a few hours. The price stayed the same in my cart and I just ordered it. I checked the website again and the price went up to $1149. I guess I got lucky.
I was having the login loop issue as well and stopped it by hitting stop on the browser (where the refresh button is) as this worked for me.
Last edited by vatoloco4ever June 19, 2026 at 06:12 PM.
On the phone page, paste this in the javascript console:
// 1. Remove the "closed" flag from session storage
window.sessionStorage.removeItem("target-close-gnb->tab_PZN");
// 2. Check if the banner elements exist in the DOM
var promo1 = document.getElementById("gnb-promo-wrapper-da-blue");
var promo2 = document.getElementById("gnb-promo-wrapper-da-blue_p5");
if (promo1 || promo2) {
// 3a. If they exist, just unhide them
if (window.jQuery) {
window.jQuery("#gnb-promo-wrapper-da-blue, #gnb-promo-wrapper-da-blue_p5").show();
} else {
if (promo1) promo1.style.display = "block";
if (promo2) promo2.style.display = "block";
}
console.log("Promo banner successfully unhidden!");
} else {
// 3b. If they don't exist, automatically refresh the page to reload the original script
console.log("Banner not found. Refreshing the page to reactivate it...");
window.location.reload();
}
Gave up after not getting the price to work on my first responders account after 5+ attempts since last night. Later reopened Chrome and the tab refreshed, showing me a "Just for you" banner and then the $300 storage upgrade worked with no problem. Also got the slim magnet case and transparent magnet for 347 and some change. Nice.
Got it to finally work with the free Firefox VPN set to USA after trying everything else mentioned. I was able to redeem all discounts twice for two phones by using my AAA account and .edu account.
Like
Helpful
Funny
Not helpful
Sign up for a Slickdeals account to remove this ad.
Thanks. Salt Lake City VPN + EDGE browser + incognito worked for me. $304 (incl. tax) with S25 Ultra trade in. After clicking the buy now button on the blue banner, price dropped after a reload.
It shows popup of blue banner with buy now i click it, refreshes but price is still the same. I know cookies is working because it had popup, used incognito with VPN. Don't know why its not working for me. Lowest i could get is 1k for 512 violet and 91 for buds4 pro.
Like
Helpful
Funny
Not helpful
Join The Conversation
Share your experience with the Slickdeals community
Share information with the community. Please follow our Community Guidelines and be kind!
Join The Conversation
Share your experience with the Slickdeals community
Share information with the community. Please follow our Community Guidelines and be kind!
231 Comments
Sign up for a Slickdeals account to remove this ad.
I was having the login loop issue as well and stopped it by hitting stop on the browser (where the refresh button is) as this worked for me.
// 1. Remove the "closed" flag from session storage
window.sessionStorage.removeItem("target-close-gnb->tab_PZN");
// 2. Check if the banner elements exist in the DOM
var promo1 = document.getElementById("gnb-promo-wrapper-da-blue");
var promo2 = document.getElementById("gnb-promo-wrapper-da-blue_p5");
if (promo1 || promo2) {
// 3a. If they exist, just unhide them
if (window.jQuery) {
window.jQuery("#gnb-promo-wrapper-da-blue, #gnb-promo-wrapper-da-blue_p5").show();
} else {
if (promo1) promo1.style.display = "block";
if (promo2) promo2.style.display = "block";
}
console.log("Promo banner successfully unhidden!");
} else {
// 3b. If they don't exist, automatically refresh the page to reload the original script
console.log("Banner not found. Refreshing the page to reactivate it...");
window.location.reload();
}
Sign up for a Slickdeals account to remove this ad.
Sign up for a Slickdeals account to remove this ad.
Join The Conversation
Share your experience with the Slickdeals community
Share information with the community. Please follow our Community Guidelines and be kind!