Need help with sites html!

Josh Ponceca

Newbie
Joined
Feb 11, 2019
Messages
12
Reaction score
0
I have no idea where to post this on here and all the html/coding forums suck ass, so here I am.

I want to add a part on my product pages where it says "ships to (users state, then city)" or "ships to (users zip)". I cant find anything about this online, any help? Thanks!
 
do you want it to auto fill with the users zip or city state? you would have to use a geo location there is a few api written in javascript that can help you accomplish that task.

But your question is very broad for me to even help you.
 
do you want it to auto fill with the users zip or city state? you would have to use a geo location there is a few api written in javascript that can help you accomplish that task.

But your question is very broad for me to even help you.



If you go on targets website, right beside the add to cart button on a product page, it says "shipping to (zipcode)". Thats exactly what I want on my site just in state/city rather than zip code
 
okay that is done with the assortment of API's that are available and can be implemented use javascript/jquery. geotargetly is a site I used for my site awhile back but there are some free ones out there to use.
 
Back
Top