Pricing Archives - Plugin Republic https://pluginrepublic.com/support-categories/pricing/ WooCommerce Plugins Thu, 16 Dec 2021 07:50:36 +0000 en-US hourly 1 https://pluginrepublic.com/wp-content/uploads/2020/10/cropped-favicon-1-32x32.png Pricing Archives - Plugin Republic https://pluginrepublic.com/support-categories/pricing/ 32 32 Hiding add-on field and option prices https://pluginrepublic.com/documentation/hiding-add-on-field-and-option-prices/ https://pluginrepublic.com/documentation/hiding-add-on-field-and-option-prices/#respond Tue, 15 Jun 2021 10:25:44 +0000 https://pluginrepublic.com/?post_type=ht_kb&p=1083339 This article refers specifically to hiding field and option prices in the Add-Ons Ultimate plugin. For a more general guide, check out this article for a detailed tutorial on how to hide prices in WooCommerce. In Add-Ons Ultimate, you can set which fields you would like to display prices for. And you can also choose […]

The post Hiding add-on field and option prices appeared first on Plugin Republic.

]]>
This article refers specifically to hiding field and option prices in the Add-Ons Ultimate plugin. For a more general guide, check out this article for a detailed tutorial on how to hide prices in WooCommerce.

In Add-Ons Ultimate, you can set which fields you would like to display prices for. And you can also choose whether to display prices on certain fields, e.g. on the product page, then hide them on other pages, e.g. the cart and checkout page.

Setting field price visibility

Each field can have a different setting – so you can choose to display prices for Field A, but hide them for Field B.

To hide a field price, you need to use the Field Price Visibility setting:

In the Field Price Visibility setting, you have the following choices:

  • Visible – this is the default option. Choose it to display the field price everywhere on the site
  • Hide on product page only – choose this option to hide the field price on the product page, but display it elsewhere, e.g. on the cart page
  • Hidden – choose this option to hide the field price on all front-end pages, including the product page, cart, checkout, and order confirmation page

Note that the price is always displayed in the back-end order screen.

Hiding option prices

Just as with option prices, you can also set option price visibility. Each field type that has options, i.e. ‘Checkbox Group’, ‘Image Swatch’, ‘Radio Group’ and ‘Select’ fields, have an ‘Option Price Visibility’ setting.

This setting has the same choices as the Field Price Visibility setting above, i.e.:

  • Visible – this is the default option. Choose it to display the option prices everywhere on the site
  • Hide on product page only – choose this to hide the option prices on the product page, but display them elsewhere, e.g. on the cart page
  • Hidden – choose this to hide the option prices on all front-end pages, including the product page, cart, checkout, and order confirmation page

Option prices are always displayed in the back-end order screen.

Hiding zero prices

If your add-on field doesn’t have a price assigned to it, you can opt to hide the pricing information in the cart and at checkout.

Just go to WooCommerce > Settings > Product Add-Ons and select ‘Hide zero prices’:

Disable add-on pricing

If you are not adding any prices to your add-on fields, you can disable pricing using this snippet:

View this code snippet on GitHub.

You can find out how to add this snippet here.

How to hide the product price

To hide the product price using Product Add-Ons, see this article.

If you’d like to see some different methods for hiding the product price using the Members Only plugin, please check this article on WooCommerce hide price.

The post Hiding add-on field and option prices appeared first on Plugin Republic.

]]>
https://pluginrepublic.com/documentation/hiding-add-on-field-and-option-prices/feed/ 0
Update main product price label https://pluginrepublic.com/documentation/update-price-label/ https://pluginrepublic.com/documentation/update-price-label/#respond Mon, 14 Sep 2020 16:42:46 +0000 https://pluginrepublic.com/?post_type=ht_kb&p=604279 If you’d like the price at the top of the product page to change as a user chooses options, you can enable the ‘Update price label’ option in WooCommerce > Settings > Product Add-Ons.

The post Update main product price label appeared first on Plugin Republic.

]]>
If you’d like the price at the top of the product page to change as a user chooses options, you can enable the ‘Update price label’ option in WooCommerce > Settings > Product Add-Ons.

