Where to see all subscribers user list. Who fill and submit the newsletter form in shopify. and where we set the email to notify
[in red border is my subscribers form][1]
https://i.stack.imgur.com/TEhQj.png
Have a look at Shopify documentation to know more about how customer list for marketing works in Shopify.
To see the customers who have opted in for email updates, you can see them by going to
Customers -> Accepts Marketing
Shopify does not provide any built in tools to send emails to those customers. So you can choose any relevant app from Shopify app store that will allow you to send promotional emails to customers who subscribe to your mailing list.
Related
Is there a way to post an order, including payment information and shipping information, to Shopify for a new user?
For example, user ABC wants to purchase a product through my website (that is not a shopify website), and I gather all of the information required to make the purchase, including shipping address, credit card, etc. User ABC is not known to Spotify. Is there a way for me to use the Shopify API to process this transaction, including payment processing and everything else?
Shopify has a sales channel called Buy Button. You can use that for your purpose.
Buy Button
Creating a Buy Botton
Adding a Buy Button
I have been reviewing the API documentation for Shopify and am trying to figure out if the cost of an item selected from the 'Store' can be passed in a Get command back to a different website so a different website can charge for the Item along with other charges from a website ...and then once the payment goes through on the website, send a POST to shopify that the sale was complete and proceed with fulfilling the order?
Our software is newspaper software so we provide newspapers with subscriber web portals were customers can sign up and pay for a newspaper subscription.
We would like to offer the ability to add Single Sales items to what a customer purchases and we want to be able to do it in one payment transaction
I have reviewed the various Shopify API documentation but it is not clear if the API supports getting cost info and posting a successful charge back to Shopify to complete the fulfillment step. We are looking to be able to GET the cost for a selected single sale item passed to us from the Shopify API so that we can add it to the Amount we pass to the Payment Gateway we integrate with and when the payment goes through, send Shopify a success on the payment.
The ultimate goal is to have a customer make one payment that can include single sales items as well as a newspaper subscription or day pass.
You should do a POST and create an Order using the Shopify API once (at your side) are sure the payment has gone through.
The Bigcommerce admin area shows a Receive Marketing Emails field for a Customer. This field does not appear in the API response data or the documentation for the Customer entity in the documentation.
Is there some way to access this value through the API?
I learned from Bigcommerce support that the Receive Marketing Emails field cannot be accessed through the API and that it does not represent opt-in to a store's email newsletters. The value is set for all customers by default and it refers to whether or not they will receive the "Abandoned Cart" or "Product Review" emails, if those are enabled in the store. If a customer opts out of those emails through the link in the email they receive, then this value will be changed to 'No'.
Annoyingly, Shopify does not allow registration until completing checkout. I want people to be able to register before buying so that I can use their logged-in state to trigger some template changes, discounts, etc.
I've worked out how to add customer accounts using the API, but this effectively only sets the account up for activation. I would have to manually approve each registration from the Shopify admin panel. Not cool!
Invitation emails contain a URL which follows this pattern:
http://shopname.myshopify.com/account/activate/14e18ab6887f4f61d8fb038bb956be99
Does anybody know if there's a way to get that activation token with the API so I can send out activation emails of my own, straight after adding the user?
This is available in the admin now.
Unfortunately there's no way to create customer accounts and send the activation emails automatically. This is an issue we're aware of and are looking to fix in a future release.
You can send an email invite now from the Shopify admin, but this is still manual. You have to go into each customer and click a link to send the invite.
There is an app available now called 'Automatic Account Invites' in Shopify that will automatically send the invites when a customer is created in Shopify.
Automatic Account Invites for Shopify
I am trying to find a way of sending email invoice via google checkout's API (and also in PayPal)
I can't find how. or at least how to generate a new order (money request)
thank you
From: http://code.google.com/apis/checkout/developer/Google_Checkout_Comparison_Part_I.html
Requesting Payment by Email Invoices
What is it? Email invoicing lets you sell without an online store. Buyers can place orders from you by phone, fax, email or other offline means; then you send email invoices from the Merchant Center to the buyers requesting payment. Email invoices contain a personalized message from you regarding the requested payment as well as a "Pay now through Google Checkout" link. When buyers click this link, they are brought to Google Checkout where they can complete the payment process.
Best for: Use this option if you don't have or need an online store.
Time required: There's no setup — just open a Google Checkout merchant account and you can immediately start sending invoices.
Technical skills required: None. Just Internet access.
Demo: Email Invoice and Wizard (requires sign-up)
Processing Orders: (Part II) Once orders start coming in, use the Merchant Center to charge orders and update order status.
Next Step: How to request payments by email invoices
From what I've seen, looks like they don't have a way to do this through an API. Hopefully someday they will, but for now I think I'll have to create my own email with a link to my own page that sends them to google checkout via a custom Buy It Now button.
It's too bad - it'd be so simple to just be able to call send_email(name, email, amount, message) and have it be the same as logging in & doing it through the Merchant Center.
I do understand the rationale a little - if you're capable of creating an automated invoicing system that can call a google API to send emails, then you should also be capable of creating a link, custom button, and letting the user checkout that way. I still want it though - I'm lazy.
Can you submit the form data in the way that the google checkout portal does? then it would authenticate and autofill the form?