Posts by justanotherdave

    Thank you George. This is really all I need, just a bit of reassurance is all. I understand that there must be a lot of work to do but an update every now and then will give the community a bit more confidence in the product I feel.


    One thing I would suggest, which is perhaps more of a long-term task, is to produce a set of video guides for each addon, especially Perch Shop. The documentation is pretty good and I've been able to follow along and get set up with my first project using Perch Shop, but a video guide similar to the set of videos for the Blog would have been super useful.


    Thanks again for the update and I look forward to v3.2 and Perch 4 :)

    Hi. I'm new here but have been using Perch for a few years now, and I'm building my first site using Perch Shop.


    On my product page I'm displaying the brand image associated with the product using the code below:


    Code
    1. <img src="<perch:shop id="brand" type="shop_brand" output="image" width="800" />">

    This does display the brand image, but doesn't take any notice of the width attribute. I'm using the default brand template to add my brands to the CMS, and outputting a list of brands using perch_shop_brands and the code below is fine, it displays the image at the scaled size as you would expect.


    Code
    1. <perch:shop id="image" type="image" width="800" output="tag" />


    I suspect this is because the type of field above isn't "image", but being within the product template and changing it from "shop_brand" to "image" just sets the image src to "1".


    Does anyone know what I'm doing wrong, or if there's a way around this? :/