// Ensure custom fastcart page has no header/footer and uses sticky form add_filter('template_include', function($template) { if (strpos($_SERVER['REQUEST_URI'], '/fastcart/') !== false) { return plugin_dir_path(__FILE__) . 'template-fastcart.php'; } return $template; }); مقایسه کالاها – فروشگاه فکت آفرز