Fadiyah Sameh

Fadiyah Sameh

Fadiyah Sameh is an eCommerce researcher and writer at WebAppick. As an eCommerce writer with a strong background in SEO, she has a passion for creating compelling and informative content that helps businesses reach their target audience. In addition to her writing skills, she’s also well-versed in content marketing and the technical aspects of eCommerce and has a deep understanding of the various strategies and tactics used to optimize online stores for success.

How to Offer WooCommerce Free Gift (Easy Setup)

Offering a WooCommerce free gift requires extending core WooCommerce functionality with rule-based logic tied to entities such as products, cart items, categories, and customer segments. Since WooCommerce has no native attribute for “free gift with purchase,” merchants must create this behavior using custom code, coupon metadata (e.g., BOGO rules, usage restrictions), or a dedicated free […]

How to Setup WooCommerce Customer Specific Discounts (Easy Steps)

Setting up WooCommerce customer specific discounts requires linking discount rules to user-related entities such as customer IDs, user roles, purchase history, and membership attributes. Since core WooCommerce lacks native customer-level pricing, store owners must extend the platform with dynamic pricing logic, either through custom code or a customer-specific discount plugin like Disco – WooCommerce Dynamic […]

How to Set Up a WooCommerce BOGO (Buy One Get One) Discount

WooCommerce doesn’t include native BOGO logic, so setting up a buy one get one discount means either adding custom code to your theme’s functions.php file or using a plugin that handles the rule engine for you.  This guide covers both paths: a free, no-plugin method using code snippets, and plugin-based methods using Smart Coupons for […]

How to Setup WooCommerce Percentage Discount (Easy Guide)

A WooCommerce percentage discount is a dynamic pricing rule where a defined percentage value (e.g., 10%, 15%, 20%) is applied to eligible entities such as products, product categories, or the entire cart total, based on specific conditions like cart subtotal, item quantity, user role, or customer status (first-time vs. returning). Using a dedicated discount engine […]

How to Set Up a WooCommerce First Order Discount (With Code + Plugin)

To set up a WooCommerce first order discount, you need a pricing rule that checks whether a customer has placed any previous orders before applying the discount. Since WooCommerce does not include a built-in first-purchase discount option, you can either add custom PHP code to your theme’s functions.php file or use a discount plugin to […]

How to Set Up WooCommerce Quantity Discounts

A WooCommerce quantity discount lowers the price per unit when a customer buys more of a product. It can be a fixed amount off, a percentage off, or a tiered rate that increases with volume. WooCommerce does not include this pricing logic by default, so you need a plugin or custom code to set one […]

How to Create WooCommerce Bundle Discounts (Easy Steps)

A WooCommerce bundle discount is a rule-based pricing strategy that applies a special price when a predefined set of products (a bundle) is purchased together. Because core WooCommerce lacks native support for bundle pricing, plugins like Disco – WooCommerce Dynamic Pricing & Discount Rules Plugin introduce structured entities such as Bundle Intent, Products-in-Cart conditions, Fixed/Percentage […]

How to Setup WooCommerce Conditional Discounts (Easy Guide)

A WooCommerce conditional discount is a rule-based pricing strategy that applies a discount only when predefined conditions (entities such as Cart Subtotal, User Role, Product Category, Customer History, or Cart Item Quantity) are met. Since the native WooCommerce coupon system supports only limited conditional attributes, advanced logic requires a dedicated engine like Disco – WooCommerce […]

WooCommerce Distance Rate Shipping: The Complete Setup Guide (2026)

Incorrect shipping charges are a major driver of cart abandonment and customer dissatisfaction for e-commerce store owners. While standard shipping costs traditionally depend on package weight, quantity, and dimensions, calculating shipping rates based on distance provides the most transparent and accurate pricing model for local and regional deliveries. By setting up WooCommerce distance-rate shipping, you […]

How to Create WooCommerce Cart Discounts: Easy Guide

Creating WooCommerce cart discounts involves applying price-adjustment rules at the cart level, using such as cart subtotal, cart item quantity, product attributes, categories, customer attributes, and shipping methods. WooCommerce supports basic cart promotions through its built-in coupon system, but advanced discount logic—such as conditional, category-based, customer-specific, BOGO, tiered, or free-shipping rules—requires a dedicated cart discount […]

How to Set Up WooCommerce Quantity Based Shipping

Setting up WooCommerce quantity-based shipping involves defining shipping rules that react to the quantity attribute in the cart and mapping it to pricing logic through the Flat Rate shipping method or advanced table-rate conditions provided by shipping plugins. WooCommerce’s built-in system supports basic rule expressions using placeholders such as [qty], min_fee, and max_fee, but lacks […]