Announcement

Collapse
No announcement yet.

hide attributes from product list only.

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

    hide attributes from product list only.

    Hello one and all,

    I've found that the cart code includes both the code for the add to cart button but also the attributes.

    Is it possible to just have the add to cart button? We want to just have the add to cart button in the list to keep the product fairly compact (where prods have lots of attributes/components) but also have a prod info page (which has more details and has one prod in it's own section) where we do want to show the full attributes. Confusing I know. see:

    http://themanthatcan.com/acatalog/Dell_Handhelds.html

    We want to hide the component in the above link but show it in this page:

    http://themanthatcan.com/acatalog/De...3.html#a2_2122

    (the moreinfo page)

    Many thanks,

    Richard

    #2
    thats a good one wonder if anyone has got any info on this

    Looks like your not haviong much luck as i was also looking for an answer to this solution maybe its not possible but hey all you can do is wait and see if anyone has a solution or come across the same problem

    d

    Comment


      #3
      Hmmm

      You do need to have the attributes/components present in the HTML in order for the product to be added to the cart properly.

      However, you can use the following variables to give you more flexible options:

      instead of NETQUOTEVAR:ADDTOCARTBUTTON use:

      NETQUOTEVAR:VARIANTADDTOCARTBUTTON for inserting an add to cart button without any variables.

      NETQUOTEVAR:VARIANTS for inserting the options for a product without the add to cart button.

      Hope that helps.

      Comment


        #4
        More info on hiding attributes from product list

        Hello Chris,

        My customer made a post along the same lines as this one. I followed the instructions in the reply of nadeem for hiding the attributes but leaving the add to cart button. It didn't seem to work. Here is the post my customer made:

        http://community.actinic.com/showthread.php?t=9736

        Is there anything that needs to be done besides adding
        NETQUOTEVAR:VARIANTADDTOCARTBUTTON
        to make the button show up with out the attributes?

        Thanks,
        Clark Gray

        Comment

        Working...
        X