golden hour
/home/godaofbq/hardchambers.com/wp-content/plugins/discountify/core/admin
⬆️ Go Up
Upload
File/Folder
Size
Actions
discount-rules
-
Del
OK
header.php
2.45 KB
Del
OK
menus.php
4.18 KB
Del
OK
overview.php
8.63 KB
Del
OK
settings
-
Del
OK
Edit: overview.php
<?php $features = array( array( 'icon' =>'<span class="fr-icon dashicons dashicons-cart"></span>', 'desc' => esc_html__('Discount on Category B products, if Category A product is purchased.','discountify'), 'title' => esc_html__('Buy X Get Y','discountify') ), array( 'icon' => '<span class="fr-icon dashicons dashicons-image-filter"></span>', 'desc' => esc_html__('Each time someone purchases any specific product, they will get double of the same product.','discountify'), 'title' => esc_html__('Buy 1 Get 1 Free','discountify') ), array( 'icon' =>'<span class="fr-icon dashicons dashicons-buddicons-groups"></span>', 'desc' => esc_html__('Free gift promotion are the most effective way for encouraging new customers to purchase products over and over from your online store.','discountify'), 'title' => esc_html__('Free Product or Gift','discountify') ), array( 'icon' => '<span class="fr-icon dashicons dashicons-admin-page"></span>', 'desc' => esc_html__('Set different conditions product quantity , price so the more they add to the cart, the better discounts will get.','discountify'), 'title' => esc_html__('Conditional Discounts','discountify') ), array( 'icon' =>'<span class="fr-icon dashicons dashicons-superhero-alt"></span>', 'desc' => esc_html__('For a double purchase of any product, they can save 50% on their next purchase of the same product.','discountify'), 'title' =>esc_html__('Buy 2 Get 1 at 50% OFF','discountify') ), array( 'icon' =>'<span class="fr-icon dashicons dashicons-awards"></span>', 'desc' => esc_html__('Incentive customer as encourages them to add more products into their carts to get the free shipping.','discountify'), 'title' =>esc_html__('Free Shipping Based On Condition','discountify') ), array( 'icon' =>'<span class="fr-icon dashicons dashicons-star-filled"></span>', 'desc' => esc_html__('Set specialized prices for multiple products or categories for specific customer roles.','discountify'), 'title' =>esc_html__('Customer Specific Pricing','discountify') ), array( 'icon' =>'<span class="fr-icon dashicons dashicons-chart-area"></span>', 'desc' => esc_html__('Discount or offer provided to customers based on their previous purchase behavior.','discountify'), 'title' =>esc_html__('Discount On Purchase History','discountify') ), array( 'icon' =>'<span class="fr-icon dashicons dashicons-rest-api"></span>', 'desc' => esc_html__('On cart page & checkout page the discount will be added if cart total is equal or exceeds the set total amount by the store owner.','discountify'), 'title' =>esc_html__('Discount on Cart Total Spend','discountify') ) ); $more_products = array( array( 'icon' =>'<span class="fr-icon dashicons dashicons-controls-repeat"></span>', 'url_demo' => 'https://woooplugin.com/ultimate-membership/', 'url_free' => 'https://wordpress.org/plugins/create-members/', 'title' =>esc_html__('Ultimate Membership','discountify'), 'logo' => 'membership.png', 'desc' => esc_html__('Restrict content, manage member subscriptions','discountify'), 'cta_free' =>esc_html__('Free Version','discountify'), 'cta_demo' =>esc_html__('Premium Version','discountify') ), array( 'icon' =>'<span class="fr-icon dashicons dashicons-controls-repeat"></span>', 'url_demo' => 'https://woooplugin.com/filter-plus/', 'url_free' => 'https://wordpress.org/plugins/filter-plus/', 'title' => esc_html__('Advanced Filter for Wordpress and WooCommerce','discountify'), 'logo' => 'filter-plus.png', 'desc' => esc_html__('Allow users to filter and shortlist easily.','discountify'), 'cta_free' => esc_html__('Free Version','discountify'), 'cta_demo' => esc_html__('Premium Version','discountify') ), array( 'icon' =>'<span class="fr-icon dashicons dashicons-controls-repeat"></span>', 'url_demo' => 'https://woooplugin.com/quicker/', 'url_free' => 'https://wordpress.org/plugins/discountify/', 'title' =>esc_html__('Quick Checkout Plugin','discountify'), 'logo' => 'quicker.png', 'desc' => esc_html__('Checkout in Seconds, Save Precious Time','discountify'), 'cta_free' =>esc_html__('Free Version','discountify'), 'cta_demo' =>esc_html__('Premium Version','discountify') ), ); ?> <div class="block first-block"> <div class="left-block mb-5"> <h1 class="first-header"><?php esc_html_e('Dynamic Pricing & Discounts Rules to Boost Your Store Conversion','discountify');?></h1> <p><?php esc_html_e('Create any type of discount rules for WooCommerce, including dynamic pricing, advanced discounts, percentage discounts, product-based discounts, and tiered discounts for your products.','discountify');?></p> <div class="cta"> <a target="_blank" href="https://www.woooplugin.com/discountify/"> <button class="btn ctn-button"><?php esc_html_e('Explore Discountify Pro','discountify');?></button> </a> </div> </div> <div class="right-block p-2"> <img src = "<?php echo esc_url(Discountify::assets_url().'images/discountify-banner.png') ?>" alt="discountify-banner" width="500px" /> </div> </div> <div class="over-view-wrapper"> <div class="features-section mt-5"> <div class="text-center pt-5 pb-2"> <div class="block-header"><?php esc_html_e('Advanced Discount Features','discountify');?></div> <p><?php esc_html_e('Available at Discountify Pro','discountify');?></p> </div> <div class="block-wrapper mb-5"> <?php foreach ($features as $key => $value) { ?> <div class="single-item"> <?php echo Discountify\Utils\Helper::kses($value['icon']); ?> <h3><?php echo esc_html( $value['title'] ); ?></h3> <p><?php echo esc_html( $value['desc'] ); ?></p> </div> <?php } ?> </div> </div> <div class="block cta-block p-7 mb-5 mt-5"> <div class="heading-block"> <h1 class="cta-block-header"><?php esc_html_e('Explore the premium version to experience our countless advanced features.','discountify');?></h1> </div> <div class="cta-action"> <a target="_blank" href="https://www.woooplugin.com/discountify/"> <button class="btn feature-cta"><?php esc_html_e('Look Into Pro','discountify');?></button> </a> </div> </div> <div class="more-products-section"> <div class="more-product-header text-center pt-5 pb-2"> <div class="block-header"><?php esc_html_e('More Plugins By The Same Team','filter-plus');?></div> <p><?php esc_html_e('We also have other solutions for growing your store conversion.','filter-plus');?></p> </div> <div class="card-wrapper mb-5"> <?php foreach ($more_products as $key => $value) { ?> <div class="card-block"> <img src="<?php echo esc_url(Discountify::assets_url().'images/'.$value['logo']); ?> " alt="<?php echo esc_html($value['title']);?>"/> <div class="description"> <div class="desc"> <a href="<?php echo esc_url($value['url_demo']); ?>" target="_blank"><h3><?php esc_html_e($value['title'],'filter-plus'); ?></h3></a> <p><?php echo esc_html($value['desc']); ?></p> </div> <div class="explore-plugin"> <a class="btn free-button" href="<?php echo esc_url($value['url_free']); ?>" target="_blank"><?php esc_html_e($value['cta_free'],'filter-plus'); ?></a> <a class="btn pro-button" href="<?php echo esc_url($value['url_demo']); ?>" target="_blank"><?php esc_html_e($value['cta_demo'],'filter-plus'); ?></a> </div> </div> </div> <?php } ?> </div> </div> </div>
Save