Is there a Shop Pay / Credit Cards Accepted Here sign we can print?

Topic summary

A merchant preparing for a farmers market is looking for a ready-to-print sign indicating Shop Pay and major credit card acceptance, similar to pre-designed materials offered by Square or AmEx.

Available Solutions:

  • Shopify’s POS Hardware Store offers physical marketing kits for $1 that include payment acceptance signage
  • Shop Pay logos are available for download, but require manual assembly with other card logos

DIY Workarounds Suggested:

  • Use browser extensions (like VisBug) to isolate payment icons from store footer and print
  • Create custom theme templates using Liquid code to display only payment methods
  • Leverage Shopify’s payment icons code examples or enabled_payment_types object

Current Status: No free, downloadable PDF template exists in Shopify’s official resources (Tools or Supply pages). The merchant has the logos and design capability but was hoping to avoid the time investment of creating signage from scratch.

Summarized with AI on October 26. AI used: claude-sonnet-4-5-20250929.

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 :waving_hand: 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.