feat: implement catalog service and product attribute selector component for product details
This commit is contained in:
@@ -77,6 +77,10 @@ export class ProductAttributeSelectorComponent {
|
||||
return availability;
|
||||
});
|
||||
|
||||
public reset(): void {
|
||||
this.initializeSelections(this.attributes(), this.defaultVariant());
|
||||
}
|
||||
|
||||
constructor() {
|
||||
effect(() => {
|
||||
const attributes = this.attributes();
|
||||
|
||||
Reference in New Issue
Block a user