Наши навыки
1. PHP, HTML5, CSS3, Java-script, jQuery, Ajax, MYSQL, Maria DB
2. (Cms-platforms: WordPress, Shopify, 1C-Bitrix, Opencart, Joomla, Drupal, E-Commerce, Shop-script, Prestashop, Next Generation CMS)
3. (Net frameworks: Laravel, Symfony, CodeIgniter,YII, Cake-PHP, Python)
4. (Mobile apps: IOS, Android)
2. (Cms-platforms: WordPress, Shopify, 1C-Bitrix, Opencart, Joomla, Drupal, E-Commerce, Shop-script, Prestashop, Next Generation CMS)
3. (Net frameworks: Laravel, Symfony, CodeIgniter,YII, Cake-PHP, Python)
4. (Mobile apps: IOS, Android)
WORDPRESS
100%
E-COMMERCE
100%
FRAMEWORKS
70%
OMW CMS
50%
BITRIX
35%
ГОТОВЫХ ПРОЕКТОВ
МОБИЛЬНЫХ ПРИЛОЖЕНИЙ
Лет на рынке
ПАРТНЕРОВ
Подробнее о наших сервисах
СОЗДАНИЕ САЙТОВ
Разработка сайтов под ключ.
ПОДДЕРЖКА ПРОЕКТОВ
Комплексное сопровождение проектов.
МОБИЛЬНЫЕ ПРИЛОЖЕНИЯ
Разработка мобильных приложений IOS Android
Последние новости
Add function custom redirect on thanks page woocommerce
Posted on Tips / Recommendations
add_action('after_setup_theme', 'woocommerce_support'); function woocommerce_support() { add_theme_support('woocommerce'); } add_filter('woocommerce_cart_item_name', 'add_excerpt_in_cart_item_name', 10, 3); function…Update Cart Automatically on Quantity Change
Posted on Tips / Recommendations
add_action('wp_head', function () { ?><style> .woocommerce button[name="update_cart"], .woocommerce input[name="update_cart"] { display: none;…Minimum product order woocommerce
Posted on Tips / Recommendations
/** * For cart */ add_filter('woocommerce_cart_item_quantity', 'trueroman_min_kolvo_cart', 20, 3); function truemisha_min_kolvo_cart($product_quantity, $cart_item_key,…Automatically add product to cart on visit woocommerce
Posted on Tips / Recommendations
/** * Automatically add product to cart on visit */ add_action('template_redirect', 'add_product_to_cart');…How to enable the Gutenberg editor in WooCommerce products
Posted on Tips / Recommendations
add_filter( 'use_block_editor_for_post_type', 'art_enable_rest_for_product', 10, 2 ); add_filter( 'woocommerce_taxonomy_args_product_cat', 'art_show_in_rest_for_product', 10, 1 );…Acf clear field cache
Posted on Tips / Recommendations
function acf_clear_stores() { acf_reset_local(); } add_action( 'acf/input/admin_head', 'acf_clear_stores' );Woocommerce rest check permissions
Posted on Tips / Recommendations
REST-API WOOCOMERCE add_filter( 'woocommerce_rest_check_permissions', 'my_woocommerce_rest_check_permissions', 90, 4 ); function my_woocommerce_rest_check_permissions( $permission, $context,…Displaying pages only to authorized users wordpress
Posted on Tips / Recommendations
function prefix_redirect_function() { if ( is_page(552 , 554) && !is_user_logged_in() ) {…Redirect to homepage when logout wordpress
Posted on Tips / Recommendations
// On functions.php of your child theme or in a code snippet:…How to automatically add product alt and title tags in Woocommerce
Posted on Tips / Recommendations
add_filter('wp_get_attachment_image_attributes', 'change_attachement_image_attributes', 20, 2); function change_attachement_image_attributes($attr, $attachment) { global $post; if ($post->post_type…Set a cookie and close a popup after Contact Form 7 form is submitted.
Posted on Tips / Recommendations
<?php // As is this will check if the form is in…Liqpay payment widget
Posted on Tips / Recommendations
$liqpay = new LiqPay($public_key, $private_key); $html = $liqpay->cnb_form(array( 'action' => 'pay', 'amount'…Fixing the Common jQuery Error in WordPress
Posted on Tips / Recommendations
wp_enqueue_script( 'tt-mobile-menu', get_template_directory_uri() . '/js/mobile-menu.js', array('jquery'), '1.0', true ); jQuery(document).ready(function() { jQuery(#selector)…How to Hide Posts or Pages from the WordPress Admin
Posted on Tips / Recommendations
function true_hide_pages_from_admin( $query ) { global $pagenow; if( is_admin() && 'edit.php' ==…Change photo in url
Posted on Tips / Recommendations
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:image" content="https://onmywaystudio.net/wp-content/uploads/2018/05/cropped-download-1-1.png;" /> <meta property="og:image:secure_url" content="https://onmywaystudio.net/wp-content/uploads/2018/05/cropped-download-1-1.png"; />…Adding consent to the WooCommerce Privacy Policy
Posted on Tips / Recommendations
// Добавление чекбокса add_action( 'woocommerce_review_order_before_submit', 'truemisha_privacy_checkbox', 25 ); function truemisha_privacy_checkbox() { woocommerce_form_field(…Product availability in Woocommerce
Posted on Tips / Recommendations
add_action( 'woocommerce_before_shop_loop_item_title', 'my_sold_out_loop' ); function my_sold_out_loop() { global $product; if ( !$product->is_in_stock()…Add field to user profile wordpress and woocommerce
Posted on Tips / Recommendations
function my_user_contactmethods($user_contactmethods){ $user_contactmethods['phone'] = 'Телефон'; return $user_contactmethods; } add_filter('user_contactmethods', 'my_user_contactmethods'); <p class="form-row…Woocommerce product category description under products
Posted on Tips / Recommendations
In order to display the description of the Woocommerce product category at…Sorting WordPress posts by creation time and AFC custom field
Posted on Tips / Recommendations
add_action('pre_get_posts', 'my_pre_get_posts', 10, 1); function my_pre_get_posts($query) { if ($query->is_main_query() && !is_admin()) {…Percentage Discount on Whole Cart Without Coupon in WooCommerce
Posted on Tips / Recommendations
Fixed Percentage Discount on Whole Cart in WooCommerce So, let's start with…Enable phone field validation in woocommerce
Posted on Tips / Recommendations
// Custom validation for Billing Phone checkout field add_action('woocommerce_checkout_process', 'custom_validate_billing_phone'); function custom_validate_billing_phone()…jQuery is Not Defined in WordPress
Posted on Tips / Recommendations
Step 1: Inclusion of jQuery Library When you go through code, make…Hiding order fields depending on the selected delivery method WooCommerce
Posted on Tips / Recommendations
Step one. Adding the shape of the fields to the snippet WooCommerce…Replacing currency sign with letters Woocommerce
Posted on Tips / Recommendations
Open the WordPress theme's functions.php file and add a filter for woocommerce…Platform installation Orchid – Laravel Admin Panel
Posted on Work
Create a project Add dependency Platform installation Create user Start local server…Installing ext-dom PHP7
Posted on Work
First of all, read the warning! He says don't run composer as…How to insert shortcode into PHP
Posted on Work
Especially for those who already know everything, but are just looking for…Show password by icon
Posted on Tips / Recommendations
<div class=»password»> <input type=»password» id=»password-input» placeholder=»Введите пароль» name=»password» value=»123456″> <a href=»#» class=»password-control»></a>…Create tab tabs for product cards WooCommerce
Posted on Work
This plugin extends to allow shop owners to add custom tabs to products.…Hide WordPress widgets on mobile
Posted on Work
The easiest way is to use the Widget Options Plugin which can…SQL queries to transfer a WordPress site to another domain
Posted on Tips / Recommendations
Describing SQL Queries In general, there are three main requests (there is…Redirect after a successful order in the store
Posted on Tips / Recommendations
The redirect can be done by adding this code to the function.php…Install Symfony Framework
Posted on Tips / Recommendations
Создание проекта Чтобы создать новый Symfony проект, основанный на одном из…Install Laravel on Ubuntu
Posted on Tips / Recommendations
System requirements Your system must meet the following requirements to be able…Adobe Flash reaches end of life
Adobe’s once-ubiquitous Flash Player, a browser-based runtime for displaying rich media content…
Mozilla Firefox boosts JavaScript performance
Firefox users can expect improved JavaScript performance in the Firefox 83 browser,…
Angular, React, Vue: JavaScript frameworks
Posted on Tips / Recommendations
Figure 1 describes how state manifestation is handled without such frameworks. Figure…Microsoft, Google address browser compatibility issues
Microsoft and Google are partnering to promote web browser compatibility around a…
Color design of the site
Posted on Tips / Recommendations
One of the key roles in the success of the site plays…Website promotion (SEO, contextual advertising)
They paid a lot of money, built ambitious plans, got the key,…
Ready-made website templates or original design
It makes no sense to explain the importance of having a site…
Who is a layout designer. Why is it an important link when creating a site?
Every confident PC user and simple man in the Global Network has…
Who to entrust the creation of a site to a qualified programmer or freelancer.
Posted on Tips / Recommendations
Starting an online activity, the site will be a key factor in…How it all began
Posted on Work
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed venenatis dignissim ultrices.…