Ryan | Add to Cart Apps commented on Edit Order App
@KeithCrusher I've just uploaded these changes and examples are below. You will notice they have different names as the existing methods have been left intact and these are better ways to access the...
View ArticleRyan | Add to Cart Apps commented on Edit Order App
@KJ I've just pushed the changes that fix the pending payment issue you are having. For anyone who doesn't want this functionality there is a setting on the settings page to disable the pending payment...
View ArticleAllowing a customer to edit their profile and metadata by Bennick
Basically I want to ask a customer for extra information and allow them to see and change that extra information along with their basic info (First Name, Last Name, etc). However, it seems that is not...
View ArticleKeith Crusher commented on Edit Order App
Ryan - Thanks for your quick work on this - however, I'm still a bit confused as to how to call these custom properties. I have 2 custom properties (for testing purposes) for a line...
View ArticleSam commented on [NEW] Product Reviews App by Shopify
One of the advantages that YotPo has is that users can rate a product directly from an e-mail. With Product Reviews by Shopify, automating an auto-reply that would be sent out automatically after a few...
View ArticleRyan | Add to Cart Apps commented on Edit Order App
@Keith I have tested the following and they work as expected.1.{% if line.custom_properties.backorder_date %}This item is on backorder until {{ line.custom_properties.backorder_date }}{% endif %}2.{%...
View ArticleRyan | Add to Cart Apps commented on Edit Order App
So a pretty big update tonightTax Settings now per product - Due to the release of tax overrides by shopify we have had to change how our tax calculations work. We now calculate on a per item level and...
View ArticleNiche Media commented on Can I integrate existing FB page with shopify?
Hi Chris,I want to display my products on Facebook page as a catalog only (detail information, included prices, all "Cart" functions are disabled)Currently, while using The Facebook Store app: product...
View Articlesinejoe commented on Allowing a customer to edit their profile and metadata
Ryan, we have somewhat quietly released writable customer metafields in our app Metafields2 and it has been working well for a few initial shops. It requires some front-end development savvy, not a...
View ArticleBennick commented on Allowing a customer to edit their profile and metadata
Thanks Joe! Just out of curiosity how does your app end up accepting the POST request to mystore.myshopify.com/a/custmeta as this is directed at the Shopify servers?
View ArticleHunkyBill commented on Allowing a customer to edit their profile and metadata
@Bennick, if you install an App in a shop, it can provide services as a proxy. So the /a/whatever is just that, a proxy. Shopify sends the requests to the App's endpoint specified which is how this...
View ArticleIs it possible to add to cart multiple variants of the same product? by...
For example, if I had a product called "Printing Locations" and there were two variants that had "Shoulder Printing" and "Chest Printing," each with their own price.Would I be able to make a form that...
View Articlesinejoe commented on Allowing a customer to edit their profile and metadata
Yes, it is a proxy request that Shopify routes to an endpoint hosted with our app. With our implementation a customer ID must be provided and the namespace and key names of existing metafields you have...
View ArticleBennick commented on Allowing a customer to edit their profile and metadata
Thanks for the run down. In theory a customer could alter the customer[id] hidden input value to that of another customer and alter their metadata, correct? However, we will not be storing any...
View ArticleHunkyBill commented on Allowing a customer to edit their profile and metadata
Exact!. As long as you use the metafields to trigger/drive logic with the values stored, it's very low risk stuff. If on the other hand you are choosing to visibly display the extra information stored,...
View ArticleBennick commented on Allowing a customer to edit their profile and metadata
@sinejoe We plan on displaying these metafield values back to the customer in the form as we want them to control and change these extra values. Does Metafields2 do any sort of malicious character...
View Articlesinejoe commented on Allowing a customer to edit their profile and metadata
Values are stored as they are sent. You can either check and force-escape anything you want before POSTing in your JS or you can use the {{ val | escape }} filter in liquid to help prevent injection of...
View Article[NEW] Become a Beta User of Next Generation Live-Chat Sales App -- Use it...
G'day Shopify Stores! We're a small software dev team based in Melbourne, AU and really excited to announce the beta release of our interactive visual chat solution on Shopify (more details found on...
View ArticleRyan | Add to Cart Apps commented on Edit Order App
Hey guys,Just an update. The changes made yesterday added additional complexity to the app that isn't needed for majority of users. So we have changed weight, tax and custom properties to be optional...
View Article