woocommerce-external-product-embed icon indicating copy to clipboard operation
woocommerce-external-product-embed copied to clipboard

Language problem

Open esomola opened this issue 4 years ago • 1 comments
trafficstars

My external woocommerce shop is in Spanish.

When I display the products on an external website it shows the buttons VIEW PRODUCT and SALE in English.

How can I solve this?

esomola avatar Apr 13 '21 10:04 esomola

Yeah this is partly my bad, the plugin needs to be internationalized better.

To change the button text, you can pass an attribute to the shortcode like this: [wcepe_products orderby='title' order='desc' number='12' columns='4' button='Example Text Here']

The on-sale text though you will currently need to override the template and edit this line: https://github.com/WPprodigy/woocommerce-external-product-embed/blob/master/templates/product-content.php#L65

WPprodigy avatar Apr 14 '21 18:04 WPprodigy