Budget: 700 UAH Deadline: 1 day
Yes, I have experience testing Shopify themes, including custom sections, variant logic, cart drawer, theme editor, and the behavior of interactive elements. I have worked with both ready-made themes and fully custom solutions on Liquid + JS.
What I usually check first in the Shopify storefront:
- Correctness of rendering on desktop/mobile — responsiveness, margins, behavior of sticky elements.
- Clickability and interactivity — buttons, sliders, dropdowns, hover states.
- Product logic — variants, price updates, image changes, availability of the Add to cart button.
- Cart/drawer — quantity updates, total calculations, behavior after adding a product.
- Theme editor — whether all settings work, edge cases (empty fields, disabled blocks, incorrect data types).
- Console errors and minor UX bugs that may affect conversion.
Example of how I would describe a bug:
Title: Price does not update when selecting a variant
Reproduction steps:
- Open the product page.
- Select the Size M variant.
- Pay attention to the price block.
Expected result: The price should update according to the selected variant.
Actual result: The price remains the same as the default variant.
Additionally: An error appears in the console: Uncaught TypeError: Cannot read property 'price' of undefined.
Materials: Screenshot/short video if needed.
If necessary, I can also suggest a structure for the final report to make it as convenient as possible for the developer to fix the identified issues.