Skip to content

Conversation

@helmutstrasser
Copy link

AJAX_CART_TYPE_NUM sets the typeNum to 2278001. For cases where two different carts are needed, another typeNum has to be registered. To accomplish that, one can extend the ProductController just to define another AJAX_CART_TYPE_NUM and use the original methods. But that only works, if the comparison in line 107 (v10) does not read self::AJAX_CART_TYPE_NUM but static::AJAX_CART_TYPE_NUM

Resolves: #705

…ended ProductController

AJAX_CART_TYPE_NUM sets the typeNum to 2278001. For cases where two
different carts are needed, another typeNum has to be registered. To
accomplish that, one can extend the ProductController just to define
another AJAX_CART_TYPE_NUM and use the original methods. But that only
works, if the comparison in line 107 (v10) does not read
self::AJAX_CART_TYPE_NUM but static::AJAX_CART_TYPE_NUM

Resolves: extcode#705
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant