Announcement

Collapse
No announcement yet.

Components in SPP

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

    Components in SPP

    Hi
    I'm busy building the new site and do not want the components/attributes to show until the single product page, is this possible? Again, sorry if this is a stupid question that has been asked before but I cannot find any reference to it in a search.
    Thanks in advance.
    Stephen
    GDFB Recreating History

    #2
    It is possible but you have to make sure you have the component set up to show default options for choices and not "Please select" otherwise hiding options will stop visitors from ordering, also hiding options won't allow dynamic pricing to work. To hide the code you'll need to find the Product layout you are using, find the line:
    <div id="idVars<actinic:variable name="ProductID" />">
    Change it to:
    <div id="idVars<actinic:variable name="ProductID" />" style="display:none;">
    Peblaco

    Comment


      #3
      Thanks Louise but this is beyond me I would not have a clue where to find the correct place to put this code. I think I need to get someone to do this I cannot take up your time. Thanks for trying.

      Stephen
      GDFB Recreating History

      Comment


        #4
        Thanks for sticking with me. I am using the Regular Product Summary but cannot see the code anywhere could you put up a screen shot if it is not too much trouble. If it is dont worry.
        Cheers
        Stephen
        GDFB Recreating History

        Comment


          #5
          I was looking for the code as it was written in the previous comment how stupid.
          When I change the code the components are still there and all I see is the extra ode as a line of text above the size component. I must be doing something wrong I think I will ring support and leave you to get on with your life Louise, I'm sure you have better things to do.
          Thanks
          Stephen
          GDFB Recreating History

          Comment

          Working...
          X