<?php
$faqs = array(
array(
'title' => __( 'How secure is this plugin? Is my store PCI DSS compliant?', 'ecwid-shopping-cart' ),
'body' => __(
'Ecwid is PCI DSS Level 1 certified, which is the gold standard for e-commerce solutions worldwide. This means you won\'t have any banking compliance issues when selling online with Ecwid. <a target="_blank" href="https://support.ecwid.com/hc/en-us/articles/207101259-Wordpress-downloadable-#security">More details.</a>', 'ecwid-shopping-cart'
),
'priority' => 'newbie_with_woo'
),
array(
'title' => __( 'How can I manage my store from a mobile device?', 'ecwid-shopping-cart' ),
'body' => __(
'Ecwid provides free mobile applications for iOS and Android to manage your store and sell on the go. Scan products, track inventory, manage sales and accept payments using your mobile device as a POS station. <a target="_blank" href="https://www.ecwid.com/ecwid-mobile">More details.</a>'
, 'ecwid-shopping-cart'
),
'priority' => 'newbie_with_woo'
),
array(
'title' => __( 'How to set up a storefront on Facebook with Ecwid?', 'ecwid-shopping-cart' ),
'body' => __(
'You can add your online store to your Facebook business page. No addons needed. Ecwid will automatically synchronize products, customers, orders and inventory between your WordPress and Facebook storefronts. <a target="_blank" href="https://support.ecwid.com/hc/en-us/articles/115005892705-Facebook-Shop">More details.</a>'
, 'ecwid-shopping-cart'
),
'priority' => 'newbie_with_woo'
),
array(
'title' => __( 'How can I add a cart widget to my site sidebar?', 'ecwid-shopping-cart' ),
'body' => sprintf(
__(
'You can add product search box, cart widget and more on the <a href="%s">"Appearance / Widgets page"</a> here in your site admin. <a target="_blank" href="https://support.ecwid.com/hc/en-us/articles/207101259-Wordpress-downloadable-#sidebarwidgets">More details.</a>'
, 'ecwid-shopping-cart'
),
admin_url("widgets.php?highlight-ec-widgets=true")
)
),
array(
'title' => __( 'How much does Ecwid cost?', 'ecwid-shopping-cart' ),
'body' => sprintf(
__(
'Our 4 account types vary by number of products, types of functionality, and level of support. For more information, check out our <a target="_blank" href="%s">pricing page.</a><br /><br />Pro Tip: You can also save money by enrolling in our annual plans.'
, 'ecwid-shopping-cart'
), admin_url( 'admin.php?page=' . Ecwid_Admin::ADMIN_SLUG . '&ec-store-page=billing' )
)
),
array(
'title' => __( 'How do I add store categories to the site menu?', 'ecwid-shopping-cart' ),
'body' => __(
'You can add the store categories menu to your site menu to help your customers easily navigate your site. Just open "Appearance > Menus" in your WordPress control panel and add the "Store with Categories Menu" item to your site menu. A drop-down menu containing your store categories will automatically appear on your site.'
, 'ecwid-shopping-cart'
)
),
array(
'title' => __( 'How do I put my products in the sitemap?', 'ecwid-shopping-cart' ),
'body' => __(
'To create sitemap for your Wordpress site we suggest using <a target="_blank" href="https://wordpress.org/plugins/google-sitemap-generator/">Google XML Sitemaps</a> or <a target="_blank" href="https://wordpress.org/plugins/wordpress-seo/">Yoast Wordpress SEO</a>. plugins. These plugins are fully compatible with Ecwid and allow to generate a sitemap that will contain links to categories and product pages, so the store pages will get indexed faster.', 'ecwid-shopping-cart'
)
),
array(
'title' => __( 'How to add a single product with the add to bag button to the site pages?', 'ecwid-shopping-cart' ),
'body' => __(
'To feature a single product on a separate page or blog post of your site, use <b>[ecwid_product]</b> shortcode. <a target="_blank" href="https://support.ecwid.com/hc/en-us/articles/207101259-Wordpress-downloadable-#buynow">How to use it.</a>'
, 'ecwid-shopping-cart'
)
),
array(
'title' => __( 'Is it possible to display my store on the site home page?', 'ecwid-shopping-cart' ),
'body' => __(
'You can display your store on the site main page. Adjust the "Reading" settings of your site as described in our <a target="_blank" href="https://support.ecwid.com/hc/en-us/articles/207101259-Wordpress-downloadable-#displaystoreonhomepage">Help Center.</a>'
, 'ecwid-shopping-cart'
)
),
array(
'title' => __( 'Is there a WordPress theme for Ecwid?', 'ecwid-shopping-cart' ),
'body' => sprintf(
__(
'Ecwid is compatible with any WordPress theme. Be it a free theme from WordPress.org catalog, a premium theme by a third-party vendor or a custom-made theme, your Ecwid store will work good with it. If you want a premium theme, we recommend <a href="%s">TemplateMonster themes</a>'
, 'ecwid-shopping-cart'
), admin_url( 'admin.php?page=' . Ecwid_Admin::ADMIN_SLUG . '&ec-store-page=apps%3Aview%3Dapp%26name%3Dtemplatemonster-themes' )
),
'priority' => 'guaranteed_3'
)
);