Jan 16, 2021
I have read online about a PriceRule resource which can be used to modify the logic behind discount codes. I have a discount code which gives 40% discount when there are more than 50 items, but...
Jan 13, 2021
My Website How could I get the product thumbnails to display vertically on the left of the big picture? It currently shows the images below the picture. I want to achieve something like this: ...
This is My Website I am trying to update the list of images (thumbnails below the main picture) after one of the options is changed (size or color). I have managed to display the correct images whe...
Jan 12, 2021
My Website I am trying to display multiple variant images depending on what options are selected. I was able to do it on desktop, but this messed up how the thumbnails are displayed on mobile. How ...
Jan 9, 2021
I am trying to display a number next to the filters, which corresponds to how many products contain that tag. I have been able to get to almost get it done with the following code: {% assign produc...
Jan 9, 2021
My Website How can I modify my "Filter" option with a checklist instead? My filters currently look like: But I would like to have something like this instead: I would like...
Jan 5, 2021
I would like to add the following code to the end of my theme.css file: .main-content{ padding-top: 25px;} But I would like this to have effect only on specific pages. Is there an easy ...
Jan 2, 2021
This is my Website How can I change the background of the Menu item whenever the dropdown menu is active? I would like to simulate as if the Menu item is connected to the dropdown menu whenev...
Jan 2, 2021
My website I want to have the dropdown meny display on hover. It currently only works when I click on it. Is there an easy fix for this? Any tutorial I find online is outdated and does not ...
Dec 31, 2020
My website I have been able to costumize a bit of my dropdown menu by myself. I want to achieve the following, where each collection has its associated image: Can someone help m...
Dec 31, 2020
Hi, My website: VelasArtes.com I have been able to modify a little bit my footer. But I would like to have my Instagram icon on the top part of the footer, like a 3rd column. Also, how can I modify...
Dec 29, 2020
I am aware that we can create coupons with a condition of "Minimum quantity of Products". But if I understand this correctly, if I set this value to e.g. 50 products, this discount coupon would work ...
Dec 28, 2020
I have been able to show a second image when I place my mouse over the product image. I have followed this Youtube tutorial: Hover Tutorial And you can see how it works on My Website (Ve...
No content to show
User Activity
I have created a Google campaign in which I want to track conversions as sales. I believe I have installed all code as required in this Shopify tutorial. In my "Thank You" page I can succesfully see this event tag:<div class="thank-you__additional-co...
Has conseguido una solución para esto? Estoy configurando los métodos de pago de mi tiendo, e intentaría usar otra pasarela de pago diferente a PayU Latam si este problema persiste. No quisiera estar lidiando con carritos abandonados que si fueron pa...
01-16-2021
I have tried the following, but the allocation method is not updated. Any ideas why?
01-16-2021
I have been playing a bit with GraphiQL, and I have found the priceRule has a field called: allocationMethod (PriceRuleAllocationMethod).The value of this is ACROSS. Would my discount code have the desired behaviour if I manage to change this to EACH...
I have read online about a PriceRule resource which can be used to modify the logic behind discount codes.I have a discount code which gives 40% discount when there are more than 50 items, but this also works if I have for example 49 items + 1 other ...
01-09-2021
@pioneer100 HiThis works, nonetheless, the menu item gets double underlined if I hover my mouse over it. Any idea on how to fix this?Thanks,
01-09-2021
@pioneer100 Thanks,This is an updated link, which shows the exact page in which the Menu item "Catálogo" is not underlined (and it should).
01-09-2021
@pioneer100 Hi,If it is an easy fix, would you mind posting the solution here? This could potentially benefit someone from the future. Thanks
01-09-2021
It didn´t work for me.
@suyash1 The weird thing is that every other {{ collection.description }} does not have this style attribute that aligns to the left. How could I have modified just the css style of one of the {{ collection.description }} and not all of them? Could y...
Hi @suyash1 Please look at the following picture. The underlined text is the "Description" I want to center. It currently (I have no idea why) is left aligned.Thanks, The link is the same from the first post. Please let me know if it doesn´t take you...
I have only been able to remove the {{ description }} object, and re-write it by hand for each collection with the appropriate alignment. There should definetely be a better way to achieve this. Can anybody help me? Thanks
The problem is that the collection description is included as follows: {% if collection.description != blank %}
<div class="rte">
{{ collection.description }}
</div>
{% endif %} And I have tried to give style to the div tag as: {% if ...
As the title says, how can I center-align the description of the collection page?My Website Thanks
01-06-2021
Hi @pioneer100 Does it work on desktop as well for you?