Viewing 2 replies - 1 through 2 (of 2 total)
  • Chris,
    You can if you use the amazon-element shortcode.

    add [amazon-element asin="XXXXXXXXXX" field="new-price"] to the editor wherever you want the price.

    As long as you use the same ASIN you are using for the product, it will use the same product cache and not do another API call.

    Warmest regards,
    Don

    if you are adding it to a template file, you can also do:

    <?php echo do_shortcode('[amazon-element asin="XXXXXXXXXX" field="new-price"]');?>

    Don

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using the pice somewhere else in template’ is closed to new replies.