I’d like to generate a unique link for each user, so that when a user clicks their link, it loads up that user’s store info.
Is this possible?
edit:
Here is how it is setup currently"
There is only one store page
Step 1: user selects a certain store
Step 2: Store page populates with the selected store data
What I’d like to do is generate a link that contains the store ID
This way the user clicks that unique link and it bypasses’s step 1.
I suppose this would be pretty easy if the store was on a separate page, but everything is on a single page.
Sorry I could have been more clear. I have a single page webapp.
Here is how it is setup currently:
There is only one store page
Step 1: user selects a certain store
Step 2: Store page populates with the selected store data
What I’d like to do is generate a link that contains the store ID
This way the user clicks that unique link and it bypasses’s step 1.
I suppose this would be pretty easy if the store was on a separate page, but everything is on a single page.
You could use reusable elements, and create a data type in the database that holds the store information, and then reference the store’s datatype in a group that’s in the reusable element.
I think there is, I just don’t yet know how to do it. Here is an example. When you scroll the url changes but it looks like its still on the same page.
I just tried my own website, anything after the hashtag does not change the page it loads. So I guess this should work. I’ll try it later tonight and update the thread if all goes well.