Shopify Forum
-
Stuart Whitman commented on Discussion group on my shopify site
Kayla,
You should be able to setup a forum on a sub-domain at dreamhost while using the GoDaddy DNS. I would try using vanilla forums as it's very simple.
The embed forums you looked at are ok but the content won't reside on any domains you own so I would be wary of using them.
-
Jamie commented on Like button publishes wrong product description on Facebook
I just "liked" this product: http://shop.endomondo.com/collections/all/products/audiofuel-run-free-1 and it worked fine for me.
-
Jamie commented on Photo Carousel
Hi Gibran!
Mark used bxslider for jquery and it's gpl: http://bxcarousel.com/
-
marcopolo commented on Style a link to look like a button
i think in your cart page you can use the following code
<a id="Continue-Shopping" onclick="history.back(); return false" title="Click here to go back" href="/">Continue Shopping</a>
and in your stylesheet.css use the following code
#Continue-Shopping{
-moz-border-radius:5px 5px 5px 5px;
background:none repeat scroll 0 0 #028482;
color:#FFFFFF;
display:inline-block;
font-size:13px;
padding:5px;
text-decoration:none;
}
#Continue-Shopping:hover{
background: #7aba7a;
} -
Like button publishes wrong product description on Facebook by Mette Lykke
We've just added a Facebook like button to our site but for some reason it publishes the last section of the product description instead of the first part.
Here are the meta tags used in theme.liquid:
<meta property="og:site_name" content="{{ shop.name }}" />
{% if template == 'product' %}
<meta property="og:image" content="{{ product.featured_image | product_img_url: 'compact' }}" />
<meta property="og:description" content="{{ product.description | strip_html | truncatewords:20 | escape }}" />
{% endif %}The shop name and image are correct. I would expect the last tag to return the first 20 words in the product description but it doesn't. Anyone have a tip for me?
Thanks!
Mette
-
Photo Carousel by af10
I have been working with Mark Dunkley's Dark Adler theme for about a month now and have it almost the way I would like it.
I would love to add a photo carousel on my frontpage like he just introduced in his new theme call zen. Can anyone help me with this?Gibran
-
kayla commented on Quickify and Quickbooks POS
LOL! I thought POS meant something else entirely!!
-
Ripen theme and collections by kayla
Is anyone else using Ripen?
I hate how it's rendering collections.
I'd like it to look more like what's on my homepage:
Instead, it looks like this:
http://www.makeupdealoftheday.com/collections/lips
You can't even tell anything is below the fold!
I hate mucking with html and css. I'm wondering if anyone else is using Ripen because I'd like to see what you've done with it.
I'd also like to know if there is some easy layout fix. I guess I could make the collections template look more like the index template??
-
kayla commented on Discussion group on my shopify site
rj64 uh, haven't I been talking with you on twitter?! :-)
-
AnnaTaylor commented on Need help creating a Link List with Collection and Product links and photos
It works! It works! Yay!! Thank you!!
-
rj64 commented on Discussion group on my shopify site
keep us posted ;)
-
kayla commented on Discussion group on my shopify site
I'm evaluating tal.ki and nabble.com
Both are easy to embed. But both seem to be a bit buggy or I'm not understanding them yet.
-
rj64 commented on Style a link to look like a button
nice one, meeech, was expecting to pay! thank you :)
however it didn't work, so what have I done wrong?! :/
I added that code to the bottom of my style sheet
I checked cart.liquid and div.cart-options is there, so figure it should just pull through that styling?
here's the code from my cart.liquid:
<div class="cart-options"><h3><strong>Subtotal {{ cart.total_price | money }}</strong></h3><a href="/" title="Click here to go back" onclick="history.back(); return false">Continue Shopping</a><input type="submit" id="update-cart" name="update" value="Update Cart" /><input type="submit" name="checkout" value="Checkout" /></div>cheers
-
Quickify and Quickbooks POS by sublimeartistry
I know that quickify probably doesn't work/integrate completely with POS but was wondering if we can use it with some extra steps/manual work with Quickbooks POS? Any insight on this would be much appreciated!
-
meeech commented on Style a link to look like a button
hey rachel.
If you add
div.cart-options a { background: #028482; border: 0px; color: white; cursor: pointer; font-size: 13px; letter-spacing: 0px; padding: 5px; text-decoration: none; } div.cart-options a:hover { background: #7aba7a; }to your stylesheet.css it should give you what you are trying to do.
m
-
Tetsuro commented on Woodland - Adding text to shopping cart
Hi ihanks - to modify the content of the cart page, you'll need to go to Theme > Template Editor and open the cart.liquid template.
You can add any text that you would like after the closing </form> tag, near the bottom of the code. Or, if you'd like your text to show up when there are no items in the cart as well, you must add it after the {% endif %} at the bottom of the template.
Regards,
Tetsuro
-
HunkyBill commented on Allowing customers to upload an image
@Jesse.
Go with your own service. It's pretty easy to proxy as you mention. A minimal app can service this need fairly easily. The one big trick will be to associate an uploaded image with an order. Not sure how you want to do that, but perhaps you can use email. You need some glue there.. not obvious how to do it.
Hope that helps.
-
Caroline Schnapp commented on Need help creating a Link List with Collection and Product links and photos
^ for product links, link.object is your product object.
-
Caroline Schnapp commented on Need help creating a Link List with Collection and Product links and photos
Replace this:
{{ link.product.images.first | product_img_url: 'compact' }}With that:
{{ link.object.images.first | product_img_url: 'compact' }} -
AnnaTaylor commented on Need help creating a Link List with Collection and Product links and photos
Does anyone have any thoughts on this? I'd really appreciate it. Thanks!
Shopify
- Hfizzle RT @missrogue: .@hfizzle Hell yeah! @shwowp + @shopify = the start of a beautiful friendship. :)
- missrogue .@hfizzle Hell yeah! @shwowp + @shopify = the start of a beautiful friendship. :)
- Elance_Web #Programming Shopify Project | Elance Job: Hi, I am looking for a quote for the alterations outlined below to the... http://bit.ly/8YWNc8
- Hfizzle @missrogue: Tara, great call...I foresee big things to come between Shwowp & Shopify - gimme a hell yeah!
- makeupdeal @rachellucie what are you using for your ecommerce platform? i'm using shopify. no comments there either



