| @@ -14,14 +14,8 @@ | ||
| 14 | 14 | 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/flutter-app.png' ) ), |
| 15 | 15 | 'purchase_link' => 'https://shopbuilderwp.com/shopbuilder-apps/shopbuilder-flutter-woocommerce-mobile-app/', |
| 16 | 16 | ], |
| 17 | 17 | [ |
| 18 | - 'theme_name' => 'Sbmart – Free WooCommerce WordPress Theme', | |
| 19 | - 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/sbmart-theme.jpg' ) ), | |
| 20 | - 'download_link' => 'https://shopbuilderwp.com/shopbuilder-themes/sbmart/', | |
| 21 | - 'demo_link' => 'https://radiustheme.net/themes/sbmart/', | |
| 22 | - ], | |
| 23 | - [ | |
| 24 | 18 | 'theme_name' => 'EasyShop - Woocommerce WordPress Theme', |
| 25 | 19 | 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/easyshop-theme.jpg' ) ), |
| 26 | 20 | 'purchase_link' => 'https://shopbuilderwp.com/theme/easyshop/', |
| 27 | 21 | 'demo_link' => 'https://www.radiustheme.com/demo/shopbuilder/easyshop/', |
| @@ -61,14 +55,12 @@ | ||
| 61 | 55 | 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/omart-theme.png' ) ), |
| 62 | 56 | 'purchase_link' => 'https://shopbuilderwp.com/theme/omart/', |
| 63 | 57 | 'demo_link' => 'https://www.radiustheme.com/demo/shopbuilder/omart/', |
| 64 | 58 | ], |
| 65 | - /** | |
| 66 | 59 | [ |
| 67 | 60 | 'theme_name' => 'More Themes are Coming Soon', |
| 68 | 61 | 'thumbnail' => esc_url( rtsb()->get_assets_uri( 'images/admin-themes/coming-soon.jpg' ) ), |
| 69 | 62 | ], |
| 70 | - */ | |
| 71 | 63 | ]; |
| 72 | 64 | |
| 73 | 65 | ?> |
| 74 | 66 | <div class="wrap rtsb-themes-wrap"> |
| @@ -113,14 +105,8 @@ | ||
| 113 | 105 | |
| 114 | 106 | if ( ! empty( $theme['purchase_link'] ) ) { |
| 115 | 107 | ?> |
| 116 | 108 | <a href="<?php echo esc_url( $theme['purchase_link'] ); ?>" class="rtsb-button rtsb-button-purchase" target="_blank"><?php echo esc_html__( 'Buy Now', 'shopbuilder' ); ?></a> |
| 117 | - <?php | |
| 118 | - } | |
| 119 | - | |
| 120 | - if ( ! empty( $theme['download_link'] ) ) { | |
| 121 | - ?> | |
| 122 | - <a href="<?php echo esc_url( $theme['download_link'] ); ?>" class="rtsb-button rtsb-button-purchase" target="_blank"><?php echo esc_html__( 'Download', 'shopbuilder' ); ?></a> | |
| 123 | 109 | <?php |
| 124 | 110 | } |
| 125 | 111 | ?> |
| 126 | 112 | </div> |