No content to show
User Activity
@Maz Are you suggesting as a solution to enable the conversion of prices and currencies for different markets on other payment providers like Stripe does? Yes, please! This is a feature requested by so many people. Not having Shopify Payments wouldn'...
06-16-2023
There certainly are things we can do! We can unset the cookie with JS code, or force redirection even with the cookie set, for example.
Thank you so much! Saved me a lot of trouble. By the way, if anyone wants a python script to automatically check the urls and add /deleted if they 404, here: import csv
import requests
def check_url(url):
try:
response = requests.head(ur...
Geolocation app is good, or you can use code to redirect automatically. Let me know if you need help.
03-19-2023
Probably a cookie is set, stopping the redirection. You can change the cookie duration to session only so it would redirect every time. I can help you out if you send me a message.