oont-contents/plugins/wpify-woo/src/Premium.php
2025-02-08 15:10:23 +01:00

228 lines
10 KiB
PHP

<?php
namespace WpifyWoo;
use WpifyWooDeps\Wpify\Core\Abstracts\AbstractComponent;
/**
* Class Premium
* @package WpifyWoo
* @property Plugin $plugin
*/
class Premium extends AbstractComponent {
/**
* Get the premium extensions
* @return array[]
*/
public function get_extensions(): array {
return array(
// array(
// 'title' => __( 'Email Builder', 'wpify-woo' ),
// 'html_description' => array(
// __( 'Easily build awesome WooCommerce emails using Gutenberg editor', 'wpify-woo' ),
// __( 'Custom blocks, rules for emails, dozens of merge tags', 'wpify-woo' ),
// __( 'Live preview on many devices, tested on 60+ devices', 'wpify-woo' ),
// ),
// 'short_description' => __( 'Easily build awesome WooCommerce emails using Gutenberg editor', 'wpify-woo' ),
// 'url' => 'https://wpify.io/produkt/wpify-woo-email-builder/',
// 'id' => 'email_builder',
// ),
array(
'title' => __( 'Conditional shipping and payments', 'wpify-woo' ),
'html_description' => array(
__( 'Many rules - cart amount, cart weight, product dimensions etc.', 'wpify-woo' ),
__( 'Multiple actions - change shipping price, hide shipping, change label, set free shipping', 'wpify-woo' ),
),
'short_description' => __( 'Adjust shipping rates prices and visibility with many rules', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-conditional-shipping/',
'id' => 'conditional_shipping',
),
array(
'title' => __( 'Feeds', 'wpify-woo' ),
'html_description' => array(
__( 'Feed generation for Google, Heureka and Zboží.cz', 'wpify-woo' ),
),
'short_description' => __( 'Feed generation for Google, Heureka and Zboží.cz', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-feeds/',
'id' => 'wpify_woo_feeds',
),
array(
'title' => __( 'Fakturoid', 'wpify-woo' ),
'html_description' => array(
__( 'Generate proforma invoices and invoices automatically', 'wpify-woo' ),
__( 'Complete orders automatically when the payment is received', 'wpify-woo' ),
__( 'Attach invoices to emails', 'wpify-woo' ),
__( 'And much more...', 'wpify-woo' ),
),
'short_description' => __( 'Automatically generate Fakturoid proforma invoices and invoices', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-fakturoid/',
'id' => 'fakturoid',
),
array(
'title' => __( 'ComGate payment gateway', 'wpify-woo' ),
'html_description' => array(
__( 'Add ComGate payment gateway to your store!', 'wpify-woo' ),
),
'short_description' => __( 'Add ComGate payment gateway to your store!', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-comgate/',
'id' => 'wpify_woo_comgate',
),
array(
'title' => __( 'Gopay payment gateway', 'wpify-woo' ),
'html_description' => array(
__( 'Add Gopay payment gateway to your store!', 'wpify-woo' ),
),
'short_description' => __( 'Add Gopay payment gateway to your store!', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-gopay/',
'id' => 'gopay',
),
array(
'title' => __( 'ThePay payment gateway', 'wpify-woo' ),
'html_description' => array(
__( 'Add ThePay payment gateway to your store!', 'wpify-woo' ),
),
'short_description' => __( 'Add ThePay payment gateway to your store!', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-thepay/',
'id' => 'thepay',
),
array(
'title' => __( 'Benefit Plus', 'wpify-woo' ),
'html_description' => array(
__( 'Add Benefit plus payment gateway to your store!', 'wpify-woo' ),
),
'short_description' => __( 'Add Benefit plus payment gateway to your store!', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-benefit-plus/',
'id' => 'benefit_plus',
),
array(
'title' => __( 'Benefity CZ', 'wpify-woo' ),
'html_description' => array(
__( 'Add Benefity CZ payment gateway to your store!', 'wpify-woo' ),
),
'short_description' => __( 'Add Benefity CZ payment gateway to your store!', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-benefity-cz/',
'id' => 'wpify_woo_benefity_cz',
),
array(
'title' => __( 'Gallery Beta', 'wpify-woo' ),
'html_description' => array(
__( 'Add Gallery Beta payment gateway to your store!', 'wpify-woo' ),
),
'short_description' => __( 'Add Gallery Beta payment gateway to your store!', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-gallery-beta/',
'id' => 'wpify_woo_gallery_beta',
),
array(
'title' => __( 'Sodexo', 'wpify-woo' ),
'html_description' => array(
__( 'Add Sodexo payment gateway to your store!', 'wpify-woo' ),
),
'short_description' => __( 'Add Sodexo payment gateway to your store!', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-sodexo/',
'id' => 'sodexo',
),
array(
'title' => __( 'DPD for WooCommerce', 'wpify-woo' ),
'html_description' => array(
__( 'Create packages and generate labels directly from administration', 'wpify-woo' ),
__( 'Enable ParcelShops selection on checkout, add ParcelShop details to emails and admin', 'wpify-woo' ),
__( 'Add parcel tracking links to emails', 'wpify-woo' ),
),
'short_description' => __( 'Bulk create DPD parcels and labels from administration and add ParcelShops selection to checkout.', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-dpd/',
'id' => 'dpd',
),
array(
'title' => __( 'GLS for WooCommerce', 'wpify-woo' ),
'html_description' => array(
__( 'Enable ParcelShops selection on checkout, add ParcelShop details to emails and admin', 'wpify-woo' ),
),
'short_description' => __( 'Add GLS ParcelShops selection to checkout.', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-gls/',
'id' => 'wpify_woo_gls',
),
array(
'title' => __( 'Balíkovna', 'wpify-woo' ),
'html_description' => array(
__( 'Add Balíkovna shipping method to your store', 'wpify-woo' ),
),
'short_description' => __( 'Add Balíkovna shipping method to your store', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-balikovna/',
'id' => 'balikovna',
),
array(
'title' => __( 'Na poštu', 'wpify-woo' ),
'html_description' => array(
__( 'Add Napostu shipping method to your store', 'wpify-woo' ),
),
'short_description' => __( 'Add Na poštu shipping method to your store', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-napostu/',
'id' => 'napostu',
),
array(
'title' => __( 'Podání Online', 'wpify-woo' ),
'html_description' => array(
__( 'Batch export orders to Podání online directly from the Orders dashboard', 'wpify-woo' ),
__( 'Choose fields that you want to export', 'wpify-woo' ),
__( 'Supports Balíkovna and Na poštu shipping methods', 'wpify-woo' ),
),
'short_description' => __( 'Batch export orders to Podání online directly from the Orders dashboard', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-podani-online/',
'id' => 'podani_online',
),
array(
'title' => __( 'Phone validation', 'wpify-woo' ),
'html_description' => array(
__( 'Select prefix in the phone field', 'wpify-woo' ),
__( 'Choose enabled prefixes', 'wpify-woo' ),
__( 'Validate the entered phone when an order is submitted', 'wpify-woo' ),
__( 'Automatically format the phone number that is saved to the order', 'wpify-woo' ),
),
'short_description' => __( 'Validate phone on checkout!', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-validace-telefonu/',
'id' => 'phone_validation',
),
array(
'title' => __( 'Smartform', 'wpify-woo' ),
'html_description' => array(
__( 'It whispers and auto-completes the postal address.', 'wpify-woo' ),
),
'short_description' => __( 'It whispers and auto-completes the postal address.', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-smartform/',
'id' => 'wpify_woo_smartform',
),
array(
'title' => __( 'Zbozi.cz conversion tracking', 'wpify-woo' ),
'html_description' => array(
__( 'Tracking for Zbozi.cz conversions', 'wpify-woo' ),
__( 'Tracks asynchronously to not slow down checkout', 'wpify-woo' ),
),
'short_description' => __( 'Track Zbozi.cz conversions', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-konverze-zbozi/',
'id' => 'zbozi_conversions',
),
array(
'title' => __( 'Vivnetworks affiliate tracking', 'wpify-woo' ),
'html_description' => array(
__( 'Tracking for Vivnetworks Affiliate.', 'wpify-woo' ),
__( 'Tracks asynchronously to not slow down checkout', 'wpify-woo' ),
),
'short_description' => __( 'Tracking for Vivnetworks Affiliate', 'wpify-woo' ),
'url' => 'https://wpify.io/produkt/wpify-woo-vivnetworks-affiliate/',
'id' => 'vivnetworks_affiliate',
),
// array(
// 'title' => __( 'SmartEmailing', 'wpify-woo' ),
// 'html_description' => array(
// __( 'Sign up for the newsletter at the checkout.', 'wpify-woo' ),
// __( 'Tracking the visitor on the site for the following automated emails.', 'wpify-woo' ),
// ),
// 'short_description' => __( 'Connection to the newletter service with the possibility of subscribe and tracing.', 'wpify-woo' ),
// 'url' => 'https://wpify.io/produkt/wpify-woo-smartemailing/',
// 'id' => 'wpify_woo_smartemailing',
// ),
);
}
}