Show the Amount attributes

To show the Amount attributes on the product page, follow these steps:

1. Download the free Code Snippets plugin: https://wordpress.org/plugins/code-snippets/
2. Create a Snippet with the following code:

add_filter( 'pw_gift_cards_amount_attribute_visible_on_product_page', '__return_true' );

You can optionally add this to your functions.php if you’re more familiar with that process instead.

After adding the code, edit the PW Gift Card product and click the blue “Update” button. You don’t need to make any changes.

1. Log into your WordPress Admin area.
2. Click on the Products menu.
3. Edit the PW Gift Card product.
4. Click the blue Update button without making any changes.

Skip to content