Welcome to the Liquify Community

Hi @jonas.halbstark and team

I seem to have encounted an issue, that I'm not sure if it's a bug, or simply not understanding how something should work, or a feature not yet implemented.

I'm using the product-variant-container element, with select boxes.

However when you deep link a specific variant (product?variant=id) the select boxes aren't set to reflect this. I dug through the liquify_custom.js code and when the variant is switched, you're pushing this urlparam and setting the window history. But either something is broken in my implementation, or this was never fully implemented. Can you advise?
4 comments
j
j
Hi everyone,

I’ve asked a similar question before regarding whether this functionality could be achieved with Liquid. However, this question is not specifically about whether it’s possible but rather if anyone has ideas for a workaround or solution to make this work.

Here’s the scenario:

I sell a product that costs €20 per unit. However, I offer a bulk discount: if a customer buys 5 or more units, the price drops to €15 per unit.

Is there a way to display both the original price (€20) and the discounted price (€15) in the mini cart? For example:
• When the customer adds 5 units of the product to the cart, the mini cart shows the original price (€20 x 5 = 100€) as crossed out and then calculates and displays the discounted price (€15 per unit x 5 = €75).

I’m aware there are Shopify apps that handle this kind of functionality, but the mini-cart is based on the Shopify Cart API which doesn´t include both prices. Is there any way to achieve this feature in the mini cart, either with custom coding or a specific workaround?

Thanks in advance for your help!
11 comments
j
c
Hey! I've got a reoccuring error after conversion when importing into Shopify from Github. From the error log I can see the message " Unknown tag 'schema' " in a lot of different assets files.

From what I understand, a schema tag can only appear in the sections folder, so clearly it seems to be a conversion error caused by me having a faulty structure or wrong attribute placement.

Could someone take a look at these and help me out?

Resources:
GitHub permalink to an example line containing the schema error:
https://github.com/JonathanFors/Makebo-2/blob/768765d7fac8e8aa7b1420a41be114dd5ea5d26e/assets/contact.liquid#L13

Webflow read-only:
https://preview.webflow.com/preview/makebo1?utm_medium=preview_link&utm_source=designer&utm_content=makebo1&preview=2e903db79948c9938579805d4b825151&pageId=6735b6f6bd2fccc307bb8fd0&locale=en&workflow=preview

Some example errors:
- [ ] Error: assets/collections.liquid, Validation failed: Liquid syntax error (line 10): Unknown tag 'schema'
- [ ] Error: assets/account_hero.liquid, Validation failed: Liquid syntax error (line 3): Unknown tag 'schema'
- [ ] Error: assets/cart.liquid, Validation failed: Liquid syntax error (line 32): Unknown tag 'schema'
9 comments
J
J
m
Hey I've jus built and converted a theme for the first time with Liquify and once imported into Shopify very few pages and sections are detected/displayed. I'm also hit with the error "Role can't be set to main: missing required file layout/theme.liquid", when trying to set the Github connection as the published theme, but when uploading manually that error doesn't happen (but very few sections/pages are displayed).

As far as I'm aware I've done everything by the books, but clearly I'm missing something. Could anyone take a look if I'm missing something obvoious here?

Webflow read-only: https://preview.webflow.com/preview/makebo1?utm_medium=preview_link&utm_source=designer&utm_content=makebo1&preview=2e903db79948c9938579805d4b825151&workflow=preview
Github: https://github.com/JonathanFors/Makebo-2
20 comments
m
J
j
I want to show my collection list sorted by letters. I used {% assign sorted_collections = collections | sort: "metafields.custom.sorting.value" %} but it doesn´t work. Does somebody know what I need to change?

Live-URL: https://7k7dzb9dj5lhvssh-57626296517.shopifypreview.com
Read-only: https://preview.webflow.com/preview/gooddesk-2-0?utm_medium=preview_link&utm_source=designer&utm_content=gooddesk-2-0&preview=b591d4a7ccf27c45128c1df7a9620d22&locale=en&workflow=preview

