We’re having a table at a farmers market and I was hoping there’d be an already designed sign or graphic I could just print rather than designing one from scratch.
Something like, Shop Pay and Credit Cards accepted here with the logos already on it.
I found the Shop Pay logos but I was just looking save time on the whole sign, adding MC, Visa, etc.
Hi @Valerie_Frankli
You could make one using browser print functionality or pdf saving in tandem with either browser extensions or some theme customizations.
Upshot is it will reflect the store settings and can serve as the basis of building your own brand asset system.
For extensions use one like visbug to hide all elements on your stores page execpt the payment methods in the footer then print it.
Or by using your own theme with a custom page, or in a duplicate theme.
Just hide everything but either the footer part if the theme allows it,
advanced make a custom layout to not render things like the header foot etc i.e. {% layout none %} in liquid or “layout”: false in JSON
or use a custom liquid setting and code like the following:
https://shopify.github.io/liquid-code-examples/example/payment-icons
or use the enabled_payments_types object on the shop resource
https://shopify.dev/docs/api/liquid/objects/shop#shop-enabled_payment_types
Or newer and experimental, if you have access to the theme maker assistant in the theme library ask it to make a theme of ONLY the payment methods and your branding with the prompt also including information about the screen size needing to be large.
Thank you for this reply Paul but I don’t think that will get me what I’m looking for. I can design a flyer or whatever in Google Docs and I have all the logos. I was wondered if there was an already pre-designed PDF I can simply print for table tents. To save time. Similar to what SquarePay or AmEx has:
As an actual purchasable product look on the POS hardware store
$1 https://hardware.shopify.com/products/payment-marketing-kit-us , https://hardware.shopify.com/products/spi-marketing-kit
Otherwise there’s not on https://www.shopify.com/tools ,nor https://shopify.supply/
For longterm DIY It really is one of the paths I suggested to output the required elements either as a custom template design or elements to copy and paste screenshots into a document from a single source of truth based on the stores settings.