Alemens
Shopify Expert
Contact Me
Status
Offline
Last Activity
‎11-28-2020 02:22 PM
Topic Started
1
Topics Started
Topic Solutions
4
Solutions
Post Count
39
Posts
Post Kudos
11
Likes

Community Badges

By starting from this point https://www.shopify.com/partners/blog/related-products I end up to this custom and working code: {% comment %} Get dynamic tag from product and create ...
I would like to get this results https://nautica.na.it/search?q=01.018.04 also if I ignore dots like here https://nautica.na.it/search?q=0101804 I see search structure and par...
Scenario: with my Nodejs app I connect to a courier FTP server to download a stock balance file two times a day. This file contains up to 30 thousands lines of text, each line is a product variant w...
It would be possible to Mutate the inventoryManagement set to SHOPIFY of all products in MyShopify? I tried with productUpdate but no luck
With ThemeKit in place which guide I have to follow to install and using Slick carousel into a Timber project? Slick carousel here: http://kenwheeler.github.io/slick/ Timbe...
I did install ThemeKit and LiveReload on my macOS and both works only separately. So to make it works together I tried this follow: For ThemeKit I open the terminal with zsh installed and I l...
No content to show

User Activity

You have to look in the inspector and give some style to the elements. If you share store url and tell what exactly you want to achieve we can try to help you 
Hey @danyalxy you can play by adding and customize the snippet I just told to @Briancast but in your question I see you do not understand how exactly works the form 'product' snippet in this topic require {{ section.id }} and {{ product.id }} also if...
Hi @Briancast_, did you add this   <div> {% capture "form_classes" -%} product-form product-form-{{ section.id }}{% unless section.settings.show_variant_labels %} product-form--hide-variant-labels{% endunless %} product-form--payment-button-...
Ah ok my two recent posts were marked as spam automatically by Shopify forum platform! Moderators restored each post! And also trained a little bit more the spam engine. At the end of the day people can now show dynamic checkout buttons below the pro...
So in case its not clear I just removed the class full-width-linkform element <a>
My last version of file snippets/product-card-grid.liquid<div class="grid-view-item{% unless product.available %} grid-view-item--sold-out{% endunless %} product-card"> <a class="grid-view-item__link grid-view-item__image-container" href="{{ produ...
Yes it works, I also changed the position of the <a> element with the right classes. This is my end file, <div class="grid-view-item{% unless product.available %} grid-view-item--sold-out{% endunless %} product-card"> <a class="grid-view-item__lin...
Boom! Works!  My solution result Debut theme snippets/product-card-grid.liquid file:  <div class="grid-view-item{% unless product.available %} grid-view-item--sold-out{% endunless %} product-card"> <a class="grid-view-item__link grid-view-item__im...
I injected before the end tag </head> of layout/theme.liquid file this line:   <style>.shopify-payment-button__button--hidden { visibility: visible; }</style>And now the result is visible so you see appearing the "More payments option" text here htt...
Hi, I would like to Show dynamic checkout button below products on collection page into Debut theme.  So I added this code below into Snippets/product-card-grid.liquid  <div> {% capture "form_classes" -%} product-form product-form-{{ product...
This widget could not be displayed.
This widget could not be displayed.
Likes given to