Title: Price Information
Last modified: September 20, 2022

---

# Price Information

 *  Resolved [bbua97](https://wordpress.org/support/users/bbua97/)
 * (@bbua97)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/price-information/)
 * Hey there,
 * I’m currently trying to find everything out and so far I’m very happy about what
   you guys created there!! Is it somehow possible to pull out the price of a product
   dynamically on any page? I’m trying to build a page with price tables and it 
   would be great to pull out the price dynamically and also the taxes.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Andre Gagnon](https://wordpress.org/support/users/2winfactor/)
 * (@2winfactor)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/price-information/#post-16032373)
 * Yes, of course! You can use our php models. If you have the price ID, you can
   fetch it like this:
 *     ```
       <?php 
       $price = \SureCart\Models\Price::find('123456789asdfasdf');
       $price->amount; // price amount (without a decimal)
       $price->currency; // price currency
       ```
   
 * [https://developer.surecart.com/docs/models/Price/find](https://developer.surecart.com/docs/models/Price/find)
 * We do cache this smartly so you are not making an http request each time.
 * Any questions, let me know.
    -  This reply was modified 3 years, 11 months ago by [Andre Gagnon](https://wordpress.org/support/users/2winfactor/).
    -  This reply was modified 3 years, 11 months ago by [Andre Gagnon](https://wordpress.org/support/users/2winfactor/).
 *  Thread Starter [bbua97](https://wordpress.org/support/users/bbua97/)
 * (@bbua97)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/price-information/#post-16036693)
 * Thanks for your reply! I’m still trying to find out what’s the best way to use
   this with Elementor on my page. Maybe you could give me a hint on how to do it?
   😅😉

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Price Information’ is closed to new replies.

 * ![](https://ps.w.org/surecart/assets/icon-256x256.gif?rev=3285224)
 * [SureCart - Ecommerce Made Easy For Selling Physical Products, Digital Downloads, Subscriptions, Donations, & Payments](https://wordpress.org/plugins/surecart/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/surecart/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/surecart/)
 * [Active Topics](https://wordpress.org/support/plugin/surecart/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/surecart/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/surecart/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bbua97](https://wordpress.org/support/users/bbua97/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/price-information/#post-16036693)
 * Status: resolved