The post Update main product price label appeared first on Plugin Republic.

]]>
https://pluginrepublic.com/documentation/update-price-label/feed/ 0
Set role-based add-on prices https://pluginrepublic.com/documentation/set-role-based-add-on-prices/ https://pluginrepublic.com/documentation/set-role-based-add-on-prices/#respond Wed, 06 May 2020 09:50:07 +0000 https://pluginrepublic.com/?post_type=ht_kb&p=378056 You can choose to set different prices for add-on fields depending on the user role. Just go to WooCommerce > Settings > Product Add-Ons and enter the roles that should have different prices set in the ‘Role-based Pricing’ field: This will add an extra price field for each specified role for every add-on: This means […]

The post Set role-based add-on prices appeared first on Plugin Republic.

]]>
You can choose to set different prices for add-on fields depending on the user role.

Just go to WooCommerce > Settings > Product Add-Ons and enter the roles that should have different prices set in the ‘Role-based Pricing’ field:

Role based add-ons pricing

This will add an extra price field for each specified role for every add-on:

This means that the standard price of ‘5’ will be displayed for all users except users with the role of ‘Wholesale Buyer’. For users with this role, the price will be ‘4’.

The post Set role-based add-on prices appeared first on Plugin Republic.

]]>
https://pluginrepublic.com/documentation/set-role-based-add-on-prices/feed/ 0
Display add-on fields on products that do not have a price https://pluginrepublic.com/documentation/display-add-on-fields-on-products-that-do-not-have-a-price/ https://pluginrepublic.com/documentation/display-add-on-fields-on-products-that-do-not-have-a-price/#respond Mon, 11 Nov 2019 08:42:33 +0000 https://pluginrepublic.com/?post_type=ht_kb&p=157758 By default, add-on fields are only displayed on products that have a price and are purchasable. However, if you are using your store as a catalogue, or your products are not purchasable, you can add the following line as a snippet to your site: You’ll also need to follow the steps here to hide the […]

The post Display add-on fields on products that do not have a price appeared first on Plugin Republic.

]]>
By default, add-on fields are only displayed on products that have a price and are purchasable.

However, if you are using your store as a catalogue, or your products are not purchasable, you can add the following line as a snippet to your site:

View this code snippet on GitHub.

You’ll also need to follow the steps here to hide the totals field. Just choose ‘Hide totals’ in the ‘Display totals fields’ setting.

The post Display add-on fields on products that do not have a price appeared first on Plugin Republic.

]]>
https://pluginrepublic.com/documentation/display-add-on-fields-on-products-that-do-not-have-a-price/feed/ 0
Filter separator between option title and price https://pluginrepublic.com/documentation/filter-separator-between-option-title-and-price/ https://pluginrepublic.com/documentation/filter-separator-between-option-title-and-price/#respond Thu, 15 Aug 2019 09:45:33 +0000 https://pluginrepublic.com/?post_type=ht_kb&p=100814 If you’d like to change the separator between an option name and its price, go to WooCommerce > Settings > Product Add-Ons and enter your new separator in the ‘Price separator’ field:

The post Filter separator between option title and price appeared first on Plugin Republic.

]]>
If you’d like to change the separator between an option name and its price, go to WooCommerce > Settings > Product Add-Ons and enter your new separator in the ‘Price separator’ field:

The post Filter separator between option title and price appeared first on Plugin Republic.

]]>
https://pluginrepublic.com/documentation/filter-separator-between-option-title-and-price/feed/ 0
Filter prices for add-ons in the cart https://pluginrepublic.com/documentation/filter-prices-for-extras-in-the-cart/ https://pluginrepublic.com/documentation/filter-prices-for-extras-in-the-cart/#respond Thu, 14 Feb 2019 16:24:07 +0000 https://pluginrepublic.com/?post_type=ht_kb&p=45767 If you just want to add the prices for extra items in the cart, just target the pewc-cart-item-price class in CSS. However, you can also filter the price using: $price = apply_filters( 'pewc_filter_cart_item_price', $price, $item );

The post Filter prices for add-ons in the cart appeared first on Plugin Republic.

]]>
If you just want to add the prices for extra items in the cart, just target the pewc-cart-item-price class in CSS. However, you can also filter the price using:

$price = apply_filters( 'pewc_filter_cart_item_price', $price, $item );

