I am trying to send my customer a link to my payment gateway for a product configured offline. I send the customer an email with a link such as
example.com/payme.php?n=123456
which works when I paste it to a browser but results in file not found when clicked from email link. I know this is because of the parameter, is there a better way to do this?
Related
In prestashop email from the contact form, there is a hash code in the email title #ct%1$s #tc%2$s.
From what I know it contains the customer thread id and a token.
nous-contacter?id_customer_thread=**6**&token=**vF6a1Z8CSSzR**
What are the consequences if I remove it from the title in the email?
If you remove it client won't be abble to click on it an go directly to frontoffice and check his answer and response.
Regards
I am working on mailchimp.
What I want to do is
Get the email entered at signup page at confirmation thankyou page, Which is displayed when user click on the link in email.
I have searched on internet but couldn't find any solution.The flow is like
User submitted form
User clicked on confirmation email.
Now he is redirected to my custom thankyou page.
How can I get his email address on this page?
There is no way available to get the email on Custom Thankyou page. The only way to do it is to buy the plan offered by mailchimp. You can't do it with free account.
So I have customers that go to my site and request quotes for moving their cars. I get this form emailed to me and then I reply in an email with their quote. In this email I ask them to reply saying that they are ready to move their cars so that I can begin working on setting up their move.
However I feel I can make this step more streamlined. I'd like to have a button in my email that just says something like "Click here if you are ready to move your car!" Is this possible?
I would need this button to let me know which customer it is. I have a unique ID for every job and I could manually configure it before I send the email with the quote. Any help would be appreciated.
The only way to do this is with URL parameters. Something like:
Click Here to Confirm
That could be an image/button if you prefer. You would then use $_GET('account') on your page to access the query/parameter values.
You would have to dynamically insert the custome values before you send the email, as you can't change any of the code once it is sent. There are plenty of transactional email services that can help streamline this for you, all of which are designed to integrate with API's. A couple of good ones that come to mind are SendGrid, Mandrill and Mailjet.
Best thing to do would be to insert a link to a page on your website passing the unique ID as a query string. Then your page can display some sort of confirmation message to the customer and send you a message saying that the customer is ready.
I have spent all day on something that should only take a couple of minutes.
I need to add a subscription service onto a website, the user needs to enter their full name and email address as part of the subscription, paypal should then take the payment and redirect back to the site while passing the full name and email so accounts can be created.
I am at a loss here as their documentation is all over the place and conflicts with itself. How do I create a subscription button with the additional fields and get it all working.
And how the hell do I test it? I have attempted creating one with the subscription button on the paypal site but when the checkout is completed it doesn't go back to the site to create the fields unless you press the button and when you do there is nothing no post data no get data nothing!
You could try using PHP-Payment it allows you to redirect to a page upon success. https://github.com/phpfour/php-payment/tree/master/src/php/Rbs
I have a problem regarding link button in GMAIL account. I have mailed the market link from my android application with the help of PHP server. I open the application from market with following link market://. I want to send and get some more information with this link.
Any suggestions?
This funcationality is just like the email authentication.