Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement function for price tiers for external prices. #9

Merged
merged 1 commit into from Oct 1, 2017
Merged

Implement function for price tiers for external prices. #9

merged 1 commit into from Oct 1, 2017

Conversation

ghost
Copy link

@ghost ghost commented Oct 1, 2017

No description provided.

@ghost ghost requested a review from b3nl October 1, 2017 09:25
if ((array_key_exists('priceMode', $changedValue) && ($changedValue['priceMode'] === 'ExternalPrice'))) {
$cartAddLineItemAction['externalPrice'] = $changedValue['price']['value'];
if (array_key_exists('priceMode', $changedValue)
&& $changedValue['priceMode'] === LineItem::PRICE_MODE_EXTERNAL_PRICE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good read!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:-)

@b3nl b3nl merged commit bdc8383 into bestit:master Oct 1, 2017
@ghost ghost deleted the feature/support-for-price-tiers branch June 7, 2018 12:45
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