#ryuuuu

1 messages · Page 1 of 1 (latest)

hasty cypressBOT
proper canyon
#

Hi there, which Dashboard page are you visiting?

jade portal
#

products -> prices -> edit price

#

also tried clicking on the price to get me to the price page itself and clicking edit there

proper canyon
#

Once created, you can't edit the amount of the price

jade portal
#

But i can on the other price

#

Thats on the same product right next to this one

#

See, the input field is not greyed out

proper canyon
#

What's the price ID?

jade portal
#

price_1Ni0JsASLgCrexvl7i6O4gBG this one i can edit

#

price_1NHC72ASLgCrexvlAe4Op8na this one i cant

proper canyon
#

Interesting, did you try to update the amount of
price_1Ni0JsASLgCrexvl7i6O4gBG ?

#

Did it succeed?

jade portal
#

yes, it worked

#

is it possible its a permission problem?

#

i think im using an account thats like, a child to another account

#

im not really sure

proper canyon
#

Did any of your customer purchase price_1NHC72ASLgCrexvlAe4Op8na previously?

jade portal
#

Yes for sure

#

Its still in test mode, but the price does have purchases

proper canyon
#

Ok, how about price price_1Ni0JsASLgCrexvl7i6O4gBG? any purchase?

jade portal
#

nope

proper canyon
#

Ah, OK. I believe that's why you can still edit the amount of price_1Ni0JsASLgCrexvl7i6O4gBG because no one purchased it yet.

jade portal
#

I see

#

So if i want to have a changeable prices at all times, i would need to use the product ID, and pull the default price instead

#

And everytime i need to change the price, i would need to add a new price to the product and make it the default

hasty cypressBOT
proper canyon
#

I won't suggest you make change to amount, you should just create a new price with a new amount

jade portal
#

Gotcha

#

Ok, i also have one more question here real quick about prices, i see that when retrieving the price object (with the stripe API) its not showing the taxes like in the dashboard picture, where can i get those? (the $1.75 and $2.45)

lunar peak
#

those are just examples

#

the tax is not inherent to or part of the Price, the tax is calculated when an actual payment happens; the dashboard is just showing an example/preview

jade portal
#

Oo i see