No content to show
User Activity
01-02-2025
I tried that, would not work But this did:{% assign my_variable = order.attributes | split: ',' %}<h2>eBay Order Receipt #{{ my_variable[1] | slice: 39,14 }}</h2>
01-02-2025
I am trying to add the eBay order ID on invoices from eBay orders. I know where to put it, just need to know what liquid variable it is.
I have a few people constantly trying to place orders with bad credit cards. I see their same citys constantly in the abandoned checkouts but since the abandoned cart does not show their IP addresses, I can't seem to block them. They do use different...
02-17-2024
Even better, handles the instances when there no <hr>'s<td bgcolor=#eeeeff colspan=2>{{ newSplitText[0] }}{% if newSplitText[1] != blank %}<div style="margin-top: 0px; width: 100%; height: 0px; border-bottom: 1px solid #AAAAAA; margin-bottom: 10px;">...
02-17-2024
Actually I figured it out New code: {%- when 'description' -%}{%- if product.description != blank -%}{% assign newSplitText = product.description | split: '<hr>' %}<div class="product__description rte quick-add-hidden" {{ block.shopify_attributes }}...
In all of my 13700+ product descriptions I have an <hr> html tag. The problem is spacing, it is just to far apart between the text sections so I wanted to change the <hr> to this. <div style="margin-top: 0px; width: 100%; height: 0px; border-bottom:...
01-31-2024
I would like to add a separator line or Title in the Mega Menu drop down i.e., By Title, By Publisher, Category etc.Here is one of my Menus
01-27-2024
Thought I had solved it but nope, didn't work
01-27-2024
I put this code in the base.css and that worked but it goes from across then down. I would like the list to go down then to the next column if possible. @media only screen and (min-width: 750px){.mega-menu__list{width: 80rem !important;}.mega-menu__l...
I've tried all the solutions I could find here but can not get the drop down menus to go to multi column. I have a LOT of items that will be in the menu. Is this a Dawn 12 issue? My page is at https://SandrasStitchStash.com
Thank you so much, it looks great now. This is where I am implementing it athttps://sandrasstitchstash.com/products/blackbird-md188-pattern
I did that, this is what it shows now. No scroll bar but is does scroll
01-26-2024
I have an option list on products and what I need to do is put it inside a border and limit the height to show maybe the first 4 or 5 options because there are so many options. So it would have to have the scroll bars on the right side like in the bo...
01-25-2024
I want to add a list to my product pages that offer additional items that would look like thisDoes any one know of an app that could do it this way? Or code it right in.I'm using the Dawn Theme.
01-21-2024
That did bring the scroll bar back but it looks weird. Rounded instead of normal. But at least its their now.
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
185 | 01-02-2025 09:53 PM | |
764 | 02-17-2024 03:30 PM | |
767 | 02-17-2024 03:21 PM |