Jump to content

where is the variable that hold the price of the product when adds it to the cart


Too Cool

Recommended Posts

Here's a little tip. In 1.5.x Go to the "Advanced Parameters->Performance" Menu option. In the first section under the "Cache" On/Off option there is a set of radio buttons for "Debug Console". Enable the one that says "Always Open Console" and Save.

 

When you navigate to your product page you'll see every variable that's set. The price is in there. Unfortunately you won't know what the actual cart total will be unless you can also read the Quantity input by the user, To do that you're either going to have to do the calculation in Javascript or write a handler.

 

It would be a good idea to outline what you're trying to achieve as that makes helping you a lot easier....

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...