Shortcodes
This section outlines the shortcodes utilised by the Clearpay WooCommerce integration.
Clearpay Product Logo
This is provided for rendering an advanced img
tag for displaying the Clearpay logo on individual product pages. The img
tag uses the srcset
attribute to include 3 different resolutions of the logo for screens with varying pixel density ratios.
Or make 4 payments [OF_OR_FROM] [AMOUNT] with [clearpay_product_logo]
There are 3 different versions of the logo to chose from:
colour
black
white
The default theme is colour
. This can be overridden by including a theme
attribute inside the shortcode. For example, if you have a dark themed website and wish to use the white mono version of the Clearpay logo:
Or make 4 payments [OF_OR_FROM] [AMOUNT] with [clearpay_product_logo theme="white"]
Updated over 5 years ago