Announcement

Collapse
No announcement yet.

Price for Each

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

    Price for Each

    On the product page, we are wanting to show next to the total cost of all products, the price for each item individually. Is there a way to conditionally do it so that the price for each only shows when the quantity is changed to 2 or more items?

    #2
    Sure. But it depends on what you mean by Total of all Products, since the product page, in its original form, is one product. Is this a Kit? Is there a discount for two verses one? Basically this is something you'll probably need to get a developer/integrator to help you with (or a subscription to the hair club for men).
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      Here is my sample: http://dev.tiedyedirect.com/product/JACK6.html. Each shirt is $12. Minimum quantity is 12. So when a customer lands on the page it shows $144. Next to it I would like to show $12. It is working here. But the problem is I only want the $12 ea to show for items that have a minimum quantity. Otherwise other items will simply show the price twice. I just can't figure out how to do the conditional.

      Comment


        #4
        We do something like this. We use a base unit of measure, (pieces per unit), and store that in a custom field. So your example would display as: 12 for only $144 ($12.00 each). Is this what you're looking for?

        Example: http://www.gpencil.com/product/3998.php

        With volume pricing: http://www.gpencil.com/product/P428-PT.php

        Ron
        Ron Frigon
        Jedi Webmaster Obi-Ron Kenobi

        Comment


          #5
          Thanks for that - it is close to what I am looking for. I was just hoping to not have to setup a custom field for data that is already available since it will be a lot easier to maintain going forward.

          Comment


            #6
            Never mind. I just looked at your example...
            Last edited by TFo; 09-01-16, 11:39 AM.

            Comment

            Working...
            X