How can I move the review star badge to the right so it doesn't cover up the price? I have tried many different things with the code and can't get it to work. I think it may have somet...
I would like to move my review stars farther to the right, so they don't cover up the price: I have tried moving this code all over, but can't get it to work: <span class="shopify-pr...
I have used this code to only display product images that match the variant color that is selected by the customer (the only variant option is "Color"). But I can't get it to work when I...
On my product page, I have two text boxes where customers can enter text. "Line 1" is required and "Line 2" is optional. Currently, if a customer enters text in Line 1 but leaves Line 2 b...
I am trying to use this code: https://gist.github.com/carolineschnapp/d3c1af82b915e9cae82929e6486f22fe to make my product page only show the images for the color variant that is selected. &nb...
I am trying to use this code: https://gist.github.com/carolineschnapp/d3c1af82b915e9cae82929e6486f22fe to make my product page only show the images for the color variant that is selected. &nb...
I am trying to use this code: https://gist.github.com/carolineschnapp/d3c1af82b915e9cae82929e6486f22fe to make my product page only show the images for the color variant that is selected. &nb...
The following code is what I would like to use for the "Estimated arrival date" section on my website. The problem I'm having is that it won't skip over Sunday. Is there something wrong w...
I recently added an "estimated delivery date" to my product page. I used this code that I found on the forum: <p><b><u>Estimated delivery date (US orders only)</...
Hi, There is a single white dot or pixel that is on my homepage banner at www.palmettowoodshop.com. The white dot is NOT on the photo itself, it only is visible when the image loads on my ho...
Hi, I am having an issue getting my order confirmation email formatted correctly. Currently, there is a blank space (on both the shipping and billing ) between Address1 and the City, when the...
I would like to make my order notification email easier to read for the customer by making the text that they enter into each line item personalization box appear on a separate line in the email. &nb...
I sell many personalized items, so I have my product template set up so customers can enter personalized text in a text box. However, on the order confirmation emails that customers r...
I would like to change the sort order of my "Shop by Category" sidebar so that "All Products" is at the top (before "5th anniversary gifts"). I'm sure this is a simple fix, but I can't seem ...
I added the following code to make my mobile nav bar fixed, however, it now partially covers my store's logo (go to www.palmettowoodshop.com to see the problem) How do I fix this? Thanks! ...
I sell personalized products and some of them have multiple fonts that the customer can choose to have their custom text engraved in. Can anyone point me in the right direction on the code require...
I would like to display the number of characters remaining for the text boxes on my products where customers can enter personalized text. Can anyone point me in the right direction? ...
Hi, I would like to move the yotpo review stars on my product page, and shrink the gray box, as shown in the photos here, but I can't figure out how to do it. Can anyone help? &nbs...
Hi, I have a product that has three different variations. For each variation I have 4 images (showing the front, back, etc.). I know that you can assign one image to each vari...
I have personalization line items on my website for my products. I would like to have the text that the customer enters be included in the order notification email that they receive. Is t...
Hi, I am trying to add an image to each side of my shop name ( www.palmettowoodshop.com ). I am using the theme "Launchpad-Star." So far, I figured out how to get the images on each si...
I am trying to validate a line item property. When you try to add the item to the cart without entering text in the required line item property, you get an error message (as expected). But then...
Hi, I am new to html and have a question about adding line item properties. I want to add different line item properties to different products, so I created another product template, selecte...
No content to show

User Activity

This may be part of the problem too, but I'm not sure.  This is just a little farther down on the product page:  {%- form 'product', product, id: product_form_id, class: 'form', data-type: 'add-to-cart-form' -%} <input type...
I am using custom line item properties on one of my products.  Some are text boxes and one is a dropdown list.  The problem is that when the product is added to your cart, the dropdown list value is always moved to the top of the line item properties...
In the Dawn theme, is it possible to make an "Undo" button temporarily visible after an item is deleted from the cart?
On my Google ads campaign page, the "Units sold" column is always blank, even though I am getting lots of conversions with my ads.  What do I need to change in my Shopify code so that "Units sold" is passed on to Google with every conversion?  
How can I display a different photo or different product description for a product on the Shop app vs. what is shown on my regular Shopify storefront? I sell personalized products, but since the Shop app doesn't support that yet, I need to provide in...
I just contacted Judge.me support.  They were very helpful.
I have personalized text boxes on my products so the font of the text entered will match whatever font is selected from the drop down list.  All of my custom fonts work perfectly on both desktops and mobile except for one.  "Freestyle Script" works f...
Thanks, that worked!
I want to add a line item properties, drop down list on one of my product pages.  The problem I am having is that the item selected from the list does NOT get submitted to the cart.  Any ideas what I'm doing wrong?  Here's the product page: https://w...
I figured it out.  I just added: $(document).ready(function() { $("#t_area").keypress(function(event) { if(event.which == '13') { return false; } }); }); <textarea id="t_area"></textarea>
All line breaks are removed from the text area inputs on my product page when the customer clicks "add to cart". How do I preserve the line breaks that they enter in the text area so they show in the cart? Image 1 shows how the text looks when a cust...
Any other suggestions?  That code didn't work.
All line breaks are removed from the text area inputs on my product page when the customer clicks "add to cart".  How do I preserve the line breaks that they enter in the text area so they show in the cart? Image 1 shows how the text looks when a cus...
Works perfectly!  Thanks!
I am using Dawn 3.0 and I would like to change my "Collection list" to show 3 columns on desktop and 3 columns on mobile, with only 1 row.   I have it working on mobile, but it still shows all of the collections on a desktop instead of just 1 row.   ...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Likes given to