You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Textvariant="body">{__('By clicking ‘Get started’, you agree to our','pinterest-for-woocommerce')}<ahref={welcome.tos_link}target="_blank">{__('Terms of Service','pinterest-for-woocommerce')}</a>.</Text>
* @param array $settings The settings array to be filtered.
287
+
*
288
+
* @return array
289
+
*/
290
+
publicfunctionlanding_page_content( $settings ) {
291
+
$settings['pin4wc']['landing_page'] = array(
292
+
'welcome' => array(
293
+
'title' => esc_html__( 'Get your products in front of more than 475M people on Pinterest', 'pinterest-for-woocommerce' ),
294
+
'text' => esc_html__( 'Pinterest is a visual discovery engine people use to find inspiration for their lives and make it easier to shop for home decor, fashion and style, electronics and more. 400 million people have saved more than 300 billion Pins across a range of interests, which others with similar tastes can discover through search and recommendations.', 'pinterest-for-woocommerce' ),
'title' => esc_html__( 'Connect your account', 'pinterest-for-woocommerce' ),
301
+
'text' => esc_html__( 'Install the Pinterest for WooCommerce app to quickly upload your product catalog and publish Pins for items you sell. Track performance with the Pinterest Tag and keep your Pins up to date with our daily automatic updates.', 'pinterest-for-woocommerce' ),
'text' => esc_html__( 'Once you\'ve uploaded your catalog, people on Pinterest can easily discover, save and buy products from your website without any advertising spend from you.*', 'pinterest-for-woocommerce' ),
307
+
'extra' => esc_html__( '*It can take up to 5 business days for the product catalog to sync for this first time', 'pinterest-for-woocommerce' ),
308
+
'image_url' => 'http://placehold.it/100x100/',
309
+
),
310
+
array(
311
+
'title' => esc_html__( 'Merchant storefronts on profile', 'pinterest-for-woocommerce' ),
312
+
'text' => esc_html__( 'Upload your catalog via the WooCommerce for Pinterest app and transform the shop tab on your business profile into an inspiring storefront. Pinners will see featured product groups and dynamically created recommendations and can easily navigate by category. Whenever they click on your profile, they\'ll be automatically taken to your storefront.', 'pinterest-for-woocommerce' ),
313
+
'image_url' => 'http://placehold.it/100x100/',
314
+
),
315
+
),
316
+
'faq_items' => array(
317
+
array(
318
+
'question' => esc_html__( 'Why am I getting an “Account not connected” error message?', 'pinterest-for-woocommerce' ),
319
+
'answer' => esc_html__( 'Your password might have changed recently. Click Reconnect Pinterest Account and follow the instructions on screen to restore the connection.', 'pinterest-for-woocommerce' ),
320
+
),
321
+
array(
322
+
'question' => esc_html__( 'I have more than one Pinterest Advertiser account. Can I connect my WooCommerce store to multiple Pinterest Advertiser accounts?', 'pinterest-for-woocommerce' ),
323
+
'answer' => esc_html__( 'Only one Pinterest advertiser account can be linked to each WooCommerce store. If you want to connect a different Pinterest advertiser account you will need to either: Disconnect the existing Pinterest Advertiser account from your current WooCommerce store and connect a different Pinterest Advertiser account Create another WooCommerce store and connect the additional Pinterest Advertiser account.', 'pinterest-for-woocommerce' ),
0 commit comments