The post Filter prices for add-ons in the cart appeared first on Plugin Republic.

]]>
https://pluginrepublic.com/documentation/filter-prices-for-extras-in-the-cart/feed/ 0
Totals labels https://pluginrepublic.com/documentation/totals-labels/ https://pluginrepublic.com/documentation/totals-labels/#respond Thu, 14 Feb 2019 15:40:20 +0000 http://localhost/pluginrepublic/?post_type=ht_kb&p=39285 By default, WooCommerce Product Add Ons Ultimate displays a set of subtotals showing the user how the total product price is arrived at. You can edit the labels against each item. To do this: From the front end, go to Customizer > WooCommerce > WooCommerce Product Add Ons Ultimate From the back end, go to […]

The post Totals labels appeared first on Plugin Republic.

]]>
By default, WooCommerce Product Add Ons Ultimate displays a set of subtotals showing the user how the total product price is arrived at. You can edit the labels against each item.

To do this:

  • From the front end, go to Customizer > WooCommerce > WooCommerce Product Add Ons Ultimate
  • From the back end, go to WooCommerce > Settings > WooCommerce Product Add Ons Ultimate

Edit the field labels as required.

Subtotal labels

Adding text before the total

If you choose ‘Totals only’ from the ‘Display totals fields’, you can add some text before the total. Use this snippet:

View this code snippet on GitHub.

The post Totals labels appeared first on Plugin Republic.

]]>
https://pluginrepublic.com/documentation/totals-labels/feed/ 0
Totals fields https://pluginrepublic.com/documentation/totals-fields/ https://pluginrepublic.com/documentation/totals-fields/#respond Thu, 14 Feb 2019 15:38:02 +0000 http://localhost/pluginrepublic/?post_type=ht_kb&p=39281 By default, WooCommerce Product Add Ons Ultimate displays a set of subtotals showing the user how the total product price is arrived at. However, if you prefer, you can either hide these subtotals altogether or just display the total cost of the product including the value of Product Add Ons fields. To do this: From […]

The post Totals fields appeared first on Plugin Republic.

]]>
By default, WooCommerce Product Add Ons Ultimate displays a set of subtotals showing the user how the total product price is arrived at.

However, if you prefer, you can either hide these subtotals altogether or just display the total cost of the product including the value of Product Add Ons fields.

To do this:

  • From the front end, go to Customizer > WooCommerce > WooCommerce Product Add Ons Ultimate
  • From the back end, go to WooCommerce > Settings > WooCommerce Product Add Ons Ultimate
Total only

From ‘Display totals fields’, choose whether to show or hide the subtotal breakdown, or just display the total price.

If you choose ‘Totals only’ and you want to add some text before the total, use this snippet:

View this code snippet on GitHub.

You can also add a snippet that will let you show / hide the totals fields depending on the product:

View this code snippet on GitHub.

This is how to add a snippet.

The post Totals fields appeared first on Plugin Republic.

]]>
https://pluginrepublic.com/documentation/totals-fields/feed/ 0
Product price labels https://pluginrepublic.com/documentation/price-labels/ https://pluginrepublic.com/documentation/price-labels/#respond Thu, 14 Feb 2019 15:31:42 +0000 http://localhost/pluginrepublic/?post_type=ht_kb&p=39278 You can choose how to display the product price. To change the pricing labels: Either, from the front end, go to Customizer > Product Add Ons Ultimate Or, from the back end, go to WooCommerce > Settings > WooCommerce Product Add Ons Ultimate From individual products, in the General panel of the Product data section […]

The post Product price labels appeared first on Plugin Republic.

]]>
You can choose how to display the product price.

Price label

To change the pricing labels:

  • Either, from the front end, go to Customizer > Product Add Ons Ultimate
  • Or, from the back end, go to WooCommerce > Settings > WooCommerce Product Add Ons Ultimate
  • From individual products, in the General panel of the Product data section

In ‘Price label’ enter the text to appear with, or instead of, the product price.

In ‘Price label display’, choose how you want your label to appear: either before, after, or hide the product price altogether.

How to hide the product price

If you’d like to see some different methods for hiding the product price using the Members Only plugin, please check this article on WooCommerce hide price.

Dynamically update the price

You can also set the price label to update when the user selects an option with a price. See this article.

The post Product price labels appeared first on Plugin Republic.

]]>
https://pluginrepublic.com/documentation/price-labels/feed/ 0