PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, July 1, 2022

[FIXED] How to add a credit card logo at the bottom of all pages of a Shopify site

 July 01, 2022     backend, e-commerce, frontend, liquid, shopify     No comments   

Issue

Reviewing our Shopify site, I realized that a major difficulty with Shopify is that it's as if the theme does everything possible to obfuscate credit card usage. The site is replete with all sorts of references to Google Pay, Amazon Pay, etc., but credit card payments are always difficult to find.

I would like to know how to add a credit card logo in the bottom of all pages and remove the default logos already there. Could you please let me know if it is possible to do it in Shopify by editing LIQUID file? If so, please point me

enter image description here


Solution

usually the page is break into 3 sections (files are stored in section folder). header.liquid , content_for_layout and footer.liquid

you can find the layout in /layout/theme.liquid

for your case, the credits icons are all in the sections/footer.liquid



Answered By - Charles C.
Answer Checked By - Candace Johnson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing