Fedde Zwart commented on Facebook Store App
Hi Shopify!I installed the facebook app but it isn't seem to work. The app creates a new tab on my facebookpage but isn't showing any products what so ever....
View ArticlePatrick Burke commented on Facebook Store App
Hi Juriaan. This is likely happening because you have a password protected store front. Try removing the password in the admin settings. That should solve it.
View ArticleHow to "Deeply" customize Shopify Product Review App? by JZ
I need to customize the reviews/ratings shown to different customers. For example, I only want to show a female customer's review to females.Is there any way for each product, I can code to iterate...
View ArticleJZ commented on How to "Deeply" customize Shopify Product Review App?
I just realize I posted at wrong place. Please remove this. Thank you!
View ArticleMicrosoft NAV integration by Anshul Gupta
Hi, Is there any app / plugin that makes the process of integration with Microsoft NAV ERP easier?
View ArticleSiam commented on Possible for App to charge per transaction?
It's not possible. You somehow need to "guess" the total orders per month and go from there. You can do it by using historic data or asking the user to input a number and then disable the app if it...
View ArticleDrive Analytics is looking for 10 beta testers by Kris
Drive Analytics is a startup that aims to provide actionable insights for eCommerce. We've developed a first analysis that we like to share with the world. Below are a few screenshots:Let me know if...
View ArticleHunkyBill commented on Possible for App to charge per transaction?
Say your App monitors sales and using some algorithm decides that it contributed to N sales. You could then initiate a one-time charge applicable to N sales and turn the App "off" till it was paid. The...
View ArticleAlireza Savand commented on Have you met Tiwunify?
Tiwunify is embedded in Shopify store's dashboard now. You don't need to be redirected to tiwun.com to visit your app dashboard.Install Tiwunify app, it's free and completely autopilot ;)
View ArticleSmartPro commented on Needed: App that creates a quick buy option when...
Hello Kaitlyn Blum,You can check SocialShopWave platfrom(socialshopwave.com), which has product popups feature and more other features to interact with your customers, also there you can create widgets...
View ArticleSmartPro commented on Needed: App that creates a quick buy option when...
P.S. If you do not want to use this application, please contact me and i can do it for you manually. Email: smartpro.me@gmail.com
View ArticleSmartPro commented on App won't remove fully: How to remove app "social...
Hi Kristian Chronister, You have to remove all files of this application in your theme template editor section, or you can just reinstall your theme which will remove all third party files
View ArticleSmartPro commented on how to build an app in shopify
Hello dinesh padala. If oyu want to collect all customers data, then you have to do this with shopify api calls, after installing application you will have access to shop api, and by making api call...
View ArticleSmartPro commented on Extracting JSON using php
Hello koen,You have to check your $orders variable, if it is json then use json_decode function of php to make it array, after that you can access your json data as object, if it is already array it...
View ArticleSmartPro commented on Get order id from order.json by using private app with php
Hello ss,You can make it like this:foreach($orders as $order) {$id = $order['id'];//and so on}
View ArticleSmartPro commented on can we implement filter in shopify app
Hello dinesh padala, You just have to get all orders via api call which fullfillment_status is fulfilled:$list = $api->call('GET', '/admin/orders.json', array('fulfillment_status' =>...
View ArticleSmartPro commented on how can we get cancelled orders in our app
Hi dinesh padala,You can get them with api call:$list = $api->call('GET', '/admin/orders.json', array('status' => 'cancelled'));Read this http://docs.shopify.com/api/order#index
View ArticleArnaud Rossi commented on Gamification and Loyalty App Looking for Beta Testers
Hi, today we deployed FidUp v1.1:Several changes in non-connected widget (to allow a better overview of what quests can be done and what gifts can be won)The FidUp API is now available for a better...
View ArticleIvan Kwok commented on [NEW] langify: One Shop - Multiple Languages -...
Hi, it's me again. Can we create different sitemaps for different languages? I think the Chinese search engine would like to read Chinese instead of the default English one.
View ArticleJohannes Hodde commented on [NEW] langify: One Shop - Multiple Languages -...
Hi Ivan,Unfortunately this is not possible because the sitemap is generated automatically by shopify and there is no way to hook into that process or modify the sitemap.So far, there were no issues...
View Article