Category: Saclab

  • Wishlist icon

    User Story
    As a user,
    I want to see a heart icon instead of a star for the wishlist feature,
    So that the interface aligns better with common user expectations and design standards.

    Given I am a user browsing the website
    When I see the star icon for the wishlist feature
    Then I should see a heart icon instead

    Screenshot 2025-05-20 at 11.10.26.png

    heart.svgScreenshot 2025-05-20 at 11.12.34.png

  • Feature: Hong Kong Storefront with HKD Pricing

    As a visitor accessing the website from Hong Kong,
    I want to see product prices in Hong Kong Dollars (HKD),
    So that I can understand the cost in my local currency.

  • Epic 1.4 Region & Language

    General info

    General description

    Epic ticket:

    User stories

    Visual design

    Desktop:

    Mobile:

  • Story 1.4.1 Region & Language Auto-Detection

    General info

    • Use the user’s IP address to detect their region (EU, US, or Global) and set the currency accordingly (EUR or USD via existing logic; currency handling is not part of this story).

    • Use the browser’s language header to automatically set the site’s UI language.

    • Save the detected locale settings (region and language) in a cookie or the user’s profile (if logged in or if cookies are accepted) for future visits.

    • Do not trigger any pop-up or modal for region/language selection on page load – the detection happens silently.

    • Allow users to override the auto-detected region or language at any time via the existing locale selector in the UI.

    • If auto-detection fails or yields no result, default to the EU region and use the browser’s language as the fallback for the UI.

    User story

    As saclab, we want to auto-detect region and language so that users immediately view content in their expected locale without interruption.

    Acceptance Criteria

    AC

    Scenario (Given/When/Then)

    Screenshot

    01

    Given the user’s IP is in Europe, When they visit the site for the first time, Then the region is auto-set to EU (prices shown in EUR) without any prompt.

    Screenshot 2025-05-14 at 10.39.25.png

    02

    Given the user’s IP is in the United States, When they visit for the first time, Then the region is auto-set to US (prices shown in USD) without any prompt.

    Screenshot 2025-05-14 at 10.40.24.png

    03

    Given the user’s IP is outside EU and US (global), When they visit for the first time, Then the region is auto-set to Global (with default currency) without any prompt.

    Screenshot 2025-05-14 at 10.41.14.png

    04

    Given the user’s browser language is set to a supported language (e.g. French), When they visit the site, Then the site’s content is displayed in that language by default.

    Screenshot 2025-05-14 at 10.42.17.png

    05

    Given a user with no previously saved locale visits and accepts cookies (or is logged in), When the site auto-detects their region and language, Then those locale values are saved to a cookie or their profile for subsequent visits.

    06

    Given a new user visits the site, When region and language are auto-detected on page load, Then no locale selection modal is shown to the user (no interruption to browsing).

    07

    Given the site has auto-selected a region and language, When the user manually changes the locale via the selector, Then the site updates to the chosen region/language and uses this new setting going forward (overriding the auto-detected values).

    08

    Given the system cannot determine the user’s location (detection fails), When the user visits the site, Then the site defaults to EU region and uses the browser’s language as the UI language.

  • Release Notes 10.04

    How to use this page:

    Find your selected Jira issues in the table below. Select the expand to use them as your source of truth to write release notes.

    Release

    https://cheitgroup.atlassian.net/projects/SCLB/versions/10715

    Date

    Version

    10.04 – Release

    Description

    Contributors

    Alexander BöhringerFilipp AntonovAndrii Kupriianov

    Issues in this release

    Before you share the page, review the contents of each Jira issue and remove any sensitive data.

    Issue

    Summary

    Issue Type


    SCLB-1384

    Add “Welcome200” Coupon for First-Time Buyers

    Task


    SCLB-1383

    Fix Currency Switching Bug on First Page Load (Affects CTX Feed + YayCurrency Integration)

    Task


    SCLB-1343

    Fixing SEO issues with SEO category pages

    Task


    SCLB-737

    [BUG] Improve Email Automation Logic "SYB – 11.4 Order update: 7 days to payout (S)" + Payout Date Bugfix

    Bug


    SCLB-567

    Story 55.2. Option "Delivery on Saturday"

    Story

    Summary

    New Features

    Improvements to existing features

    Bug fixes

  • Release Notes – Saclab General – 03.04 – Release – Apr 07 08:20

    How to use this page:

    Find your selected Jira issues in the table below. Select the expand to use them as your source of truth to write release notes.

    Release

    https://cheitgroup.atlassian.net/projects/SCLB/versions/10682

    Date

    Version

    03.04 – Release

    Description

    Contributors

    Filipp Antonov

    Issues in this release

    Before you share the page, review the contents of each Jira issue and remove any sensitive data.

    Issue

    Summary

    Issue Type


    SCLB-1369

    Update plugins (April)

    Task


    SCLB-1228

    [Server] Find S3 compatiblestorage for image store(Cloudflare R2, HetznerObject storage)

    Task

    Summary

    New Features

    Improvements to existing features

    Bug fixes

  • Release Notes – Saclab General – 01.04 – Release – Apr 03 10:27

    How to use this page:

    Find your selected Jira issues in the table below. Select the expand to use them as your source of truth to write release notes.

    Release

    https://cheitgroup.atlassian.net/projects/SCLB/versions/10649

    Date

    Version

    01.04 – Release

    Description

    Contributors

    Alexander Böhringer

    Issues in this release

    Before you share the page, review the contents of each Jira issue and remove any sensitive data.

    Issue

    Summary

    Issue Type


    SCLB-1355

    Returned product does not restock correctly in WooCommerce & Airtable

    Bug


    SCLB-1314

    Stage+Live: HiPay: Update Module to latest version

    Task


    SCLB-1038

    [HiPay] LIVE Checkout iDeal: no payment method images when Address updated

    CB

    Summary

    New Features

    Improvements to existing features

    Bug fixes

  • Migration Emails to Klaviyo

    As Saclab’s marketing manager, I would like to have our email system changed from Mailchimp to Klaviyo as per request of a newsletter agency, so that they can take care of the setup and we can focus more on UX.

    Scenario: Make existing events available to Klaviyo
    Given those events are already implemented in the frontend or backend
    When the event is triggered
    Then it should also be sent to Klaviyo in a compatible format (e.g. via klaviyo.track, API, or webhook)

    Scenario: Support Klaviyo integration
    Given the agency begins setup in Klaviyo
    When they test or need clarification on event structure
    Then the dev team supports with technical details and troubleshooting if needed