L'abbonamento include
Supporto
Start selling on Skroutz.gr—the largest marketplace in Greece—using a WooCommerce plugin that handles XML feed generation, API integration, order management, stock synchronization, and advanced export rules in one streamlined solution.
add_filter( 'wpslash_skroutz_feed_query_args', function ( $args, $settings ) {
$args['meta_query'][] = array(
'key' => '_stock',
'value' => 0,
'compare' => '>',
'type' => 'NUMERIC',
);
return $args;
}, 10, 2 );
add_filter( 'wpslash_skroutz_feed_include_product', function ( $include, $product, $settings ) {
if ( 'yes' === get_post_meta( $product->get_id(), '_hide_from_skroutz', true ) ) {
return false;
}
return $include;
}, 10, 3 );
add_filter( 'wpslash_skroutz_feed_include_product', function ( $include, $product, $settings ) {
if ( floatval( $product->get_price() ) < 5 ) {
return false;
}
return $include;
}, 10, 3 );
add_filter( 'wpslash_skroutz_feed_product_price', function ( $price, $product ) {
return number_format( floatval( $price ) * 1.10, 2, '.', '' );
}, 10, 2 );
add_filter( 'wpslash_skroutz_feed_product_price', function ( $price, $product ) {
return number_format( floor( floatval( $price ) ) + 0.90, 2, '.', '' );
}, 10, 2 );
add_filter( 'wpslash_skroutz_feed_product_title', function ( $title, $product ) {
$brand = get_the_terms( $product->get_id(), 'pa_brand' );
if ( ! empty( $brand ) && ! is_wp_error( $brand ) ) {
$title = $brand[0]->name . ' ' . $title;
}
return $title;
}, 10, 2 );
add_filter( 'wpslash_skroutz_feed_product_image', function ( $image_url, $product ) {
return str_replace( 'https://mysite.com', 'https://cdn.mysite.com', $image_url );
}, 10, 2 );
add_filter( 'wpslash_skroutz_feed_product_description', function ( $description, $product ) {
$clean = wp_strip_all_tags( $description );
if ( strlen( $clean ) > 500 ) {
$clean = substr( $clean, 0, 497 ) . '...';
}
return $clean;
}, 10, 2 );
add_filter( 'wpslash_skroutz_feed_product_shipping', function ( $shipping, $product, $settings ) {
if ( has_term( 'free-shipping', 'product_cat', $product->get_id() ) ) {
return 0;
}
return $shipping;
}, 10, 3 );
add_filter( 'wpslash_skroutz_feed_product_data', function ( $data ) {
if ( intval( $data['quantity'] ) < 1 ) {
$data['quantity'] = 1;
}
return $data;
} );
add_filter( 'wpslash_skroutz_feed_product_data', function ( $data ) {
$custom_brand = get_post_meta( $data['product']->get_id(), 'custom_brand', true );
if ( ! empty( $custom_brand ) ) {
$data['manufacturer'] = $custom_brand;
}
return $data;
} );
add_filter( 'wpslash_skroutz_feed_variation_data', function ( $entry, $variation, $product ) {
$entry['price_with_vat'] = number_format( floatval( $entry['price_with_vat'] ) * 1.05, 2, '.', '' );
return $entry;
}, 10, 3 );
Skroutz Marketplace & XML for WooCommerce is a powerful WordPress plugin that enables WooCommerce store owners to seamlessly sell on Skroutz.gr, Greece’s leading price comparison and e-commerce platform. The plugin provides two essential features:
This allows you to manage all Skroutz sales directly from your WooCommerce dashboard
To join Skroutz Marketplace, you need to provide an XML product feed during the onboarding process. This plugin automatically generates a fully compliant Skroutz XML feed of your products
Yes! The plugin fully supports variable products, making it ideal for fashion, apparel, and multi-variant stores. Each product variation (like size S, M, L) is correctly formatted and included in the XML feed with its own SKU, price, and availability
Absolutely. The plugin supports EAN, ISBN, UPC, and other GTIN codes. You can map these via product meta fields or custom fields, ensuring your products meet Skroutz’s requirements for electronics, books, and branded goods.
Yes. All marketplace orders are automatically synced to your WooCommerce backend in real time
Yes. When a product sells on Skroutz or your own store, the stock levels are automatically updated in XML Feed on both platforms. This prevents overselling and ensures accurate inventory across channels.
Yes. The plugin enables voucher printing directly from your WooCommerce backend. You can generate and print Skroutz-specific vouchers, invoices, and packing slips — streamlining your fulfillment workflow without switching platforms.
Yes. The XML feed is dynamically generated and updated based on interval your will set under settings.
When a product’s stock reaches zero, it is automatically marked as unavailable in the XML feed and on Skroutz Marketplace. Once restocked, it becomes visible again — ensuring your catalog is always up to date.
Categorie
Informazioni sull'estensione
Controlli di qualitÃ
Paesi
Lingue