skip to Main Content

Changing image on Hover in a shopify shop

I have problems getting this to work. I want to change image on mouseover/hoover but I cant get this to work. <div class="image_wrapper"> <div class="image_main"> <a href="{{ url }}"> <img src="{% if product.images.size >= 1%}{{ product.featured_image | product_img_url: 'large' }}{%…

VIEW QUESTION

How to add a customer in Shopify API?

When I try to add a new customer with the following code: new_customer = shopify.Customer() new_customer.first_name = "andres" new_customer.last_name = "cepeda" success = new_customer.save() And it works. However when I tried to add another fields such a address or company,…

VIEW QUESTION
Back To Top
Search