Thank you
5 comments
J
c
Hello, is it possible to make a website with this app, where the visitor will be able to make a reservation, choose multiple variants and addons to the product and pay online?
3 comments
m
j
Hi,

I’ve created a shop using Webflow and Liquify, and I’ve animated the cart, mobile menu, and search using GSAP. The menu and search work perfectly, but the cart is causing some issues. When I open the cart, the animation works exactly as I want it to. However, when I close it using the X button, the cart simply fades out (which is not what I want). Interestingly, if I have the cart open and click on the empty space on the left, it closes normally with the animation.

Does anyone know what could be causing this issue? Everything worked fine before the conversion.

Here’s the live link: https://z4cmuv3bp7byca7v-57626296517.shopifypreview.com
Webflow live link (this works): https://gooddesk-2-0.webflow.io
Here’s a demo video: https://drive.google.com/file/d/1NdNaPagceDw2DglFD4p5ouTNbGcXu4Fy/view?usp=drive_link
And the GSAP code is attached.

Thank you so much! 🙂
37 comments
m
c
Whether clicking on the close icon, or outside the modal, nothing closes it. I checked the mini-cart and it closes fine with the same attributes. any ideas?
Thanks
(read only link if needed: https://preview.webflow.com/preview/theprintgarage?utm_medium=preview_link&utm_source=designer&utm_content=theprintgarage&preview=2e903db79948c9938579805d4b825151&pageId=670349c13f283c5b1e2948d0&locale=en&workflow=preview)
6 comments
j
R
Hi, I need to build a pet food online shop with fairly complex products.

It's similar to one of your showcase:
https://vioneers.com/products/paulett_reserve_shiraz_109_2018

Each product will have info to display set up by using multiple collections and using reference and multi-reference fields on Webflow.

But I suppose such data structure will be very difficult to manage on Shopify backend. How should I handle this when I am using liquify to create a theme? Any suggestions?

Thanks in advance.
4 comments
j
a
I created a simple page trigger: page scrolled interaction to animate the navbar up and down, and then applied it to all my pages.
But it didn't come through to Shopify. Do Page Trigger interactions not export or work properly?
Thanks
6 comments
c
R
j
Hello -

Looking for a recommendation on how to best manage customizations I need to make to the 'add-to-cart' javascript. We have a complex product configuration that can't be covered by out of the box Shopify and currently handle this when "add to cart" is called in our legacy theme. It's great that Liquify has the element to handle creating this client side code during conversion, but if I need to insert some logic to this, is there a way to do so that won't have to be manually merged with each conversion?
4 comments
j
j
I would like to built the option to have the same footer with different colors on each page. I have already made a section with color pickers for the footer, but when I change it on one page it changes everywhere (which usually makes sense for a footer)
44 comments
j
K
Do the Lightboxes in Webflow work natively if the attributes are assigned in Webflow?
12 comments
J
j
L
j
i made a template inside of shopify, since it didn't get setup/converted. but i'm not seeing it as a template option?
5 comments
j
N
Hi,

I want to use the Page Select or something similar in the meta objects to link to collection pages. But there are not showing the Collection pages in Shopify.

I used normal url inputs before, but these won´t work with the multi language because of if I am on the page wth the .at domain (www.domain.at) and I click on the meta object it will redirect me to .de or something else...

Does somebody know how I can change that?
5 comments
j
c
Hi all, I am working on a products grid with color icons for the variants. How can I pull the color from the variant in Shopify as color for these div's?
185 comments
K
j
m
Hi! I've applied custom styles to the Giftcard page, but I still see the default one after the Liquify conversion.

From the quick research, I can see that the giftcard page in Shopify shouldn't support sections, right? Yet in the gift_card.liquid the page uses {{ content_for_layout }} as othe .json layout-based pages.
7 comments
j
m
G
Is there a formula to hide/show a div on the product page if the current product is already in the cart?

I'm guessing it would use li-js-if
3 comments
j
t
I've styled the mini cart in webflow where the part of the page outside of the cart gets blurred out to draw the user's eye towards the cart. This looks fine in Webflow designer, but when I preview it, the blur effect is only applied to a thinner part along the top of the screen (see images for reference).

I had this resolved earlier, but I can't see to trace back to that version. I checked the CSS, and it has the blur effect in there. This is driving me crazy.

This is probably more of a Webflow question, but open to feedback if it's relevant.

----

On a separate note, I'm wondering if there's a way to wrap multiple divs so that it wraps as if they're a continuous line of text. In the attached example with products, the product name, separator/hyphen, and price are placed in separate divs. This is done because they're all variable text, but I'd like them to behave differently. I believe I set this up correctly in Webflow, but it's not translating in Shopify.

Example #1 –

Current:
Mineral Wellness Soak with Eucalyptus

$10.00

Desired:
Mineral Wellness Soak with Eucalyptus
$10.00

Example #2–

Current:
Fuß Balm

$42.00

Desired:
Fuß Balm – $42.00
2 comments
c
j
Hi,

Ich use GSAP for the fade in of the element on the website. The problem is, that when I scroll through some pages, some content doesn´t load with GSAP. But when I open the live webflow site without the conversation, it´s working. Does somebody know if I need to change something?
Or does somebody know an alternative the have the fade in effect when scrolling. I already had the native fade un animamtion from webflow, but it was very buggy, so maybe there is another solution?

Here a video to show: https://drive.google.com/file/d/1se2VYMPJMasZdOatwsVI7AR6Alh5Te_-/view?usp=sharing
And this is my code:
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/ScrollTrigger.min.js"></script>

/* Initial styles for load animations /[animation="load"] { opacity: 0; transform: translateY(40px);}/ Initial styles for scroll animations */
[animation="scroll"] {
opacity: 0;
transform: translateY(40px);
}

<script>
gsap.registerPlugin(ScrollTrigger);

// On page load animations
document.addEventListener("DOMContentLoaded", () => {
gsap.to('[animation="load"]', {
opacity: 1,
translateY: 0,
duration: 1,
stagger: 0.25,
ease: 'power2.out',
});
});

// Scroll into view animations
gsap.utils.toArray('[animation="scroll"]').forEach((element) => {
gsap.fromTo(element,
{ opacity: 0, translateY: 40 },
{
scrollTrigger: {
trigger: element,
start: 'top 98%',
end: 'bottom 2%',
},
translateY: 0,
opacity: 1,
duration: 0.8,
ease: 'power2.out',
}
);
});
</script>
31 comments
J
c
j
N
Nicco
·

Dynamic Content

is the dynamic content like this that can be setup have to be CMS based? or i can make components and set up for li-block
13 comments
N
j
What would be the best approach to working on a site/theme while there's a splash page live?
10 comments
j
N
In my product header, I have a group of accordions with custom metafield content. This is setup as rich text both in Webflow and Shopify, but in Shopify, it doesn't render as rich text. It all appears as one continuous block of content.

Is there a way to get this to appear with rich text properties. In the example below, I'd like the text to be bulleted out. I'm mainly looking for bulleting, paragraph spacing, and bolding where needed.

Shopify example: https://shop.skinbarandstudio.com/products/colorescience-total-eye-3-in-1-renewal-therapy-spf-35
4 comments
J
j
c
Hi all, we're seriously considering diving deep in to Liquify for our eCommerce tech solution. But before that I wanted to ask the community some questions:

  • Are there are any frustrating limitations you've encountered?
  • Do external libraries work properly? (ie. GSAP, SwiperJS, Finsweet Attributes, etc)
  • Does it handle websites with lots of collections well? (ie. blogs, knowledge centre, etc.)
  • Once the webflow site is developed, does configuring liquify and connecting everything in Shoppify take a long time?
Hope this post is allowed, please let me know otherwise. Very much appreciate any insights!
4 comments
j
J