Can APPs be malicious? by Bulut Janti
question 1: Can any of the apps in the shopify app store be malicious or does all of them get checked out before they are displayed there?For example I am going to install an app which says it can do...
View ArticleChris Saunders commented on Can APPs be malicious?
There is an approval process for the Shopify app store. So all apps get verified by a member of the Shopify team.If an application were to slip through the cracks, we have the ability to revoke all...
View ArticleApp to search and edit tags in bulk by Bulut Janti
Hi there,As we sort everything with tags and sometimes there could be spelling mistakes or etc. i think it is important to be able to manage tags in a more advanced way.Is there an app where you can...
View ArticleChristopher Lobay commented on Can APPs be malicious?
Hey Cemal,1. We look at all Apps before we publish them to the App Store. What you've listed here are the permissions that the App is asking you for. This describes what the App can access, and what...
View ArticleMatthew Buttler commented on App to search and edit tags in bulk
Hey Bulut!We don't have any apps that target tags specifically, but you can use our CSV export tool to get a spreadsheet of all of your products, including all of the tags associated with the products....
View ArticleWill Cervarich commented on Shopify POS
Hi Alex and Andrew,I also appreciate the detailed reply. We're in Tarek's camp: we produce half of our product in-house and work with small companies for the other products we sell. None of it comes...
View ArticleApp to create RSS Products Feed. by Paulo Soares
Hi Guys,I looking for a app or another solution to create a different RSS feed for a collection in my store.I know that impossible to modify ATOM feed that shopify create...
View ArticleOrder Printer stylesheet? by Kim Eriksen
Hi,Is there a stylesheet for the invoices in Order Printer?It seems to change on a daily basis.Thanks/Kim
View ArticleChristopher Lobay commented on Order Printer stylesheet?
Hi Kim,Can you tell me what has changed in your template? The stylesheet for your templates shouldn't have changed at all in the last few days.
View ArticleKim Eriksen commented on Order Printer stylesheet?
Hi Christopher,Today the font size exploded and became very big and <TD> defaulted to border = 1.Last week it was <Table> which lost width=100%.Is there a stylesheet for Order Printer or...
View ArticleChristopher Lobay commented on Order Printer stylesheet?
Hi Kim,I've just looked at your templates briefly in Chrome and the font sizes seem the normal size. Do you mind telling me what browser and operating system are you using? The templates in Order...
View ArticleKim Eriksen commented on Order Printer stylesheet?
Yes, I have fixed those templates a lot of times. When ever there is a change I fix them :)I will try setting up a stylesheet in the template.Thanks
View ArticleChristopher Lobay commented on Order Printer stylesheet?
I'm sorry to hear you had to fix them. Could you tell me what code you had to add to fix the changes?
View ArticleKim Eriksen commented on Order Printer stylesheet?
It looks ok on the screen - but try printing "Morfars Faktura" and you will see the font change size.So today I had to add font-size=small; to everything.
View ArticleChristopher Lobay commented on Order Printer stylesheet?
Hmmm. I'm not seeing the font size change in Chrome, but the table border was definitely a bug which I've just fixed. Which browser and operating are you using? I'd like to understand why the font size...
View ArticleKim Eriksen commented on Order Printer stylesheet?
I'm on Windows 8, Chrome Version 29.0.1547.66 mWhat would be the correct way for me to add the styling I want to the template?Do I have to do like in "Morfars Faktura" where I add the style for each...
View ArticleChristopher Lobay commented on Order Printer stylesheet?
By new font, do you mean new font size?
View ArticleKim Eriksen commented on Order Printer stylesheet?
Try changing it to Times New Roman and a new size.
View ArticleChristopher Lobay commented on Order Printer stylesheet?
You need to add a class to your tables, like this:<table class="morfars"></table>And then you should be able to style anything in that table with ease:table.morfars, table.morfars td,...
View Article