Is it possible to save line item properties in a session? - e-commerce

so I have this website where the user can customize the colors of the different parts of a uniform. So what I currently achieve was using Line Item Property (LIP) to get those selected colors so when the customer checks out and pay, all the values will be passed to the user's email and to the site admin's product dashboard. 
Now my question is, is it possible to save each of those LIP values to a session? I am planning to have a Save Design button just in case the user wants to save it first then check out later. When the user clicks on the button, he will have to input his email address so that a link will be sent to his email -- format could be something like: shopname.com/customizer?designID=8174201a2r When he clicks that link, all the colors he previously selected should load. Is that possible with Shopify? If yes, how, so I can do a further research and study on it. 
Hope I can receive an advice from the experts. Thanks.

I'd say that is absolutely possible setting cookies via Javascript when user fill LIP then getting stored values in cookies to prefill form.

Related

Is there a way to tell if the user clicks on a recent contact from the React Native share sheet?

I'm trying to build a share sheet like the attached image, however, in my case it's possible for a contact to have multiple phone numbers.
If a contact has multiple phone numbers, then before directing the user to their texting app, I want to display a pop up with a phone number selector (that way the user can choose which phone number to send their message to).
I've looked at docs and other posts, but they don't mention if it's possible to not only tell if the user has clicked on a recent contact, but also to tell which contact they clicked on.
Is this possible or is is this something that's out of my control? (I know that there are many things on a style sheet that cannot be controlled on the developer's side so I was curious)

Is it possible to add user tracking method in EDM (Electronic direct mailer) Email click?

Here is the scenario:
We have designed an email template in which there are two option buttons: "Yes" & "No".
We send this email template to a group of user email lists.
After that, can we track the event where a recipient clicks on either the Yes button or No button.
which method can be used to track down how many of the recipients had clicked the Yes button or the No button?
how difficult is it to track the selected option Yes/No made by each single user?
which tracker is preferred: database tracker, google analytics tracker, mailchimp or other 3rd party web services?
With Google Analytics, you can do manual campaign tagging where you assign specific query parameters to each button. The query parameters will track back to your Google Analytics data, and can tell you which buttons were clicked. This is an easy method as all you need to do is build specific URLs for each button, and then embed those URLs into the email template for each button.
Here is the URL Builder site: https://support.google.com/analytics/answer/1033867?hl=en

How to get Multiple Inputs

I was thinking of implementing picture uploading to my web application.
Now there are few Uncertainties.It would be great if some one makes them clear.
How do you allow user to upload multiple data for
Example. I have a model for car and I want user to add as many pictures with comments. Usually on websites there is button that says "Add another picture". If user clicks that button or link a text field and a Browse button appears and user can add as many pictures as he wants.
You need to go through this wiki -
http://www.yiiframework.com/wiki/176/uploading-multiple-images-with-cmultifileupload/

how can i do this in wp7?

Any ideas on how i can create this app?
1) i have a page which contains 3 tasks and thus has a textbox, a label to contain an image name and another label which is to display my current location..the first is to enter some text into a textbox, the second is to take a picture and come back to this page and display the picture url and the 3rd is to determine and display my location.
2) i need to gather each of these 3 bits of information and upload it to a remote database via WCF or Odata.
3) I know that for example, to either take a picture with my camera or browse to a pix in the pictures hub will take me away from my task page.
how can i take the picture and carry the information back to my task page without losing state?
To get a picture from the camera you need to use a CameraCaptureTask.
To choose an existing picture from the phone you shoudl use a PhotoChooserTask.
To get the devices currentl location use the GeoCoordinateWatcher.
There should be no issues with loosing state while you capture this information but isf there is you can just store it in the Page State object.
Note. All links are "How To" articles.
When you take a picture, your application will be tombstoned. See the following article for details of how this process works and what you need to do:
http://windowsteamblog.com/windows_phone/b/wpdev/archive/2010/07/20/understanding-the-windows-phone-application-execution-model-tombstoning-launcher-and-more-part-3.aspx

Change contents of "assign to"

I activated restrict_owner to change the textfield to a dropdown when creating a new ticket. Is there a way to change the contents of that dropdown from user id's to user names?
The reason is, that all user id's that we use to log in are somewhat cryptic (something like xyz01, xyz02 and so on). If that list could show the associated user names, that you can enter in the prefs, that would be perfect.
Regards,
Sascha
To get around that, I installed the Auto-Complete Users Plugin. This will allow you to more easily select a user by account name, real name, or email address, plus it seems to have better performance than using restrict_owner.
I'm not sure if the plugin covers all of the same form fields as the restrict_owner option. If there's one that it misses, it shouldn't be too difficult to modify the code and add another field.