Search by

selveq / catalog-customer-graphql

ahmedwalied

Magento 2 Catalog Customer GraphQl extension for ScandiPWA theme

Package info

github.com/sellveq/catalog-customer-graphql

Issues

Type:magento2-module

pkg:composer/selveq/catalog-customer-graphql

Statistics

Installs: 0

Dependents: 1

Suggesters: 0

Stars: 0

2.0.0 2026-09-18 20:13 UTC

This package is not auto-updated.

Last update: 2026-09-19 20:04:15 UTC


README

Fork of scandipwa/catalog-customer-graphql 1.0.1, maintained by Selveq for Magento 2.4.9 and PHP 8.3. Module name and namespace are unchanged, and the package replaces scandipwa/catalog-customer-graphql at every version, so it installs as a drop-in replacement. Selveq is not affiliated with or endorsed by Scandiweb.

What it does

  • Overrides core's price_tiers resolver through a <preference>.
  • Returns one tier per quantity, the lowest applicable price winning, where core and upstream returned duplicates.
  • Keeps a decimal quantity apart from its integer neighbour; core's map truncates 2.5 onto 2.
  • Takes the tiers from the customer group in the server-side context, never from a query argument.

Install

composer require selveq/catalog-customer-graphql
bin/magento setup:upgrade

License

OSL-3.0, the license of the original work. Scandiweb's copyright notices are kept in every file, and each file Selveq changed carries a Modifications © Selveq notice.