Stamped.io
CompletedI am very interested in seeing Stamped.io added to the app listings. I have reached out to them, and they tell me that they have already reached out to Zoey about adapting their Magento extension for use with Zoey. This is great news. I trust you all will get back to them ASAP. They would be a high quality addition the Zoey suite of Apps.
-Wayne
-
Official comment
Stamped.io is now available as an object in the Visual Design Editor. Install the Stamped.io App from https://www.zoey.com/apps/stamped-io/ then within the Visual Design Editor click on the +Add Menu and drag in the Stamped.io component from the Apps section. If you require any support please open a ticket.
Comment actions -
Wayne – I agree, we have been using Stamped for about a year, and it's cost efficient and easy. However, the manual sending of emails is not idea. Last May I reached out to Stamped to ask them to convert their Magento extension. They said they'd "reach out to Zoey team to see if they'll be willing to quote us for converting our extension for Zoey." I just followed up with them again (hello@stamped.io). Perhaps if you send an email as well, we can help move this forward.
-
I have been in contact with Stamped.io for over a year now and the did get in contact with Zoey, but I don't think anything came of that. Too bad as I think they would get a nice boost of customers. They did send me this recently:
We do not have an integration with that Zoey currently, but it's still
possible for an integration.Here's a guide on unsupported platforms:
http://help.stamped.io/article/9-getting-started---unsupported-e-commerce-platform
[1]As for parsing order data into Stamped.io for the creation of review
request emails, there are 3 different options to choose from:* IMPORT ORDERS VIA A CSV FILE
manually via a CSV file, here's a guide:
Import Review Request CSV File [2]* INTEGRATE WITH VIA REST API
There's just 1 API endpoint needed to push the order data to us,
here's our API documentation:
http://help.stamped.io/article/50-stampedio-rest-apis [3]Note: The API endpoint you need will be
"https://stamped.io/api/mydomain.com/survey/reviews/bulk"* INTEGRATE WITH US VIA ZAPIER
Create review request email automatically via our "Action" to push
review request emails into Stamped.io, here's a guide to set this up:
http://help.stamped.io/article/95-zapier-stamped-io [4]We have not given the above a try just yet, but I did ask my technical to take a look and also look into other options as Stamped pricing has become a higher than it used to be.
I would love a single service that does the same sort of thing as Stamped plus an affiliate network and a customer incentive program. Just seems natural to me to have all of these tools as a single service.
-
Well, They tell us that Stamped is now added to Zoey, just a very short time after my last email. Great! I have given it a try and so far I am not sure this is functional with Zoey. Yes, the export of data to Zoey seems to be working, but I think I will need to come up with some custom code to get it to display on our Zoey site. Also, I was able to export our existing reviews and import them at Stamped, but they do not appear to be associated to any products. :(
I am waiting to hear back from Stamped. So far they have been very quick to answer questions. I think this will get worked out, but so far, not working.
Anyone else have any luck? I'd love to see some templates to better work with the Zoey design editor. Similar to Jotform.
-
We are working on adding Stamped.io to the Visual Design Editor as a component - we hope to have that out soon. With regards to other parts of it not working, please reach out to Stamped and if they have any questions in getting things working we can work with them directly. Hopefully everything will be working soon.
-
For now, you can just insert the Javascript code into the HTML Header using the Asset Manager https://support.zoey.com/docs/cssjavascripthtml-editor-v2 and the reviews will show.
Something like the example below - make sure to change pubkey and store URL to the appropriate value:
<!-- STAMPED.IO (START) -->
<script>function myInit(){
StampedFn.init({apiKey:'pubkey-xxx',storeUrl:'www.xxx.com'});
}
</script>
<script async onload="myInit()" type="text/javascript" src="https://cdn-stamped-io.azureedge.net/files/widget.min.js"></script>
<!-- STAMPED.IO (END) --> -
Partially works. About the only thing I notice is that the Stamped review stars now show up. But I can't click on them and my old reviews are still showing. I will ask Stamped about why my ported reviews are not showing. My question for Zoey is what else is needed? Any progress on the updates to Zoey's design editor to work better with Stamped?
-
Stamped asked me to add the additional code, but still not working.
<script>
var $badge = $('.stamped-main-badge');
if ($badge.length){
var pId = $badge.attr('data-id');
var pUrl = $badge.attr('data-url');
var pTitle = $(document).find("title").text();
var div = document.createElement("div");
div.setAttribute('id', 'stamped-main-widget');
div.setAttribute('class', 'stamped-main-widget stamped');
div.setAttribute('data-product-id',pId);
div.setAttribute('data-name', pTitle);
div.setAttribute('data-url', pUrl);
$('#customer-reviews').append(div);
}
</script>
Please sign in to leave a comment.
Comments
10 comments