![]() |
editing "country" in my register.tpl
At this time I do not offer international shipping. The problem is, I keep getting customers from other countries registering. I would like my register page to default to United States.
How can I rewrite the code to fix that? Here is the code for "country" in Register.tpl Quote:
|
you could remove or deactivate all countries apart from US in the countries list
|
That is what I wanted to do.
The problem is, I dont know what to remove to do that. |
You could run this sql statement
Code:
DELETE FROM xcart_countries WHERE code != 'US' that basically removes any country from the database wher the country code is not US yuo can do this in phpmyadmin or from the patch upgrade area in your admin |
yet again. this does not help me. I need this to be dummied down for me. my knowledge of code is very limited.
if you could put that into the list of code I posted so that I could cut and paste it. That would be very helpful. |
this is an sql statement.
copy and paste it into the text area where you can run sql statements on the patch/upgrade page in your stores admin area |
can it be deleted? if I decide to go back to international orders?
|
i applied it and it said it "failed".
So, yet again. what text do I remove. |
All times are GMT -8. The time now is 03:46 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.