StoreMedics
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎10-14-2020 12:15 PM
Topic Started
0
Topics Started
Topic Solutions
6
Solutions
Post Count
62
Posts
Post Kudos
15
Likes

Bio: Store Medics is the leader in ROI-driven solutions for small to midsize Shopify store owners. At Store Medics, we work on Shopify stores to improve, m...

Community Badges

No content to show

User Activity

Like Don said, it will depend on your theme. Most likely will need someone with coding experience to add it.More than happy to help with adding the discord icon to your store if you are in need of an expert!Feel free to email us: hello@storemedics.co...
It is possible, but is a little bit complicated to set up. The way we have done this in the past is you need to identify the images that need to stay and images that are variants. This can be done in the image alt fields. If you add text there (for e...
One way to do it would just hide the images with css. add this to the bottom of your scss or css asset file.ul#ProductThumbs { display: none; }
replace this<a href="{% if cart.items.first.product.collections != blank %}{{ cart.items.first.product.collections.last.url }}{% else %}/collections/all{% endif %}" class="action_button continue-button add_to_cart">{{ 'cart.general.continue_shopping_...
Believe you will need javascript to do this. Try this <a href="javascript&colon;history.back()" class="action_button continue-button add_to_cart">{{ 'cart.general.continue_shopping_link_html' | t }}</a>  
Not sure if your theme has built in methods of payment icons, but you will probably have to add the code the liquid footer code.  You can use this tool to generate the code:https://ui-elements-generator.myshopify.com/pages/methods-of-payment
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Likes given to