Search

Search: ווקומרס

What is WooCommerce?

If you’re thinking about building an online store, it’s reasonable to assume that you’ll encounter numerous options for setting up an online shop. These options might initially appear to you as gifts that you simply need to choose and...

Adding New Custom Fields to WooCommerce Products

WooCommerce is undoubtedly the most powerful E-Commerce plugin for WordPress. One of its main advantages is that it provides an API that allows you to do almost anything you want with your digital store. In this post, we will...

Creating Virtual Store in WordPress with WooCommerce

With over four million active installations, a rating of 4.6 on WordPress.org, and a whole army of digital store owners backing it up, WooCommerce is undoubtedly the most popular plugin providing a solution for digital stores on the WordPress...

Prevent Loading WooCommerce’s JS & CSS Files & Improve Loading Time

Building a digital store using WooCommerce is not rocket science. You can do it yourself or get help from many tutorials discussing WooCommerce on Savvy’s blog and across the web in general. However, in order to succeed and provide...

Guide to Using WooCommerce Hooks

Before we start explaining how to use WooCommerce hooks, let’s say a few words about hooks. Hooks in WordPress allow you to add or modify code without editing the source files. Hence, they are very useful and enable developers...

How to Remove the Default loaded CSS in WooCommerce?

If you are building your own template and intend to use WooCommerce, or if you want to customize any template that uses WooCommerce for RTL and adapt it to Hebrew, you probably want to remove the default loaded style...

Removing WooCommerce Products from WordPress Search Results

Here’s a scenario: On your E-Commerce website, you have products, blog posts, and pages. You want to limit search results either to products or to posts, depending on where the actual search is performed (for example, from which search...

Better WordPress Search Mechanism with Relevanssi

If you’ve ever had the chance to use WordPress’s built-in search functionality to search for content on your site, I assume you’ve noticed that it’s an area where WordPress falls short. When a visitor arrives at your site, performs...

Add, Remove & Edit Product Data Tabs in WooCommerce

WooCommerce allows you to add new tabs to the product page in addition to the existing tabs – “Description,” “Additional Information,” and “Reviews.” These are called Product Data Tabs, and you might want to add new tabs, change the...

Creating a Mailing List with Mailchimp for WordPress Plugin

Since I use Relevanssi (feel free to search the blog for the word), I have the option to conveniently view which searches were made on the sub-blog. It seems that many people are searching for the phrase “distribution list”...

The Correct way to retrieve WooCommerce products in your template

The functions wc_get_products and WC_Product_Query provide the standard and correct way to retrieve products when working with WooCommerce. This is the right way because it won’t break due to future changes in the database following new versions of WooCommerce....

Building a Multi Language Site in WordPress with Polylang

The Polylang plugin is a type of extension that allows you to create a multilingual WordPress site, meaning a site with language diversity. You create pages, posts, categories, and tags as you normally would, define a language for each...

Fixing Internal Server Error 500 in WordPress

Server Error 500, also referred to as 500 Internal Server Error is probably the most annoying error you can get, on WordPress in particular, and on websites in general. Server Error 500 basically means that something somewhere went wrong....

How to Add Security Headers to WordPress Site

Security Headers in WordPress were created to protect applications from frequent and widespread attacks without the need to add or modify anything in your application’s code. When it comes to securing websites or web applications, there are several aspects...

Choosing the Best Permalinks Structure in WordPress

Permalink is the complete address that you see and use for every page, post, or any other type of content on your WordPress website. Its name, “permalink,” plays with the word “Permanent” but is sometimes also referred to as...

Simple Guide for Creating WordPress Shortcodes

It is reasonable to assume that all of us have had to use these shortcodes in one constellation or another. Generally, these come together with plugins or themes, and what they do is search and replace whenever you input...

Adding Products to the Shopping Cart Through a Link

Recently, a customer approached me with a request to create a dynamic scenario on a WordPress site where clicking a button would lead the user directly to the Checkout page, which already contains a number of products in the...

What is SSL, and is it Necessary for WordPress Sites?

With a market share of 30%, WordPress is a popular system behind many business websites. Of course, this popularity makes it even more interesting and attractive for hackers and malicious attacks, which can easily damage your audience’s trust, leaving...

WordPress Hooks for Beginners

If you’re into WordPress development, you won’t be able to ignore hooks (Actions & Filters) for a long time before you have to delve deep and understand the meaning of those hooks in WordPress and how to use them....

Displaying popups in WordPress with Javascript Cookies

In this guide, we will see a way to display a popup on WordPress sites. We’ll present the same popping message to your visitors without using a plugin and will help with Cookies. In this case, we will use...

Migration WordPress to HTTPS Guide – Part 1

Recently, I migrated my blog to the HTTPS protocol, and I want to share with you the process and some things I learned along the way. I also noticed that there isn’t a comprehensive guide explaining the steps to...