Seems great
-
I’ve set this up and it seems great.
There are even some detailed settings for this in woocommerce settings, however it’s not clear what all of them do do.
Some comments on the settings:
– if you add markup $5 the price change will be displayed with decimals (such as $5.00) and there is no way to just display $5, even if all other prices on woocommerce are displayed like that. I suggest this filter to be taken into account:add_filter( 'woocommerce_price_trim_zeros', '__return_true' );
– the setting “Add pricing information to the end of the existing description” adds information in English, so is there any way to add your own language?
– if you select “Do NOT add pricing information to the description field” there is still an animation to show the variation description even if the variation description is empty (maybe this is not a problem with this plugin?)
– I don’t understand what the setting “Hide Base Price” or “Round Markup” do
- The topic ‘Seems great’ is closed to new replies.