PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Variable Pricing Multiplier Option Instead of Fixed Price

  1. ehong33234
    Member

    I am using GF for a print shop site and the scenario I am facing is that the type of material the customer chooses (i.e. glossy paper or satin paper) significantly impacts the total price. However, I am only given - as far as I know - a fixed price option, which doesn't work since the size of the print also impacts the final price. Currently, the customer inputs the WIDTH and HEIGHT of their print, which gives me the sub-total but from there, I would like to use that WIDTH and HEIGHT sub-total to come up with a final price based on the material choice (set at a price multiplier).

    For instance, if the customer selects the more expensive Satin Paper, I need for the price calculation to be a multiplier (not a fixed added cost) since the price of Satin costs much more than regular glossy. I see the +/- pricing options but that doesn't help me much because I can only put in a fixed price. Someone ordering a small poster that is 2x2" shouldn't have to pay the same fixed cost as someone ordering a 10x20' sign.

    Also, I was looking at the PRODUCT field and setting it to CALCULATOR but this doesn't quite do what I am looking for.

    THANKS FOR ANY/ALL HELP! All solutions and suggestions welcome!

    Posted 11 years ago on Friday November 9, 2012 | Permalink
  2. What limitation did you run into when using a calculation field? It seems should like you should be able to do this using calculations.

    Posted 11 years ago on Friday November 9, 2012 | Permalink
  3. ehong33234
    Member

    Hi Chris, thanks for your reply. Is there a way to HIDE the customer from seeing the product field that I am using for the calculations? I may be able to use it (will give it a shot today) but can't get it to hide when choosing calculations. Thanks!

    Posted 11 years ago on Friday November 9, 2012 | Permalink
  4. David Peralty

    My favourite way to hide things is to add a class of .hidden to them, and then in my css add:
    .hidden { display: none; }

    All my best.

    Posted 11 years ago on Friday November 9, 2012 | Permalink
  5. ehong33234
    Member

    Would you guys mind taking a look at my form XML to see how I could get the pricing to be calculated properly based on the Material Selection and Width and Height?

    XML: http://goo.gl/hf0Gz

    Right now, the Material drop down only allows me to ADD a dollar amount (i.e. Canvas | +$20.00) BUT this will not work for me because someone ordering a 5x5' canvas print will be paying +$20, whereas someone ordering a giant 20x20' canvas print will only be getting charged the same +$20 too. Is there a way to make it a multiplier? (i.e. Canvas | {weight}x{height}*$20.00)

    Thanks a ton fellas... I really appreciate the help.

    Posted 11 years ago on Thursday December 6, 2012 | Permalink
  6. Anonymous
    Unregistered

    I need this exactly, was there ever an answer for this?

    Posted 10 years ago on Tuesday June 11, 2013 | Permalink
  7. David Peralty

    You use a Product Field and change its type to calculation. You then use Merge Tags related to your data collection fields, some bedmas math and you'll be able to create a calculation based on what the user enters/selects.

    Posted 10 years ago on Tuesday June 11, 2013 | Permalink