Skip to content

Commit

Permalink
Merge branch 'development' into sniper
Browse files Browse the repository at this point in the history
  • Loading branch information
h1dd3nsn1p3r authored Sep 4, 2023
2 parents 4f80359 + 8d5605a commit c0793ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Contributors: addonify
Tags: compare, woocommerce compare, products comparison, compare products, compare woocommerce, addonify, woocommerce
Requires at least: 6.0.0
Requires at least: 5.9
Tested up to: 6.3.1
Stable tag: 1.1.11
Requires PHP: 7.4
Expand Down Expand Up @@ -74,9 +74,9 @@ Yes, Addonify Product Compare should work with all themes if the theme authors h

Yes, you can select the fields from Dashboard > Addonify > Compare > Settings to display in the compare table.

= Is there a shortcode for adding product compare button in the content?
= Is there a shortcode for adding product compare button?

Yes, there is. Use `[addonify_compare_button]` to add product compare button in the content. `product_id` , `button_label`, `classes`, and `button_icon_position` are the shortcode attributes that can be used. Shortcode attribute, `product_id` is required in order to display the compare button outside the products loop. Value for shortcode attributes `classes` should be CSS classes separated by a space. The value for `button_icon_position`, should be either 'left' or 'right' or 'none'. For more information [check doc.](https://docs.addonify.com/kb/woocommerce-compare-products/getting-started/compare-button/)
Yes, there is. Use `[addonify_compare_button]` to add product compare button. `product_id` , `button_label`, `classes`, and `button_icon_position` are the shortcode attributes that can be used. Shortcode attribute, `product_id` is required in order to display the compare button outside the products loop. Value for shortcode attribute `classes` should be CSS classes separated by a space. The value for `button_icon_position`, should be either 'left', 'right' or 'none';. For more information [check doc.](https://docs.addonify.com/kb/woocommerce-compare-products/getting-started/compare-button/)

= I'm a developer, is it possible to customize frontend output? =

Expand Down

0 comments on commit c0793ac

Please sign in to comment.