Do you want to work with me? Get in Touch

Shopify Forum

  1. Stuart Whitman 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.

    Tue, 07 Sep 2010 17:11:44 +0000
  2. Jamie 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.

    Tue, 07 Sep 2010 16:53:52 +0000
  3. Jamie Jamie commented on Photo Carousel

    Hi Gibran!

    Mark used bxslider for jquery and it's gpl: http://bxcarousel.com/

    Tue, 07 Sep 2010 16:52:00 +0000
  4. marcopolo 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;
    }

    Tue, 07 Sep 2010 16:19:05 +0000
  5. Mette Lykke 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

    Tue, 07 Sep 2010 16:07:33 +0000
  6. af10 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

    Tue, 07 Sep 2010 16:05:02 +0000
  7. kayla kayla commented on Quickify and Quickbooks POS

    LOL! I thought POS meant something else entirely!!

    Tue, 07 Sep 2010 16:03:11 +0000
  8. kayla 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:

    www.makeupdealoftheday.com

    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??

     

     

     

    Tue, 07 Sep 2010 15:52:32 +0000
  9. kayla kayla commented on Discussion group on my shopify site

    rj64 uh, haven't I been talking with you on twitter?! :-)

    Tue, 07 Sep 2010 15:47:10 +0000
  10. AnnaTaylor AnnaTaylor commented on Need help creating a Link List with Collection and Product links and photos

    It works! It works! Yay!! Thank you!!

    Tue, 07 Sep 2010 15:46:43 +0000
  11. rj64 rj64 commented on Discussion group on my shopify site

    keep us posted ;)

    Tue, 07 Sep 2010 15:17:47 +0000
  12. kayla 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.

    Tue, 07 Sep 2010 15:16:52 +0000
  13. rj64 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 

     

     

    Tue, 07 Sep 2010 15:16:17 +0000
  14. sublimeartistry 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!

    Tue, 07 Sep 2010 15:09:03 +0000
  15. meeech 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

     

    Tue, 07 Sep 2010 14:51:11 +0000
  16. Tetsuro 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

    Tue, 07 Sep 2010 14:38:16 +0000
  17. HunkyBill 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.

     

     

    Tue, 07 Sep 2010 14:27:31 +0000
  18. Caroline Schnapp 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.

    Tue, 07 Sep 2010 13:49:49 +0000
  19. Caroline Schnapp 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' }}

     

     

    Tue, 07 Sep 2010 13:49:01 +0000
  20. AnnaTaylor 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!

    Tue, 07 Sep 2010 13:45:57 +0000
Browse
Shopify
  1. Hfizzle RT @missrogue: .@hfizzle Hell yeah! @shwowp + @shopify = the start of a beautiful friendship. :) about 20 minutes ago from
  2. missrogue .@hfizzle Hell yeah! @shwowp + @shopify = the start of a beautiful friendship. :) about 43 minutes ago from
  3. 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 about 1 hour, 11 minutes ago from
  4. Hfizzle @missrogue: Tara, great call...I foresee big things to come between Shwowp & Shopify - gimme a hell yeah! about 1 hour, 25 minutes ago from
  5. makeupdeal @rachellucie what are you using for your ecommerce platform? i'm using shopify. no comments there either about 2 hours, 19 minutes ago from