meganatmetro
Excursionist
Contact Me
Status
Offline
Last Activity
‎01-31-2024 08:24 AM
Topic Started
9
Topics Started
Topic Solutions
4
Solutions
Post Count
28
Posts
Post Kudos
5
Likes

Community Badges

Looking to have a fade or zoom effect on my hero image with the debut theme. Any code suggestions? www.wraplocal.myshopify.com password: megan
Can anyone help me permanently condense the Upper Header (Logo, Cart, Search Bar) with the Nav bar?
The product images on the right belong to the collection page link for 'All' and are a permanent fixture in the navigation bar drop down menu. I was wondering if anyone had come up with a code to all...
No content to show

User Activity

Is it possible? Have not been able to produce any results with metaobjects, though I am able to retrieve standard metafields in emails. 
With the exception that I had to remove '.value' from 'line.product.metafields.custom.trainer.value', this works perfectly!!!  Thank you so much for your input! As far as the ambiguity problems, the metafields do also include the trainers last name,...
Looking for an alternative way of displaying the information below. If the customer purchases multiple classes with the same instructor, (ex. James), I want James' information to display only once. The code I have below works, though ideally, I would...
I had the onchange function in the wrong spot <select onchange="fillHidden('IDENTIFIER')"> <option selected="true" disabled="true">Select</option> <option hidden-data="IDENTIFIER" id="1" value="1">Option 1</option> <option hidden-data="IDENTIFIER" id...
Trying to consolidate the selections to one line item property line. Here is the code I have. I modified it from a pre-existing code I found which consolidates multiple Checkbox inputs, but I appear to be missing something for it to work with dropdow...
{% for variant in product.variants %}{{ variant.metafields.spec.pri_volt }}{% endfor %}
We currently are using Shopify Scripts to allow customers who have placed at least 5 previous orders, to view an in-store pickup option, though come next year, Shopify Scripts will be deprecated and we must find another way around this. I have set up...
The Shop Pay Terms Modal box pops up when clicking View Sample Plans. This includes a button to continue to checkout, which overrides the required line item properties included for our custom products before adding to cart. Ideally, I would like to K...
Figured it out{% assign lengths = product.metafields.custom.lengths.value %} {% assign sum = 0 %}  {% for length in lengths %}      {% assign sum = sum | plus: length %}  {% endfor %}
As the title says, I am looking for a formula to add the values of a single metafield together. We have a product that we sell in blowout, so it contains multiple lengths of the same product (such as 5ft, 3ft, 10ft, 1ft). I am able to list the indivi...
Try looking under 'Sections' for "main-product.liquid". I believe that is the section you are looking for.
{{ card_product.metafields.custom.fragrance | metafield_text }}This would also fix that problem for anyone else looking 
Found that the quantity box had an attribute form="{{ product_form_id }}".So I copied that attribute and used it in each line item property block and removed them from within the buy button block, with success.
I created line item property blocks. In order to get these line item properties to submit through the order, they must be within a form tag. The form tag is held within the buy button block. I can make it work by creating a new 'case'  'when' 'endcas...
Okay. I was able to do this by creating and closing another {% case %} within the form element.
This widget could not be displayed.
This widget could not be displayed.
Likes given to