Announcement

Collapse
No announcement yet.

Product Listing - attributes?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Product Listing - attributes?

    I am attempting to use the product listings system on the home page of a store. Everything works fine except - I can not show options / attributes.
    I have tried to hard code them - but regardless of what I do - I always end up at the missing attributes page - and I am needing to bypass that.

    Also - the add to cart plus / minus does not work - but thats likely just a javascript issue (but any help locating which script would be great).

    Ideas???
    William Gilligan - Orange Marmalade, Inc.
    www.OrangeMarmaladeinc.com

    #2
    You need to assign the product_attributes item to the page and include this tag where you want the attributes to display

    <mvt:item name="product_attributes" param="product:id" />

    Also in the form you have make sure you don't have this hidden input. It will always force the missing attribute page even if the attributes are passed. You can just remove it:

    <input type="hidden" name="Attributes" value="Yes" />
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    Working...
    X