Ajeh you make my head spin sometimes when you start talking about programming .

Yeah I knew that's what we have been working with but shouldn't there already be a call function built into place if the product page is calling for that number? If so why couldn't you just copy that function that is already being called and move it on top of the button. The effect we are trying to accomplish is that like this:

http://www.christianbook.com/pistach...921?event=HPF2

The way they are putting their percentage with on top of their add to cart button. Thanks so much!

Quote Originally Posted by Ajeh View Post
Didn't we just go through where this code is built?

You could build a function for this or add a paramater to the existing function so that the default way sends everything and the paramater says just send the percentage ... or whatever you want to do with it ...

Of, just add the whole price and discount by the add to cart so the customer can always see it ... both where it is now and at the button ...

Or, you can get even fancier and have the Add to Cart show the current price based on Attributes/Quantity ... and the top say the normal price display ...

Takes a lot more customization but it does look very cool ... it just depends on how much work you want to put into this or have someone write it for you ...