Announcement

Collapse
No announcement yet.

Pricing Problem With Choices

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

    Pricing Problem With Choices

    I have some items that are the same but sold in different sizes. So I don't want to list all sizes seperately. I thought I would put in the one item and have a drop down of the choices for different sizes. Here is what I did.

    Created a product.
    Attached a component to the product.
    Attached an attribute to the component.
    Attached the choices to the attribute.
    Opened product and chose "sum of components prices"
    Opened component and "filled permutation box"

    The item comes up good but when you add a choice to the cart, no price shows up.

    Thanks,
    Jim

    #2
    Did you fill prices in the permutations??
    Tracey

    Comment


      #3
      Yes, all the prices are in there.

      Comment


        #4
        Ok
        In the permutations tab, did you select to 'override' the price?
        Tracey

        Comment


          #5
          What pricing model did you set for the product, it needs to be one of the options that includes component prices.

          Regards,
          Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
          Visit our facebook page for the latest news and special offers from Mole End

          Top Quality Integrated label paper for Actinic and Sellerdeck
          A4 Paper with one or two peel off labels, free reports available for our customers
          Product Mash for Sellerdeck
          Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
          Multichannel order processing
          Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

          Comment


            #6
            I had this problem but it sounds like you have everything right. On the layout tab of the component, have you got 'component layout with selectable permutations' selected?

            Comment


              #7
              I've tried all suggestions, still doesn't work. My pricing works if I use radio buttons but not the drop down. Does that info help?

              Comment


                #8
                When using the drop down layout, do you have 'basic price' or 'basic price in brackets' selected where it says 'permutation' on the layout tab of the component?

                Comment


                  #9
                  Basic Price

                  Comment


                    #10
                    Have you 'fiddled' with any layouts on the design tab?

                    Comment


                      #11
                      No, I never use the design tab area.

                      Comment


                        #12
                        Jim, do you have a link to a page where this isn't working correctly?
                        Tracey

                        Comment


                          #13
                          http://www.valleylitho.com/acatalog/...s_518.html#aSC

                          Comment


                            #14
                            Here's a sample of your code from your drop down

                            Code:
                            <option value="5">
                               
                            	   11" Coater SC-11 $13.95
                               
                               
                               
                               (+$13.95)
                            
                             
                            </option>

                            This is a bit of mine (that does work)


                            Code:
                            <option value="5"> 
                            
                            160mm 
                            
                            £9.24
                            
                            </option>

                            You must have the 'additional price' layout selected, and you have the price written into the choice, so it's listing twice.


                            As for the problem itself, I don't know. I'm no expert I'm afraid.

                            I don't think the 'additional price in brackets' layout is going to work without a standard product price. Try ''basic price' layout.

                            Comment

                            Working...
                            X